Skip to content

Instantly share code, notes, and snippets.

@bsnote
Created January 25, 2013 14:28
Show Gist options
  • Save bsnote/4634824 to your computer and use it in GitHub Desktop.
Save bsnote/4634824 to your computer and use it in GitHub Desktop.
codesourcery toolchain path is already in PATH var
rm -rf out/Makefile node node_g out/Release/node blog.html email.md
find out/ -name '*.o' -o -name '*.a' | xargs rm -rf
rm -rf node_modules
rm -rf out
rm -f config.gypi
rm -f config.mk
rm -rf node node_g blog.html email.md
rm -rf node_modules
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
'variables': { 'clang': 0,
'gcc_version': 47,
'host_arch': 'ia32',
'node_install_npm': 'true',
'node_install_waf': 'true',
'node_prefix': '',
'node_shared_openssl': 'false',
'node_shared_v8': 'false',
'node_shared_zlib': 'false',
'node_tag': '',
'node_unsafe_optimizations': 0,
'node_use_dtrace': 'false',
'node_use_etw': 'false',
'node_use_openssl': 'true',
'target_arch': 'mips',
'v8_no_strict_aliasing': 1,
'v8_use_snapshot': 'false'}}
creating ./config.gypi
creating ./config.mk
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory `/home/simpletv/git/node/out'
mips-linux-gnu-gcc -EL '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DHTTP_PARSER_STRICT=0' '-DNDEBUG' -I../deps/http_parser -Wall -pthread -O2 -fno-strict-aliasing -fno-tree-vrp -MMD -MF /home/simpletv/git/node/out/Release/.deps//home/simpletv/git/node/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o.d.raw -march=mips32 -c -o /home/simpletv/git/node/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o ../deps/http_parser/http_parser.c
rm -f /home/simpletv/git/node/out/Release/obj.target/deps/http_parser/libhttp_parser.a && mips-linux-gnu-ar crsT /home/simpletv/git/node/out/Release/obj.target/deps/http_parser/libhttp_parser.a /home/simpletv/git/node/out/Release/obj.target/http_parser/deps/http_parser/http_parser.o
mips-linux-gnu-gcc -EL '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DL_ENDIAN' '-DOPENSSL_THREADS' '-DPURIFY' '-D_REENTRANT' '-DOPENSSL_NO_DTLS1' '-DOPENSSL_NO_SOCK' '-DOPENSSL_NO_DGRAM' '-DOPENSSL_NO_GOST' '-DOPENSSL_NO_HW_PADLOCK' '-DOPENSSL_NO_ASM' '-DENGINESDIR="/dev/null"' '-DOPENSSLDIR="/etc/ssl"' '-DTERMIOS' -I../deps/openssl -I../deps/openssl/openssl -I../deps/openssl/openssl/crypto -I../deps/openssl/openssl/crypto/asn1 -I../deps/openssl/openssl/crypto/evp -I../deps/openssl/openssl/crypto/store -I../deps/openssl/openssl/include -Wall -pthread -O2 -fno-strict-aliasing -fno-tree-vrp -MMD -MF /home/simpletv/git/node/out/Release/.deps//home/simpletv/git/node/out/Release/obj.target/openssl/deps/openssl/openssl/ssl/bio_ssl.o.d.raw -march=mips32 -c -o /home/simpletv/git/node/out/Release/obj.target/openssl/deps/openssl/openssl/ssl/bio_ssl.o ../deps/openssl/openssl/ssl/bio_ssl.c
In file included from ../deps/openssl/openssl/include/openssl/../../crypto/crypto.h:122:0,
from ../deps/openssl/openssl/include/openssl/crypto.h:1,
from ../deps/openssl/openssl/ssl/bio_ssl.c:63:
../deps/openssl/openssl/e_os2.h:56:33: fatal error: openssl/opensslconf.h: No such file or directory
compilation terminated.
make[1]: *** [/home/simpletv/git/node/out/Release/obj.target/openssl/deps/openssl/openssl/ssl/bio_ssl.o] Error 1
make[1]: Leaving directory `/home/simpletv/git/node/out'
make: *** [node] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment