-
Notifications
You must be signed in to change notification settings - Fork 23
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
disable stack-protector on powerpc #7
Comments
I'm tempted to blame the toolchain for this one. It's possible that stack-protector is not available on clang/powerpc, google suggests that you're not the only one experiencing the same link issue. It is certainly harmless to disable stack-protector, it'll just be a little less safe to run the resulting binary. You could also try using gcc to compile the binary, cf Makefile, and see if that works. Couple of things:
|
No, it doesn't - or, at least, it seems to start for a few seconds before crashing - that was an issue for another ticket though, lest the problem be related to my disabling of stack-protector.
If you provide an email I can send you a copy of the core dump. |
Oh well, is that a big endian box by any chance? We most likely have some issue on these. I don't have any powerpc toolchain handy to inspect that core so I'll probably need access to one such box to fix this properly. Maybe we can find some kind of arrangement? My email is in the LICENSE file fwiw. |
I receive this error upon compiling:
Clang:
Disabling fstack-protector allows it to compile but I have no idea what the implications are of doing that or how to go about fixing it properly.
The text was updated successfully, but these errors were encountered: