-
Notifications
You must be signed in to change notification settings - Fork 71
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
Compiling Issues #44
Comments
Sounds like something may have changed in the compiler and it's not happy with how the code is written. I ran in to a similar issue not long ago with a project involving RISC-V and had to do some experimenting with various attributes to make it work. It's possible that xboot has a similar issue with newer versions of gcc. Not sure I will have time to look at that soon, though. |
I saw in the r2021.03.03 branch do you have this statement in the file uart.h:
and in the master branch do you have this statement in the file uart.h:
|
Yeah, gcc has evolved quite a bit. And I don't think I set things up correctly in the first place. I think maybe all the inline stuff needs to go away and then LTO needs to be turned on. I will need to experiment with that when I have time. |
Hi
When I compile with the command
make conf/arduino328p.conf.mk
then I receive always the error:What are I do wrong?
The text was updated successfully, but these errors were encountered: