IARSystems / cmake-tutorial

Build and test embedded software using the IAR C/C++ Compiler alongside CMake
https://iar.com
MIT License
76 stars 14 forks source link

iar-toolchain.cmake does not find the compiler #30

Closed chillin2 closed 11 months ago

chillin2 commented 1 year ago

iar-toolchain.cmake does not find the compiler. My development environment is IAR installed on Windows and I am trying to use iar-toolchain.cmake in wsl. How can i solve it?

felipe-iar commented 1 year ago

By default, the iar-toolchain.cmake in the IAR CMake tutorial only bootstraps compilers for their supported platforms. IAR Embedded Workbench (EW) was not designed to operate with Linux (nor WSL), hence it is an unsupported environment. For Linux-based hosts (such as Ubuntu on WSL) one possibility could be to use the IAR Build Tools natively on Linux (https://iar.com/bx).

github-actions[bot] commented 12 months ago

This issue is stale because it has been open for 30 days with no activity. If there is no further activity, the ticket will be automatically closed in 14 days.

github-actions[bot] commented 11 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.