problème eclipse-arduino

Lorsque je compile mon projet, j'ai cette erreur:

make all
Building target: Blinky.elf
Invoking: AVR C++ Linker
avr-gcc –cref -s -Os -o"Blinky.elf" ./test.o -lArduinoCore -lm -Wl,-Map,Blinky.map,--cref -s -nostdlib -L"C:\arduino-1.0.3\hardware\arduino\cores\arduino" -mmcu=atmega2560
avr-gcc.exe: –cref: No such file or directory
make: *** [Blinky.elf] Error 1

Je ne sais pas du tout comment la résoudre...