From: kos <glo...@gm...> - 2011-01-30 19:23:29
|
Hi I want to use float numbers for one of my projects with a Atmega32 ( printf ). I search the internet and i have found that i must add this command to the linker "**-Wl,-u,vfprintf* *" or "-Wl,-u,vfprintf -lprintf_flt -lm". I have tried into Eclipse to do it as right click on the project name-> Properties->C/C++ Build-> Settings->AVR C Linker->General-> Other Arguments and copy the command with no success. Do you have found any solution?? |