On 24/01/18 01:58, xuelin.t...@qkmtech.com wrote:
When I tried to compile and link my application, an error came up, saying,

../../../../arm-rtems4.11/bin/ld: myapp.elf section `.unexpected_sections' will not fit in region `UNEXPECTED_SECTIONS'
makefile:50: recipe for target 'myapp.elf' failed
../../../../arm-rtems4.11/bin/ld: region `UNEXPECTED_SECTIONS' overflowed by 
1048577 bytes
collect2: error: ld returned 1 exit status
make: *** [myapp.elf] Error 1

I didnot define any new sections, so any help here? Thanks.

You use sections which are not covered by the linker command file. Look in the linker map file to figure out what these sections are and then find a place for them in your memory map.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to