-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Though I selected mips architecture, getting error of unrecognized opcode for mips32 at building time of nodejs.
Error_Log:
{standard input}: Assembler messages:
{standard input}:1101: Error: unrecognized opcode ll $24,0($4)' {standard input}:1102: Error: invalid operandsaddu $2,$24,$5'
{standard input}:1103: Error: unrecognized opcode sc $2,0($4)' {standard input}:1105: Error: invalid operandsaddu $2,$24,$5'
make[5]: *** [/home/anindya/work_Demo/openwrt/build_dir/target-mipsel_mips32_glibc-2.19/node-v0.10.25/out/Release/obj.target/v8_base/deps/v8/src/api.o] Error 1
make[5]: Leaving directory /home/anindya/work_Demo/openwrt/build_dir/target-mipsel_mips32_glibc-2.19/node-v0.10.25/out' make[4]: *** [node] Error 2 make[4]: Leaving directory/home/anindya/work_Demo/openwrt/build_dir/target-mipsel_mips32_glibc-2.19/node-v0.10.25'
make[3]: *** [/home/anindya/work_Demo/openwrt/build_dir/target-mipsel_mips32_glibc-2.19/node-v0.10.25/.built] Error 2
make[3]: Leaving directory /home/anindya/work_Demo/openwrt/package/utils/nodejs' make[2]: *** [package/utils/nodejs/compile] Error 2 make[2]: Leaving directory/home/anindya/work_Demo/openwrt'
make[1]: *** [/home/anindya/work_Demo/openwrt/staging_dir/target-mipsel_mips32_glibc-2.19/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/anindya/work_Demo/openwrt'