[CMake] CMake and IAR: Assembly files silently ignored

Lange Norbert norbert.lange at andritz.com
Mon Mar 20 14:17:48 EDT 2017


Hello,

I am trying to write CMakelists for a Project originally developed in IAR Studio, the startup code is in assembly.
Using gcc this works nicely (Linux and Windows), but when using the IAR Compiler the Assembly files aren`t built at all.

The files are just ignored and the executable is linked without them. The CMake Version is 3.7.1.

Is there a bug tracker for CMake?

I can create a small project to reproduce the issue if required.


I set the compiler with env variables, lie this:
set CC=%ProgramFiles(x86)%\IAR Systems\Embedded Workbench 8.0\arm\bin\iccarm.exe
set CXX=%CC%
set CXXFLAGS=--c++
"%ProgramFiles%\CMake\bin\cmake.exe" -G "MinGW Makefiles" Cortex


Kind regards,
Norbert Lange



Kind regards

Norbert Lange
AT-DES
ANDRITZ HYDRO GmbH
Eibesbrunnergasse 20
1120 Wien, Austria
*Phone.: +43 50805 56684
* <MailTo:norbert.lange at andritz.com>
* <<http://www.andritz.com>>



#####################################################################################

This message and any attachments are solely for the use of the intended recipients. They may contain privileged and/or confidential information or other information protected from disclosure. If you are not an intended recipient, you are hereby notified that you received this email in error and that any review, dissemination, distribution or copying of this email and any attachment is strictly prohibited. If you have received this email in error, please contact the sender and delete the message and any attachment from your system.

Thank You.

#####################################################################################


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20170320/b6635ea8/attachment.html>


More information about the CMake mailing list