Hi, I have installed gcc package on my ARM board running linux. But when I try to compile a basic "Hello World" program, I get following error.
/usr/bin/ld: cannot open crt1.o: No such file or directory collect2: ld returned 1 exit status I tried to find crt1.o (it usually resides in /usr/lib/) but I couldnt. I think it is installed when installing glibc package. Can somebody help me ? I couldnt find glibc/libc binary on the net for ARM processor. I am using CLPS7500FE Arm processor. Please help me locating glibc binary for the ARM processor. thanks, Pankaj Mittal