Hello developer colleagues,
I'm new to the TI ARM Clang toolchain and I don't get the meaning of the following message:
#10230-D linking in section ./code/hal/syscfg/startup_mspm0g350x_ticlang.o(.intvecs), which does not contain program data
The toolchain is TI Clang v3.2.0.LTS. The resulting program is working fine, including interrupts, so there is no real problem with the .intvecs section.
I didn't find any further information about this message. Is there any list of linker messages and their description? Do you have any hint on what the linker want's to tell to me? How can I avoid this messsage?
Best regards