-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It includes very useful functionality for things like 3D pose estimation using solvePnP()
. However when attempting to build for RP2350, the following linker error was produced:
/usr/lib/gcc/arm-none-eabi/13.2.1/../../../arm-none-eabi/bin/ld: firmware.elf section `.bss' will not fit in region `RAM'
/usr/lib/gcc/arm-none-eabi/13.2.1/../../../arm-none-eabi/bin/ld: region `RAM' overflowed by 211996 bytes
I'm guessing that, similar to #25, there are large tables stored in RAM.
Metadata
Metadata
Assignees
Labels
No labels