Hi !
I'm using CW with the ARM GCC C compiler and when I add to my project a file .asm an error occur :
arm-none-eabi-gcc: warning: '-x assembler-with-cpp' after last input file has no effect
arm-none-eabi-gcc: warning: ../Sources/FNET/fnet_stack/cpu/mcf/fnet_mcf_low.asm: linker input file unused because linking not done
arm-none-eabi-gcc: error: ./Sources/FNET/fnet_stack/cpu/mcf/fnet_mcf_low.o: No such file or directory
It seems to be the linker properties that needs to be change but I'm lost ... I tried some things ... but nothings good :s
I hope someone has already resolv this problem
thanks a lot !