cannot find crt1.o: No such file or directory

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

cannot find crt1.o: No such file or directory

跳至解决方案
2,019 次查看
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 项奖励
回复
1 解答
2,008 次查看
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 项奖励
回复
3 回复数
2,012 次查看
1475849560
Contributor II

cannot find crt1.o: No such file or directory

0 项奖励
回复
2,009 次查看
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 项奖励
回复
1,993 次查看
1475849560
Contributor II

thanks, SDK 1.8  could do the same thing.

0 项奖励
回复