|
Hi,
I am currently using arm-elf tool chain and when i run a simple program (hello world), i get the following error. When i used -v swithc, i see -lc is passed onto gcc but not able to figure out what this is. Can any one please help me on this?
gcc/arm-elf/4.0.1/arm-elf/bin/ld: cannot find -lc
Note: It was really difficult to build a ARM cross chain. I tried to use the one from codesourcery but it doesn't have all the header files eg: i want page.h which is not available in codesourcery. I tried to newlibc heade files but couldn't find it.
-Prashanth
|