Hi All,
I just bought the TMS320C6710 DSK and tried to execute a simple Hello World program to it. I am using the latest version of CCS i.e. CCS v6. But while building, after compiling, I get the following error during linking:
<Linking>
warning #10366-D: automatic library build: using library "c:\ti\ccsv6\tools\compiler\c6000_7.4.8\lib\rts6700.lib" for the first time, so it must be built. This may take a few minutes.
>> ERROR: cannot run ap6x - file could not be found
gmake.exe[1]: *** [c:/users/sudars~1/appdata/local/temp/ti276c~1/obj/negll.obj] Error 1
error: function _acos in file acos.c : invalid instruction schedule generated;
try reducing speed optimization levels
gmake.exe[1]: Target `library' not remade because of errors.
>> ERROR: mklib: gmake error during rts6700.lib build
warning #10207-D: automatic RTS selection: resolving index library "libc.a" to "c:\ti\ccsv6\tools\compiler\c6000_7.4.8\lib\rts6700.lib", but "c:\ti\ccsv6\tools\compiler\c6000_7.4.8\lib\rts6700.lib" was not found
warning #10062-D: entry-point symbol "_c_int00" undefined
warning #10202-D: no suitable entry-point found; setting to 0
'Finished building target: Expt.out'
' '
Here are two things which I want to mention:
1.) Well, I did see many threads which gives a work around for this. And yes, .out file is generated even with the link error for rts6713.lib. But. I'm actually going to work on a project related to audio signal processing and I would be working ob BIOS, so I would be requiring the rts6713.lib. Since its a one time build, is it possible for someone to attach the rts6713.lib in this thread so that I can download it and instruct CCS to use that lib file.
2.) Coming back to Hello World program, the .out file was generated. But, I do get the following warnings:
#10062-D entry-point symbol "_c_int00" undefined
#10202-D no suitable entry-point found; setting to 0
I connect the DSK kit with the USB cable and with target configuration as Spectrum Digital DSK-EVM PLUS onboard USB Emulator. But when I launch debug, I get in the console as:
TMS320C671X: AutoRun: Target not run as the symbol "main" is not defined
Obviously because the entry point was set to 0.
I tried so hard to resolve the rts6713.lib and the simple hello world program but no luck with it! Could someone please help me resolve this? I need to get the board setup up and running so that I can start with my actual project development, which is urgent.
Thanks,
Sud
