[CMake] ASM Cross Compiler Help

Alexander Neundorf a.neundorf-work at gmx.net
Wed Jun 18 18:42:26 EDT 2008


On Wednesday 18 June 2008, Corrin Meyer wrote:
> I see that there are some CMake modules that seem to be referring to
> ASM Compilers (I am assuming this is an assembly compiler) and the
> release notes for 2.6 seem to confirm this.  I can't seem to find any
> information on how to configure it.  I am setting up a cross-compiler
> environment and I have the C and C++ compilers working and I can add
> custom commands to build the assembly files but it would be a lot
> nicer if they got handled along with the C sources.

Are you using GNU as ?
Then the ASM-ATT files should work for you.
Try 
ENABLE_LANGUAGE(ASM-ATT)
and then list the *.s files as source files.
If C or C++ GNU crosscompilers have already been found before, then also the 
cross assembler should be found.

> Does anyone know how I might go about doing this or maybe provide some
> pointers?  The entire assembly compiler system seems to be slightly
> lacking in documentation.

Thanks for putting it that friendly.
I will add docs to the wiki RSN.

Alex


More information about the CMake mailing list