Hello, while linking an application running on an F28M35 Concerto, I get strange messages on map file and console log.
- map file:
00246fd0 00000008 (.cinit.¸ ì½PO.load) [load image, compression = zero_init]
SEGMENT ALLOCATION MAP
00246a48 00246a48 0000010d 00000000 rw-
00246a48 00246a48 0000010d 00000000 rw- ¾7K
- console log at link time:
<Linking>
warning #10247-D: creating output section "<§U" without a SECTIONS
specification
They appear from time to time (at least I noticed them from time to time) compiling/linking a code for M3 core.
Using TMS470 Linker PC v4.9.9
Is it a linker's bug or I should worry about something wrong in my code or cmd linker file? if a linker's bug, can it affect my code ? The application seems working correctly regardless such messages appear or not.
Thanks in advance
Fabio