Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created August 13, 2008 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmizerany/5307 to your computer and use it in GitHub Desktop.
Save bmizerany/5307 to your computer and use it in GitHub Desktop.
cd erts/emulator && ERL_TOP=/root/src/otp_src_R12B-3 make generate depend
make[1]: Entering directory `/root/src/otp_src_R12B-3/erts/emulator'
make -f i686-pc-linux-gnu/Makefile generate
make[2]: Entering directory `/root/src/otp_src_R12B-3/erts/emulator'
make[2]: i686-pc-linux-gnu/Makefile: No such file or directory
make[2]: *** No rule to make target `i686-pc-linux-gnu/Makefile'. Stop.
make[2]: Leaving directory `/root/src/otp_src_R12B-3/erts/emulator'
make[1]: *** [generate] Error 2
make[1]: Leaving directory `/root/src/otp_src_R12B-3/erts/emulator'
make: *** [depend] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment