-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
arm-none-eabi/bin/ld: region `flash' overflowed by 27353 bytes #9251
Comments
Use the supported version of the compiler - https://dev.px4.io/en/setup/dev_env_linux_ubuntu.html#nuttx-based-hardware |
i get the supported version but it not work: |
However i successfully make px4fmu-v5_default and make px4fmu-v4_default just now. So what is the problem? |
Another problem :make posix_sitl_default jmavsim com.jogamp.opengl.GLException: J3D-Renderer-1: createImpl ARB n/a but required, profile > GL2 requested (OpenGL >= 3.1). Requested: GLProfile[GL3bc/GL3bc.sw], current: 3.0 (Compat profile, compat[ES2], FBO, software) - 3.0 Mesa 17.2.8 |
Hi, I have the same problem after I uncomment This is the make output:
How to solve this issue? |
You have hit the flash limit. You need to use a different configuration to use UAVCAN. Most likely your board does already support the |
If I switch to
But reducing the number of modules which shall be loaded to the Pixhawk helps at this point. Thank for your help :) |
i have a problem when i make px4fmu-v2_default with vmware ubuntu&gcc-arm-none-eabi-5_4.
the info is below:
/home/lkw/gcc-arm-none-eabi-5_4-2016q2/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: nuttx_px4fmu-v2_default.elf section
.text' will not fit in region
flash'/home/lkw/gcc-arm-none-eabi-5_4-2016q2/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: address 0x8105d18 of nuttx_px4fmu-v2_default.elf section
__param' is not within region
flash'/home/lkw/gcc-arm-none-eabi-5_4-2016q2/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: address 0x8105d18 of nuttx_px4fmu-v2_default.elf section
__param' is not within region
flash'/home/lkw/gcc-arm-none-eabi-5_4-2016q2/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: address 0x8105d18 of nuttx_px4fmu-v2_default.elf section
__param' is not within region
flash'/home/lkw/gcc-arm-none-eabi-5_4-2016q2/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld: region `flash' overflowed by 27353 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Makefile:153: recipe for target 'px4fmu-v2_default' failed
make: *** [px4fmu-v2_default] Error 1
The text was updated successfully, but these errors were encountered: