-
Notifications
You must be signed in to change notification settings - Fork 27
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
Compilation error "region RAM overflowed with stack" #3
Comments
What is the version of newlib that you are using ? I had some issues with another project with recent versions of this library. |
Is there a recommended building distro/environment? |
I am currently compiling this firmware on a out of the box Debian Stretch. New versions of newlib are known to cause this error, see bbcmicrobit/micropython#363. I will have a look at it again in this context (not micropython-related) and see if I can issue a fix. |
Had the same issue when trying to compile under Kali (newlib 3.0). I turned to latest Debian Stretch, which still uses newlib 2.4, and it worked perfectly. |
This is on a debian testing machine (but with gcc-arm-none-eabi (15:7-2018-q2-3) ):
The text was updated successfully, but these errors were encountered: