Part Number: LAUNCHXL2-570LC43
Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hi All,
I am really new to the TI products, and got the LaunchpadXL2 with TMS570LC43 to develop a CAN interface for our marine product. I am trying to learn from the example code with HalCoGen, along with video tutorials on the TI website. When I run the example code in CCS after following instructions in HalCoGen for starting the project (enabling CAN drivers, setting identifiers, etc) the program does not compile and gives the following error:
warning #10366-D: automatic library build: using library "C:\ti\ccsv7\tools\compiler\ti-cgt-arm_17.6.0.STS\lib\rtsv7R4_A_be_v3D16_eabi.lib" for the first time, so it must be built. This may take a few minutes.
process_begin: CreateProcess(NULL, echo Creating library c:/users/aaron~1.fis/appdata/local/temp/ti35cf~1/rtsv7r4_a_be_v3d16_eabi.lib, ...) failed.
Makefile:1948: recipe for target 'library' failed
make (e=2): The system cannot find the file specified.
>> Compilation failure
makefile:159: recipe for target 'CAN.out' failed
gmake.exe[2]: *** [library] Error 2
>> ERROR: mklib: gmake error during rtsv7R4_A_be_v3D16_eabi.lib build
warning #10207-D: automatic RTS selection: resolving index library "libc.a" to "rtsv7R4_A_be_v3D16_eabi.lib", but "rtsv7R4_A_be_v3D16_eabi.lib" was not found
undefined first referenced
symbol in file
--------- ----------------
__TI_auto_init ./source/HL_sys_startup.obj
__TI_decompress_lzss
__TI_decompress_none
exit ./source/HL_sys_startup.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "CAN.out" not built
gmake[1]: *** [CAN.out] Error 1
gmake: *** [all] Error 2
makefile:155: recipe for target 'all' failed
**** Build Finished ****
It gets to a stage where it begins compiling, then fails every time. Being a newbie I am really unsure what's happening here, or how to fix but any insight is appreciated on how I can start with getting the example code running. I have all of the include files taken care of, there are no files in the Project Explorer window which are red. Appreciate any help on this, and hoping to get running soon with this!
-Aaron