I am programming C6748 chip using XDS100V2 emulator jtag. I have a problem resolving the following functions name on linker stage
_CLK_countspms
_MEM_alloc
_MEM_getBaseAddress
_MEM_init
also I have warning:
creating output section ".bios" without a SECTIONS spec.
I am using C6000 linker from TI, library from bios_5_41_00_06 bios6748.a674
on the compilation stage I using the following headers from the package:
std.h
bcache.h
mem.h
clk.h
Please advice me how to resolve this.