Hi All,
I solved my problem !
In the project Properties/C C++Build/Setting/AVR C Linker:
Command line patern:
I replaced :
${COMMAND} ${FLAGS} -Wl,-u,vfprintf ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}
by
${COMMAND} --cref -s -Os ${OUTPUT_FLAG}${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} -Wl,-u,vfprintf ${FLAGS}
But impossimple to upload again.
I the project Properties/C C++Build/Setting/AVR Compiler/Optimization/
Other optimisation Flags: -ffunction-sections -fdata-sections
Same problem...
I the project Properties/C C++Build/Setting/AVR Compiler/Optimization/
Disabled :
[ ] Pack structs
[ ] Pack Short enums
I can to upload my program !
I do not understand exactly what's going on, but now it works
I found this configuration here :
http://playground.arduino.cc/Code/EclipseThank for your attentions !
Nassarane.