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
/usr/bin/ld: warning: CMakeFiles/Osiris.dir/LinuxEndpoints.s.o: missing .note.GNU-stack section implies executable stack /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker /bin/sh: 1: Syntax error: "(" unexpected gmake[2]: *** [Source/CMakeFiles/Osiris.dir/build.make:105: Source/libOsiris.so] Error 2 gmake[2]: *** Deleting file 'Source/libOsiris.so' gmake[1]: *** [CMakeFiles/Makefile2:98: Source/CMakeFiles/Osiris.dir/all] Error 2 gmake: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered:
Do you have strip installed? What is the output of which strip command?
strip
which strip
Sorry, something went wrong.
No branches or pull requests
/usr/bin/ld: warning: CMakeFiles/Osiris.dir/LinuxEndpoints.s.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
/bin/sh: 1: Syntax error: "(" unexpected
gmake[2]: *** [Source/CMakeFiles/Osiris.dir/build.make:105: Source/libOsiris.so] Error 2
gmake[2]: *** Deleting file 'Source/libOsiris.so'
gmake[1]: *** [CMakeFiles/Makefile2:98: Source/CMakeFiles/Osiris.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered: