openembedded/meta-openembedded

NodeJs 16.14.2 yocto build issue

Closed this issue · 1 comments

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?

Duplicates #640