Advertisement
kpfp_linux

Untitled

May 21st, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. make -f win32/Makefile TYPE=opt
  2. make[3]: Entering directory `/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/erts/lib_src'
  3. make[3]: Nothing to be done for `all'.
  4. make[3]: Leaving directory `/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/erts/lib_src'
  5. make[2]: Leaving directory `/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/erts/lib_src'
  6. make[1]: Leaving directory `/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/erts'
  7. make_bootstrap_ini.sh /cygdrive/c/esl/chr_vanilla/otp_src_R14B03/bootstrap \
  8. /cygdrive/c/esl/chr_vanilla/otp_src_R14B03/bin/win32
  9. cd lib && \
  10. ERL_TOP=/cygdrive/c/esl/chr_vanilla/otp_src_R14B03 PATH=/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/erts/etc/win32/cygwin_tools:/cygdrive/c/esl/chr_vanilla/otp
  11. _src_R14B03/bootstrap/bin:${PATH} \
  12. make opt SECONDARY_BOOTSTRAP=true
  13. make[1]: Entering directory `/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/lib'
  14. make[2]: Entering directory `/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/lib/hipe'
  15. === Entering application hipe
  16. make[3]: Entering directory `/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/lib/hipe/misc'
  17. erlc -W +debug_info +warn_exported_vars +warn_missing_spec +warn_untyped_record -o../ebin hipe_consttab.erl
  18. {"init terminating in do_boot",{'cannot load',error_handler,get_file}}
  19.  
  20. Crash dump was written to: erl_crash.dump
  21. init terminating in do_boot ()
  22. /cygdrive/c/esl/chr_vanilla/otp_src_R14B03/make/win32/otp.mk:116: recipe for target `../ebin/hipe_consttab.beam' failed
  23. make[3]: *** [../ebin/hipe_consttab.beam] Error 1
  24. make[3]: Leaving directory `/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/lib/hipe/misc'
  25. /cygdrive/c/esl/chr_vanilla/otp_src_R14B03/make/otp_subdir.mk:28: recipe for target `opt' failed
  26. make[2]: *** [opt] Error 2
  27. make[2]: Leaving directory `/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/lib/hipe'
  28. /cygdrive/c/esl/chr_vanilla/otp_src_R14B03/make/otp_subdir.mk:28: recipe for target `opt' failed
  29. make[1]: *** [opt] Error 2
  30. make[1]: Leaving directory `/cygdrive/c/esl/chr_vanilla/otp_src_R14B03/lib'
  31. Makefile:545: recipe for target `secondary_bootstrap_build' failed
  32. make: *** [secondary_bootstrap_build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement