Hello,
I am looking for some help with the GROUP directive in a Linker Command File as I have run in a situation that I cannot makes sense of.
Per the TMS320x Assembly Language Tools v6.0.pdf it should be possible to do a statement like the following.
GROUP: LOAD= SECTIONA, RUN= SECTIONB {// Sections to include }
However when I do this I get a warning indicating that the LOAD placement directive is being ignored.
Can someone please provide insight to why this is happening. I have attached a sample project that demonstrates the issue.
Thanks,
Paul