Other Parts Discussed in Thread: CC1310
I can't compile simple hello word for CC1310, I got 436 errors.
How to fix it ?
>> Compilation failure makefile:139: recipe for target 'cc1310.out' failed >> ERROR: mklib: gmake error during rtsv7M3_T_be_eabi.lib build warning #10207-D: automatic RTS selection: resolving index library "libc.a" to "rtsv7M3_T_be_eabi.lib", but "rtsv7M3_T_be_eabi.lib" was not found error #10198-D: no input section is linked in warning #10062-D: entry-point symbol "_c_int00" undefined warning #10202-D: no suitable entry-point found; setting to 0 INTERNAL ERROR: C:\prg\ti\ccsv6\tools\compiler\ti-cgt-arm_16.3.0.STS\bin\armlnk.exe experienced an unhandled exception This is caused by a defect in the compiler itself. TI Customer Support may be able to suggest a workaround to avoid this.
Here is my linker flags and project.
-mv7M3 -g --display_error_number --diag_wrap=off --diag_warning=225 -z -m"cc1310.map" -i"C:/prg/ti/ccsv6/tools/compiler/ti-cgt-arm_16.3.0.STS/lib" -i"C:/prg/ti/ccsv6/tools/compiler/ti-cgt-arm_16.3.0.STS/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="cc1310_linkInfo.xml" --rom_model --minimize_trampolines=postorder