cannot find crt1.o: No such file or directory

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

cannot find crt1.o: No such file or directory

Jump to solution
1,784 Views
1475849560
Contributor II

I tried to compile a "Hollo World ", but this problem occurred

)%2P[444R[TA2}`]VA0`)_E.png4J~JQ8UKZYP6M~1T})XYUG5.png

0 Kudos
1 Solution
1,773 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please download QorIQ-SDK-V2.0-PPCE500V2-IMAGE-20160527-yocto.iso and install fsl-toolchain/fsl-qoriq-glibc-x86_64-ppce500v2-toolchain-2.0.sh on your host PC.

Then execute the following command to set up the toolchain environment.

$ source /opt/fsl-qoriq/2.0/environment-setup-ppce500v2-fsl-linux-gnuspe

Then compile the test file with the following command.

$  ${CC}  test.c  -o  test

 

View solution in original post

0 Kudos
3 Replies
1,777 Views
1475849560
Contributor II

cannot find crt1.o: No such file or directory

0 Kudos
1,774 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please download QorIQ-SDK-V2.0-PPCE500V2-IMAGE-20160527-yocto.iso and install fsl-toolchain/fsl-qoriq-glibc-x86_64-ppce500v2-toolchain-2.0.sh on your host PC.

Then execute the following command to set up the toolchain environment.

$ source /opt/fsl-qoriq/2.0/environment-setup-ppce500v2-fsl-linux-gnuspe

Then compile the test file with the following command.

$  ${CC}  test.c  -o  test

 

0 Kudos
1,758 Views
1475849560
Contributor II

thanks, SDK 1.8  could do the same thing.

0 Kudos