-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crc32 missing when compiling on Ubuntu 16.04 #48
Comments
Adding -lz to the g++ compiler seems to solve this issue
|
that rule now looks like this, somehow I forgot to fix it
it's in a middle of update, so later |
didn't work for me |
need more info than that madmonkey@madmonkey:~/games/nesclassic/hakchi$ make bin/sntool
make[1]: Entering directory '/home/madmonkey/games/nesclassic/hakchi/sntool'
crc32.o
sntool.o
sntool.elf
sntool
make[1]: Leaving directory '/home/madmonkey/games/nesclassic/hakchi/sntool'
madmonkey@madmonkey:~/games/nesclassic/hakchi$ you can also switch to sntool directory and type make there |
Hi! I have absolutely the same error output like in first message. If go inside sntool and run make from there I have this output:
|
Thanks. This worked for me. Arch Linux x86/64. |
The text was updated successfully, but these errors were encountered: