While running the program I am getting :- nkhare@shadowfax arm]$ arm-none-eabi-gcc fact.c /home/nkhare/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.4.1/../../../../arm-none-eabi/bin/ld: warning: cannot find entry symbol _start; defaulting to 00008018
/home/nkhare/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-eabi/4.4.1/../../../../arm-none-eabi/lib/libc.a(lib_a-sbrkr.o): In function `_sbrk_r': sbrkr.c:(.text+0x18): undefined reference to `_sbrk'
It looks I am not including something. Not sure though.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opena...@googlegroups.com
I have used scratchBox for developing few GTK+ applications on ARM-LINUX. Here's my experiences with scratchbox: http://pointelement.blogspot.com/2010/06/scratchbox-tutorial.html
There are some advanced features like IDE integration etc that I never got around to try. But it was very good since the whole path thing became irrelevant with scratchbox. Mind you though all this is few months old. And I'm unaware of any changes that's happened around.