[cmake-developers] How to deal with assembler files

Brad King brad.king at kitware.com
Tue Mar 1 16:25:06 EST 2011


On 03/01/2011 03:44 PM, Alexander Neundorf wrote:
> The SunPro tests both failed:
> http://www.cdash.org/CDash/testDetails.php?test=85204365&build=884706
> http://www.cdash.org/CDash/testDetails.php?test=85247010&build=884931
> The assembler file was generated in both cases, but could not be linked.
> Maybe some more arguments are necessary here for specifying the desired output 
> format for the assembler ?

The C flags include -xarch=v9 but that does not show up on the assembler
compilation line even though it is using the C compiler.

-Brad



More information about the cmake-developers mailing list