Part Number: TMS570LC4357
Tool/software:
Hi, team:
I am trying to combine the .cinit section with other sections into a single output section in my linker script. Below is the relevant part of my SECTIONS configuration:
SECTIONS {
combined_section: { *(.cinit)
*(other_section)
} > MEMORY_REGION
}
However, during the build process, I receive the following warning:
It seems that the *(.cinit) is not being recognized.
I would greatly appreciate any advice or recommendations to resolve this issue.
Best regards,
Hanson Liu

