Hi,

it seems the IAR C/C++ compiler for AVR cannot generate executables, but only 
object files, and the linker has to be called explcitely on the generated 
object files:
ftp://ftp.iar.se/WWWfiles/avr32/guides/ocavr32.pdf

Which says:
iccavr32 myfile.c
xlink myfile.r82 -s __program_start -f lnkavr32.xcl

Can this be made to work with the compiler ID detection in cmake via compiling 
a source file or is the only chance to use the new 
CMAKE_DETERMINE_COMPILER_ID_VENDOR() function ?

Alex
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to