cleanflight / cleanflight-configurator

Google chrome/chromium based configuration tool for the cleanflight firmware
GNU General Public License v3.0
334 stars 252 forks source link

Cleanflight development project build error #524

Closed rohith2606 closed 4 years ago

rohith2606 commented 6 years ago

during project build in eclipse, i am getting these errors and not able to find a solution for it. Kindly provide some assistance to overcome these errors and obtain the Hex files. I tried for spracingf3evo, stm32f3discovery and sprcingf3, all showed the same errors.

make: *** [Makefile:418: hex] Error 2

make[1]: *** [Makefile:294: obj/main/cleanflight_SPRACINGF3.elf] Error 1

obj/main/cleanflight_SPRACINGF3.elf section `.text' will not fit in region 'FLASH'

region `FLASH' overflowed by 48075 bytes

mikeller commented 6 years ago

@rohith2606: Looks like you are trying to do debug builds. These will not fit into the flash space available on F3 boards unless you remove a lot of the features.

stale[bot] commented 4 years ago

This issue / pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within a week.

stale[bot] commented 4 years ago

Automatically closing as inactive.