Jump to content


Next firmware issues


  • Please log in to reply
4 replies to this topic

#1 Hayvosh

Hayvosh

    Member

  • Members
  • PipPipPip
  • 307 posts
  • LocationSweden-Piteå
  • Country: flag of Sweden Sweden


Posted 12 May 2012 - 01:35 PM

Having troubles making the next FW, this is using "make all_fw" from next branch. I cant figure it out :/

12-May-2012 15:08:31 /usr/lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/bin/ld: /usr/local/bamboo-home/xml-data/build-dir/OP-PIPXNXT-JOB1/build/fw_coptercontrol/fw_coptercontrol.elf section `.text' will not fit in region `FLASH'
12-May-2012 15:08:31 /usr/lib/gcc/arm-none-eabi/4.5.2/../../../../arm-none-eabi/bin/ld: region `FLASH' overflowed by 880 bytes
12-May-2012 15:08:31 collect2: ld returned 1 exit status
12-May-2012 15:08:31 make[1]: *** [/usr/local/bamboo-home/xml-data/build-dir/OP-PIPXNXT-JOB1/build/fw_coptercontrol/fw_coptercontrol.elf] Error 1
12-May-2012 15:08:31 make: *** [fw_coptercontrol_opfw] Error 2

Any clues?

#2 PT_Dreamer

PT_Dreamer

    GCS Core Developer

  • Administrators
  • 1207 posts
  • LocationCaparica, Portugal
  • Country: flag of Portugal Portugal


Posted 12 May 2012 - 01:42 PM

Is that with the codesourcery toolchain?
Life is just a game, but atleast the graphics are awesome!

#3 Hayvosh

Hayvosh

    Member

  • Members
  • PipPipPip
  • 307 posts
  • LocationSweden-Piteå
  • Country: flag of Sweden Sweden


Posted 12 May 2012 - 02:04 PM

No it wasn't, but I've installed it now but still get an error, not the same tho. Getting this :

12-May-2012 15:56:20 as: unrecognized option '-mcpu=cortex-m3'
12-May-2012 15:56:20 make[1]: *** [/usr/local/bamboo-home/xml-data/build-dir/OP-PIPXNXT-JOB1/build/fw_coptercontrol/startup_stm32f10x_MD_CC.o] Error 1
12-May-2012 15:56:20 make: *** [fw_coptercontrol_opfw] Error 2


#4 PT_Dreamer

PT_Dreamer

    GCS Core Developer

  • Administrators
  • 1207 posts
  • LocationCaparica, Portugal
  • Country: flag of Portugal Portugal


Posted 12 May 2012 - 02:18 PM

It's not calling the codesourcery compiler that's for sure.
Life is just a game, but atleast the graphics are awesome!

#5 Hayvosh

Hayvosh

    Member

  • Members
  • PipPipPip
  • 307 posts
  • LocationSweden-Piteå
  • Country: flag of Sweden Sweden


Posted 12 May 2012 - 03:51 PM

Ok, I'll take a look at it. Thanks for the clue