Closed chillin2 closed 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).
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.
This issue was closed because it has been inactive for 14 days since being marked as stale.
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?