[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] Change {output} options of compiler
|
I try to compile a cross project for target sh-elf.
So i change the compiler and the flag, but
if i compile i got an error:
Building file: ../Firmware/ADC.c
Invoking: GCC C Compiler
T:/sh-elf-gcc-2.96/H-i686-pc-cygwin//bin/sh-elf-gcc.exe -nostdinc
-I"P:\yyy\xxx\ecos-lib\ram_install\include"
-I"T:\sh-elf-gcc-2.96\H-i686-pc-cygwin\lib\gcc-lib\sh-elf\2.96\include"
-I"P:\yyy\zzz\Firmware\zzz" -O2 -Wall -c -mb -m3 -g -MMD -MP
-MF"Firmware/ADC.d" -MT"Firmware/ADC.d" -o"Firmware/ADC.o"
"../Firmware/ADC.c"
sh-elf-gcc: unrecognized option `-MP'
sh-elf-gcc: unrecognized option `-MFFirmware/ADC.d'
sh-elf-gcc: unrecognized option `-MTFirmware/ADC.d'
Where i can change the switches -MMD, -MP.. ?
Thanks