-
Notifications
You must be signed in to change notification settings - Fork 49
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
Bootloader doesn't meet size limits when compiled #74
Comments
Please run |
gcc version 11.4.0 Feels like I'm stuck at GCC v12 for now. Thanks for your quick reply (you can probably add minimum requirements in the README, btw). |
Or even with GCC v11 for RISCV64. |
Ok, honestly, gcc v11 should be OK. What configuration do you have? Some configurations for the bootloader are not able to fit in the bootloader space. Or is your install a virgin install? |
Totally clean install. I may be getting something wrong. Tried with Ubuntu 22.04.5 LTS x86_64. Will likely upgrade it to the next LTS in a few days. I didn't configure anything in the bootloader at all. Fresh clone, doesn't work → came to ask. |
Anyway, my (other) ARM64 machine can't compile it (guess there are difficulties cross-compiling for RISC-V on anything than AMD64 and probably x86 so far unless you're on bleeding edge or building toolchain yourself). Therefore, I'm going to upgrade my old LTS instance to the latest LTS one and give it another try. Will get back with the news. |
Good news, I wasn't using the right toolchain, solved with building one from source #493. Thanks for your help, closing this one. |
I just cloned the project locally (with submodule), and it outputs this message that the bootloader is oversized.
Why is this happening and how can we fix it?
The text was updated successfully, but these errors were encountered: