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.la...@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. #####################################################################################
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake