[CMake] ASM Cross Compiler Help

2008-06-17 Thread Corrin Meyer
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

Re: [CMake] ASM Cross Compiler Help

2008-06-18 Thread Wojciech Migda
Hi, 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

Re: [CMake] ASM Cross Compiler Help

2008-06-18 Thread Alexander Neundorf
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

Re: [CMake] ASM Cross Compiler Help

2008-06-18 Thread Emmanuel Blot
Are you using GNU as ? Then the ASM-ATT files should work for you. I can confirm: ASM-ATT allows to use .s / .S files along with C projects (GCC for arm-elf within my environment). BTW, I was wondering how/why the "ATT" version of the ASM module is to be used ? I've started using it because t

Re: [CMake] ASM Cross Compiler Help

2008-06-18 Thread Alexander Neundorf
On Thursday 19 June 2008, you wrote: > > Are you using GNU as ? > > Then the ASM-ATT files should work for you. > > I can confirm: ASM-ATT allows to use .s / .S files along with C projects > (GCC for arm-elf within my environment). > > BTW, I was wondering how/why the "ATT" version of the ASM modul