Hello!
I'm having issues getting node to work on a core-image-minimal build. In conf/local.conf, I've set RDEPENDS_${PN} = " nodejs" but when the image builds and I emulated it with QEMU, I get this error:
$ node
[142.374544] traps: node[361] trap invalid opcode ip:85f9238 sp:bfc1f030 error:0
[142.374706] in node[8048000+ee8000]
Illegal instruction
What am I doing wrong?
Hello!
I'm having issues getting
nodeto work on acore-image-minimalbuild. In conf/local.conf, I've setRDEPENDS_${PN} = " nodejs"but when the image builds and I emulated it with QEMU, I get this error:What am I doing wrong?