Re: [CMake] Specify as in the toolchain

2011-01-20 Thread Alexander Neundorf
On Friday 03 December 2010, Andrea Galeazzi wrote: > Il 03/12/2010 13.15, Michael Wild ha scritto: > > On 12/03/2010 01:06 PM, Andrea Galeazzi wrote: > >> How can I specify the "as" command like I do for gcc or g++ compiler in > >> a toolchain? > >> SET(CMAKE_C_COMPILER "C:/Programmi/development/

Re: [CMake] Specify as in the toolchain

2010-12-03 Thread Andrea Galeazzi
Il 03/12/2010 13.15, Michael Wild ha scritto: On 12/03/2010 01:06 PM, Andrea Galeazzi wrote: How can I specify the "as" command like I do for gcc or g++ compiler in a toolchain? SET(CMAKE_C_COMPILER "C:/Programmi/development/GCCARM/bin/gcc.exe") *NEVER* set the compiler like this

Re: [CMake] Specify as in the toolchain

2010-12-03 Thread Hendrik Sattler
Am Freitag, 3. Dezember 2010, 13:06:41 schrieb Andrea Galeazzi: > How can I specify the "as" command like I do for gcc or g++ compiler in > a toolchain? > SET(CMAKE_C_COMPILER "C:/Programmi/development/GCCARM/bin/gcc.exe") > http://www.cmake.org/Wiki/CMake/Assembler HS

[CMake] Specify as in the toolchain

2010-12-03 Thread Andrea Galeazzi
How can I specify the "as" command like I do for gcc or g++ compiler in a toolchain? SET(CMAKE_C_COMPILER "C:/Programmi/development/GCCARM/bin/gcc.exe") ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://