-
Notifications
You must be signed in to change notification settings - Fork 77
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
Region 'ram' overflowed by 419416 (!) bytes #336
Comments
OV-Ip should not run on that board because it OV needs more than 500 KiB of RAM and the board only has 128 KiB of RAM. Let me add that to the |
82c6d7a should fix it. |
Thanks, it fixed the previous issue it seems, but instead I get the overflow below when building the exact same way:
|
Sorry about that. I added CI for this platform and hopefully fixed all the problems for this platform now: #337 Some other platforms also have problems, so it will take a little longer before we can merge it to master. |
Thanks, it builds now, although I do get a bunch of warnings during the build process, often related to unused parameters or comparisons of expressions. These may not pose issues though? |
Thanks! |
Im trying to build the library with
make -j2 PLATFORM=nucleo-l476rg
. This eventually results in the following errors:As you saw, the board I'm using is a Nucleo-L476RG, which is said to be a compatible board in the README, but a 419416 byte overflow seem like an absurd overflow for any board. Any ideas what is going on here and what to do about it?
The text was updated successfully, but these errors were encountered: