Hello, Sir
Could you explain how to create library files on TMS570.
We've successed to build on TMS570LS31USB by generated library files from the code which doesn't include ".sect" statements.
We refered the website as below.
http://processors.wiki.ti.com/index.php/Creating_Library_for_MSP430_Project_using_CCS_v5?keyMatch=ccs%20library&tisearch=Search-JP
BUT We've failed to build by generated library files including "sys_intvecs.asm" which include ".sect" statement.
We cannot find "intvecs" in xxxx.map file after build completion as below.
<FAIL case>
SEGMENT ALLOCATION MAP
run origin load origin length init length attrs members
---------- ----------- ---------- ----------- ----- -------
00000020 00000020 0000626c 0000626c r-x
00000020 00000020 000060f0 000060f0 r-x .text
<Succeed case>
SEGMENT ALLOCATION MAP
run origin load origin length init length attrs members
---------- ----------- ---------- ----------- ----- -------
00000000 00000000 0000639c 0000639c r-x
00000000 00000000 00000020 00000020 r-x .intvecs
00000020 00000020 000061d8 000061d8 r-x .text
I'd appreciate if you explain how to create library files on TMS570.
Best regards