Hello,
From the last version of CMake (3.22 and 3.23), the build with the IAR compiler failed.
A strange argument in a new version of CMake which causes the failure of the build is: “–eec++”.
I have the following logs:
Command line error: Unexpected command line arguments:
–eec++
After some research, I discovered the implementation of this argument in CMake since this commit: IAR: update language specification detection · Kitware/CMake@a9073db · GitHub.
cf: CMake/Modules/Compiler/IAR-CXX.cmake at 85a82a3dee0bf92eaa51f5b6e64a68840153438e · Kitware/CMake · GitHub.
More logs here:
I am reporting this problem as detected.
For the moment the solution I find is to use an older version of CMake (3.21).
Configuration :
Windows 10
Ninja
CMake 3.23.0
IAR 8.32
Mingw-w64-v9.0