Skip to content

Instantly share code, notes, and snippets.

@raymanoz
Created October 26, 2011 12:40
Show Gist options
  • Save raymanoz/1316230 to your computer and use it in GitHub Desktop.
Save raymanoz/1316230 to your computer and use it in GitHub Desktop.
:
:
:
gcc -m32 -g -O2 -I/Users/rbarlow/tmp/otp_src_R14B04/erts/i386-apple-darwin11.2.0 -no-cpp-precomp -D_XOPEN_SOURCE -DHAVE_CONFIG_H -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -I/Users/rbarlow/tmp/otp_src_R14B04/erts/include -I/Users/rbarlow/tmp/otp_src_R14B04/erts/include/i386-apple-darwin11.2.0 -I/Users/rbarlow/tmp/otp_src_R14B04/erts/include/internal -I/Users/rbarlow/tmp/otp_src_R14B04/erts/include/internal/i386-apple-darwin11.2.0 -DEPMD_PORT_NO=4369 -o /Users/rbarlow/tmp/otp_src_R14B04/erts/obj/i386-apple-darwin11.2.0/epmd_srv.o -c epmd_srv.c
gcc -m32 -o /Users/rbarlow/tmp/otp_src_R14B04/bin/i386-apple-darwin11.2.0/epmd /Users/rbarlow/tmp/otp_src_R14B04/erts/obj/i386-apple-darwin11.2.0/epmd.o /Users/rbarlow/tmp/otp_src_R14B04/erts/obj/i386-apple-darwin11.2.0/epmd_cli.o /Users/rbarlow/tmp/otp_src_R14B04/erts/obj/i386-apple-darwin11.2.0/epmd_srv.o -lutil -ldl -lm -L../../lib/internal/i386-apple-darwin11.2.0 -lerts_internal -lm
make -f i386-apple-darwin11.2.0/Makefile TYPE=opt
make[3]: Nothing to be done for `all'.
cd lib && \
ERL_TOP=/Users/rbarlow/tmp/otp_src_R14B04 PATH=/Users/rbarlow/tmp/otp_src_R14B04/bootstrap/bin:${PATH} \
make opt SECONDARY_BOOTSTRAP=true
=== Entering application hipe
(cd ../main && make hipe.hrl)
sed -e "s;%VSN%;3.8.1;" ../../hipe/main/hipe.hrl.src > ../../hipe/main/hipe.hrl
erlc -W +debug_info +inline -o../ebin hipe_rtl.erl
make[3]: *** [../ebin/hipe_rtl.beam] Bus error: 10
make[2]: *** [opt] Error 2
make[1]: *** [opt] Error 2
make: *** [secondary_bootstrap_build] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment