We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to compile the source, but I'm running into errors:
$ sudo make Makefile:52: extraneous text after 'else' directive gcc -mcpu=cortex-a15 -mfpu=neon-vfpv4 -marm -mfloat-abi=hard -g3 -O3 -Wall `sdl-config --cflags` `curl-config --cflags` -I/usr/X11R6/include -Ithirdparty -DPYRA -Wno-write-strings -c sources/2DCMC.cpp -o sources/2DCMC.o /bin/sh: 1: sdl-config: not found /bin/sh: 1: curl-config: not found gcc: warning: ‘-mcpu=’ is deprecated; use ‘-mtune=’ or ‘-march=’ instead gcc: error: unrecognized command-line option ‘-mfpu=neon-vfpv4’ gcc: error: unrecognized command-line option ‘-marm’; did you mean ‘-mabm’? gcc: error: unrecognized command-line option ‘-mfloat-abi=hard’ make: *** [Makefile:73: sources/2DCMC.o] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to compile the source, but I'm running into errors:
The text was updated successfully, but these errors were encountered: