2009-10-15 11:52 PM
Retarget printf() on GCC / IDEaliST?
2011-05-17 03:55 AM
Try adding -msoft-float
2011-05-17 03:55 AM
Hi slawcus,
Tried -msoft-float already, but it does not work :( It produces error: ...libc.a uses Hardware FP, whereas Hello.elf uses Software FP. Once again, I feel that Cortex-M3 does not have hardware FP, but the gcc library is built using hardware FP option. So can't use this library for Cortex-M3. Question is how / where to get library built with sofware FP (suitable for Cortex-M3) ? Regards, Pramod2011-05-17 03:55 AM
Hi,
Thanks to Jeff, ( ) I found that I am using wrong library version. I changed it to another version found under sub-directory thumb/thumb2 and then it works fine! I did not have to ''build'' any new library. It already had many different versions, built using different options. Only I was using wrong version. Thank you all for your help. Regards, Pramod