You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the yocto Langdale version for building yocto rootfs for the machine "zc702-zynq7". Initially, I'm able to add the other required recipes for example pps-tools, gpsd, gcc, etc.
After installing all the above recipes I wanted to install nodejs then I added the following line in the core-image-minimal.bb file.
IMAGE_INSTALL+= " pps-tools gpsd gcc nodejs "
but while compilation I got the following issue,
collect2: fatal error: ld terminated with signal 9
Can you please help me to understand the cause of the above issue? how can we solve this issue?
The text was updated successfully, but these errors were encountered:
I'm using the yocto Langdale version for building yocto rootfs for the machine "zc702-zynq7". Initially, I'm able to add the other required recipes for example pps-tools, gpsd, gcc, etc.
After installing all the above recipes I wanted to install nodejs then I added the following line in the core-image-minimal.bb file.
IMAGE_INSTALL+= " pps-tools gpsd gcc nodejs "
but while compilation I got the following issue,
collect2: fatal error: ld terminated with signal 9
Can you please help me to understand the cause of the above issue? how can we solve this issue?
The text was updated successfully, but these errors were encountered: