-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
Add build instructions for 64-bit Raspbian #3880
Conversation
This should be updated with the instructions that include whatever comes out of #3870 before merging. |
c534700
to
497d017
Compare
497d017
to
340c1f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#3949 automatically sets -fPIC
for aarch64
, so no changes are needed.
So, we don't currently use -fPIC on gravitron so that would be a change there @kulibali. I don't think we need for all |
I haven't been able to find a way to detect Raspbian from cmake or the shell -- still trying to figure out how. |
@kulibali I personally think it would be fine to have build instructions that say "hey for X, you need to use Y" and leave the raspbian64 at that. |
OK, I have updated #3949 to not try to change the pic flag, so the instructions should say to use |
@kulibali so |
@SeanTAllen correct; the build flags are baked into makefiles by |
Closes #3872