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

Adding options -lc -specs=nosys.specs allows arm-none-eabi-gcc v4.9 for compilation #8

Closed
enthusiasticgeek opened this issue Jun 7, 2016 · 2 comments

Comments

@enthusiasticgeek
Copy link

enthusiasticgeek commented Jun 7, 2016

I am wondering if adding options "-lc -specs=nosys.specs" to the build.sh (https://stackoverflow.com/questions/13235748/linker-error-on-a-c-project-using-eclipse) for compiling with arm-none-eabi-gcc v4.9 is considered? It seems to remove all compilation problems with version 4.9 if any.

@BrianSidebotham
Copy link
Owner

Thanks @enthusiasticgeek I will fix this soon as I progress the tutorials so RPi3 and RPi3B+ are covered. Then I'll catapault the gcc version forward to a recent version. Thanks for the specs, I think that may be better than what's there right now.

@BrianSidebotham
Copy link
Owner

We're using gcc 9.x now, and everything appears to be working well.

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

2 participants