Tool/software: Code Composer Studio
Description Resource Path Location Type
#10008-D cannot find file "main.oer4f" sbl_linker.cmd /slb_mss1.0 line 30 C/C++ Problem
#10010 null: errors encountered during linking; "slb_mss1.0.xer4f" not built slb_mss1.0 C/C++ Problem
gmake: *** [all] Error 2 slb_mss1.0 C/C++ Problem
gmake[1]: *** [main-build] Error 2 slb_mss1.0 C/C++ Problem
gmake[2]: *** [slb_mss1.0.xer4f] Error 1 slb_mss1.0 C/C++ Problem
--retain="*(.intvecs)"
/* Section Configuration */
SECTIONS
{
tcmalibs: > PROG_RAM ALIGN(8)
{
main.oer4f
-l boot.aer4ft(.text)
}
systemHeap : {} > DATA_RAM
_appVecs : > VECTORS LOAD_START(_appVecs)
}
And when I commend the 'main.oer4f' in sbl_linker.cmd , the project will compile successfully.
But when I load '*.xer4f' in the 'XDC110 USB Debug Probe_0/Cortex_R4_0' in '1642.ccxml' of debug mode,it is running and can not debug or stop in the breakpoint.
How counld I solve this problem ?
Thank you