Skip to content

Instantly share code, notes, and snippets.

@wlach
Created October 2, 2019 20:26
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 wlach/6ce457c1d26b548d3d9a8f650538c715 to your computer and use it in GitHub Desktop.
Save wlach/6ce457c1d26b548d3d9a8f650538c715 to your computer and use it in GitHub Desktop.
root@c258949061a4:/src# make
emcc -o src/main.bc -c src/main.c -O3 -g -I/src/cpython/installs/python-3.7.0/include/python3.7 -Wno-warn-absolute-paths
ccache: error: Could not find compiler "emcc" in PATH
Makefile:153: recipe for target 'src/main.bc' failed
make: *** [src/main.bc] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment