On Thursday 27 May 2010, Jesper Eskilson wrote: > On 05/26/2010 10:08 PM, Alexander Neundorf wrote: > > Hi, > > > > is anybody here using an IAR compiler for AVR or ARM ? > > If so, how can I execute the assembler so that it just prints its name > > and version number and exits ? > > (i.e. the equivalent to "as --version", which gives > > "GNU assembler (Linux/GNU Binutils) 2.17.50.0.17.20070615 > > Copyright 2007 Free Software Foundation, Inc. > > ...") > > There is no such option. To extract the version number, you'll have to > run the assembler without options and filter the result through some > text-processing tool. > > Same things goes for other IAR tools.
That's also ok. Could you please post the output of the IAR AVR and ARM assemblers when called without any arguments here ? (or put them into http://public.kitware.com/Bug/view.php?id=10176 ) Thanks 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