Hi,
I am following your Wizard to Browse Examples and I am trying to compile your example project 'gcd' but I am getting the following errors - what am I missing ?:
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: gcd.out'
'Invoking: MSP430 Linker v3.0'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.3/bin/cl430" --symdebug:dwarf --printf_support=full -z --reread_libs --use_hw_mpy=16 --warn_sections --library="rts430.lib" --search_path="C:/ti/ccsv6/ccs_base/msp430/include" --search_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.3/lib" --search_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.3/include" --xml_link_info="gcd_linkInfo.xml" --rom_model --heap_size=80 --stack_size=80 -o "gcd.out" "./main.obj" "../lnk_msp430f169.cmd"
<Linking>
error: cannot find file "rts430.lib"
"../lnk_msp430f169.cmd", line 315: warning: Linker command file has no sections
of type=VECT_INIT, but does contain .intXX sections. This file may be out
of date. Generating interrupt pointers for all .intXX sections. The
default handler provided in the RTS will be used if no other handler is
found. It is recommend that you update your linker command file to the
latest version.
error: errors encountered during linking; "gcd.out" not built
>> Compilation failure
gmake: *** [gcd.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****