Hi
I am trying out the TMS570 launchpad. After 2 weeks of trying everything I can think of to get this thing working, I am at the point of giving up. I cannot get the CCS to build the out file all I get is numerous errors but there is no documentation to guide me where to look to fix these errors. I am nearly at the point of shelving this board and going back to Microchip products. Listed below is the build console info. Can anyone please guide me as to what is going wrong?
**** Build of configuration Debug for project Project_0 ****
"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: Project_0.out'
'Invoking: ARM Linker'
"c:/ti/ccsv6/tools/compiler/arm_5.1.6/bin/armcl" -mv7R4 --code_state=32 --abi=eabi -g --display_error_number --diag_warning=225 --diag_wrap=off --enum_type=packed -z -m"Project_0.map" --heap_size=0x800 --stack_size=0x800 -i"c:/ti/ccsv6/tools/compiler/arm_5.1.6/lib" -i"c:/ti/ccsv6/tools/compiler/arm_5.1.6/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="Project_0_linkInfo.xml" --rom_model --be32 -o "Project_0.out" "./Project_0/source/dabort.obj" "./Project_0/source/esm.obj" "./Project_0/source/het.obj" "./Project_0/source/notification.obj" "./Project_0/source/pinmux.obj" "./Project_0/source/sys_core.obj" "./Project_0/source/sys_intvecs.obj" "./Project_0/source/sys_main.obj" "./Project_0/source/sys_mpu.obj" "./Project_0/source/sys_pcr.obj" "./Project_0/source/sys_phantom.obj" "./Project_0/source/sys_pmu.obj" "./Project_0/source/sys_selftest.obj" "./Project_0/source/sys_startup.obj" "./Project_0/source/sys_vim.obj" "./Project_0/source/system.obj" "../Project_0/source/sys_link.cmd" -l"libc.a"
<Linking>
warning #10366-D: automatic library build: using library "c:\ti\ccsv6\tools\compiler\arm_5.1.6\lib\rtsv7R4_A_be_eabi.lib" for the first time, so it must be built. This may take a few minutes.
0 [main] sh 11728 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
C:/Users/GREGLA~1/AppData/Local/Temp/make3804-1.sh: line 1: 11728 Segmentation fault (core dumped) c:/ti/ccsv6/tools/compiler/arm_51~1.6/bin/armar -qa c:/users/gregla~1/appdata/local/temp/ti04d7~1/rtsv7r4_a_be_eabi.lib *.obj
gmake.exe[1]: *** [library] Error 139
>> ERROR: mklib: gmake error during rtsv7R4_A_be_eabi.lib build
warning #10207-D: automatic RTS selection: resolving index library "libc.a" to "c:\ti\ccsv6\tools\compiler\arm_5.1.6\lib\rtsv7R4_A_be_eabi.lib", but "c:\ti\ccsv6\tools\compiler\arm_5.1.6\lib\rtsv7R4_A_be_eabi.lib" was not found
undefined first referenced
symbol in file
--------- ----------------
__TI_auto_init ./Project_0/source/sys_startup.obj
__aeabi_d2uiz ./Project_0/source/het.obj
__aeabi_ddiv ./Project_0/source/het.obj
__aeabi_dmul ./Project_0/source/het.obj
__aeabi_ui2d ./Project_0/source/het.obj
__aeabi_uidivmod ./Project_0/source/het.obj
exit ./Project_0/source/sys_startup.obj
memcpy ./Project_0/source/het.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "Project_0.out" not built
>> Compilation failure
gmake: *** [Project_0.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****