在 Debian 上从源代码构建 Nodejs 时出错

在 Debian 上从源代码构建 Nodejs 时出错

在 Nodejs 源代码上运行 make 时,我不断收到相同的错误。我查看过,一些常见问题似乎是缺少 ac 编译器或安装 g++。我有这些并且已经仔细检查过。

这是显示错误的最后几行:

../deps/v8/src/assembler.cc: In static member function 'static void v8::internal::ExternalReference::InitializeMathExpData()':
../deps/v8/src/assembler.cc:914:66: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccRCiDl6.out file, please attach this to your bugreport.
make[1]: *** [/home/labnosh/node-v0.12.7/out/Release/obj.target/v8_base/deps/v8/src/assembler.o] Error 1
make[1]: Leaving directory `/home/labnosh/node-v0.12.7/out'
make: *** [node] Error 2

相关内容