Tag: buildroot

npm -v和node.js在交叉编译的节点js0.12.2上抛出非法指令

我使用以下工具链为爱特梅尔SAMA5D36交叉编译nodejs 0.12.2 export AR=arm-linux-gnueabihf-ar export CC=arm-linux-gnueabihf-gcc export CXX=arm-linux-gnueabihf-g++ export LINK=arm-linux-gnueabihf-g++ 并configuration和构build如下 ./configure –without-snapshot –dest-cpu = arm –dest-os = linux –prefix = / home / root / nodejs-v0.12.2 make make DESTDIR = / home / user / Desktop / nodejs_arm / nodebins 已编译的文件夹在/ home / user / Desktop / nodejs_arm / nodebins / home / root内部生成 […]