LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   solved the error of crt1.o not found. (https://www.linuxquestions.org/questions/fedora-35/solved-the-error-of-crt1-o-not-found-4175410864/)

manoj7410 06-11-2012 08:59 AM

solved the error of crt1.o not found.
 
crt1.o file tells the starting of our c program.

it contains _start
and then main
.
.
its code is.
.
.
.global _start
.extern main
.extern exit.
.
.
arm-linux-gcc -c crt1.S
.
then copy the crt1.o file into target's bin directory.
same procedure is for crti.o
.
it will remove error called. crt1.o not found.
I used fedora 15.
gcc-4.5.1
kernel-2.6.10.
.
for beagle board.
.

.
Enjoy....

acid_kewpie 06-11-2012 09:15 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate of http://www.linuxquestions.org/questi...-s-4175410862/.


All times are GMT -5. The time now is 10:10 PM.