Re: [CMake] how to find out the compiler ID of a compiler which doesn't link

2010-02-24 Thread Alexander Neundorf
On Tuesday 23 February 2010, Alexander Neundorf wrote: > On Monday 22 February 2010, Brad King wrote: > > Alexander Neundorf wrote: > > > 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 >

Re: [CMake] how to find out the compiler ID of a compiler which doesn't link

2010-02-23 Thread Alexander Neundorf
On Monday 22 February 2010, Brad King wrote: > Alexander Neundorf wrote: > > 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/

Re: [CMake] how to find out the compiler ID of a compiler which doesn't link

2010-02-22 Thread Brad King
Alexander Neundorf wrote: > 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

[CMake] how to find out the compiler ID of a compiler which doesn't link

2010-02-22 Thread Alexander Neundorf
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 lnkav