IMX8mini evk cross compile error: cannot find Scrt1.o: No such file or directory

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

IMX8mini evk cross compile error: cannot find Scrt1.o: No such file or directory

868 Views
iDave
Contributor II

Hello,

when I cross-compile my application after setting SDK, below errors occured. How to solve the problem?

Thank you in advance.

 

/opt/fsl-imx-xwayland/6.1-langdale/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/ gcc/aarch64-poky-linux/12.2.0/ld: missing --end-group; added as last command line option


/opt/fsl-imx-xwayland/6.1-langdale/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/ gcc/aarch64-poky-linux/12.2.0/ld: cannot find Scrt1.o: No such file or directory


/opt/fsl-imx-xwayland/6.1-langdale/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/ gcc/aarch64-poky-linux/12.2.0/ld: cannot find crti.o: No such file or directory


/opt/fsl-imx-xwayland/6.1-langdale/sysroots/x86_64-pokysdk-linux/usr/libexec/aarch64-poky-linux/ gcc/aarch64-poky-linux/12.2.0/ld: cannot find crtbeginS.o: No such file or directory

 

 

Labels (1)
0 Kudos
Reply
1 Reply

847 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Please make sure you have installed all packages in 3.2 Host packages 

https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf

0 Kudos
Reply