Skip to content
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

Error running make #2

Open
paulosincos opened this issue Aug 13, 2024 · 0 comments
Open

Error running make #2

paulosincos opened this issue Aug 13, 2024 · 0 comments

Comments

@paulosincos
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant