Hello,

 

I'm using the gnu arm V4.0.0 and I don't know how to have the result of compilation into a file?

My syntax is :

"arm-elf-gcc.exe -Os -g -c -s -mcpu=arm920t  -IInc\  -DTESTCM  XiSDK\AppStart.c -o XiSDK\AppStart.o"

I have tried :

"arm-elf-gcc.exe -Os -g -c -s -mcpu=arm920t  -IInc\  -DTESTCM  XiSDK\AppStart.c -o XiSDK\AppStart.o > fic.log", but fic.log is always empty?

 

Do you know a compiler option to generate a log??

 

Thanks,

 

Best Regards,

 

Christian.

 

_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to