Hi all,
Does anyone know how to use CCS to make a new CCS project? I'm new to this and cannot build a simple simple project. I'm basically just trying to build a program that will print "Hello world!" to the screen. I'm using the new CC2650STK and DevPack Debugger, but I don't think this is relevant. I think this is something that I would encounter with any chip. This is my error code:
**** Build of configuration Debug for project test010 ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: test010.out'
'Invoking: ARM Linker'
"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/bin/armcl" -mv7M3 --code_state=16 --abi=eabi -me -g --define=DEBUG --define=CC2650F128RGZ --display_error_number --diag_warning=225 --diag_wrap=off -z -m"test010.map" --heap_size=0 --stack_size=256 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/lib" -i"C:/Users/vedran.simunovic/workspace_v6_1/test010" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.2/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="test010_linkInfo.xml" --rom_model -o "test010.out" "./main.obj" "../cc26x0f128.cmd" -l"libc.a"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
ResetISR
error #10234-D: unresolved symbols remain
warning #10062-D: entry-point symbol "ResetISR" undefined
>> Compilation failure
error #10010: errors encountered during linking; "test010.out" not built
gmake: *** [test010.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****