Skip to content

Commit ecbb37c

Browse files
authored
Updated ## Issues
1 parent dbe5537 commit ecbb37c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -138,22 +138,19 @@ ctest
138138
This tutorial covered the basics on using CMake with the IAR tools from the command line. Proceed to the [wiki](https://github.com/IARSystems/cmake-tutorial/wiki) for additional tips & tricks!
139139

140140
## Issues
141-
Use the [CMake Issue Tracker](https://gitlab.kitware.com/cmake/cmake/-/issues/) to report CMake-related software defects.
141+
For reporting CMake software defects use the [CMake Issue Tracker](https://gitlab.kitware.com/cmake/cmake/-/issues/).
142142

143-
For questions/suggestions specifically related to this tutorial:
144-
- Try the [wiki][url-repo-wiki].
145-
- Check for [earlier issues][url-repo-issue-old] in the issue tracker.
146-
- If nothing helps, create a [new issue][url-repo-issue-new], describing in detail.
143+
For technical support contact [IAR Customer Support][url-iar-customer-support].
147144

148-
Do not use the issue tracker if you need technical support. The issue tracker **is not a support forum**:
149-
- If you run into license issues, refer to [IAR Customer Care](https://iar.com/knowledge/support/licensing-faq/).
150-
- If you run into tools issues, contact [IAR Tech Support](https://iar.com/knowledge/support/request-technical-support/).
145+
For questions related to this tutorial: try the [wiki][url-repo-wiki] or check [earlier issues][url-repo-issue-old]. If those don't help, create a [new issue][url-repo-issue-new] with detailed information.
151146

152147
[^1]: For more information, see the "Installation and Licensing" guide for your product. If you do not have a license, [contact us](https://iar.com/about/contact).
153148
[^2]: CMake has built-in IAR C/C++ Compiler support for the following non-Arm architectures: 8051, AVR, MSP430, RH850, RISC-V, RL78, RX, STM8 and V850.
154149
[^3]: For interactively debugging of executable files (`*.elf`) using the C-SPY Debugger from the IAR Embedded Workbench IDE, read [this wiki article][url-wiki-ide-build-debug].
155150

156151
<!-- links -->
152+
[url-iar-customer-support]: https://iar.my.site.com/mypages/s/contactsupport
153+
157154
[url-repo-wiki]: https://github.com/IARSystems/cmake-tutorial/wiki
158155
[url-repo-issue-new]: https://github.com/IARSystems/cmake-tutorial/issues/new
159156
[url-repo-issue-old]: https://github.com/IARSystems/cmake-tutorial/issues?q=is%3Aissue+is%3Aopen%7Cclosed

0 commit comments

Comments
 (0)