I imported and built a MSP430F1611 project from CCX V4. It had compiled and loaded successfully with CCS V4. I got the following message with CCS V6:
**** Build of configuration Debug for project Proc_brd5 ****
"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: Proc_brd5.out'
'Invoking: MSP430 Linker'
"c:/ti/ccsv6/tools/compiler/msp430_4.3.1/bin/cl430" -vmsp -g --define=__MSP430F1611__ --diag_warning=225 --printf_support=full -z -m"Proc_brd5.map" --stack_size=200 --heap_size=200 --use_hw_mpy=16 --warn_sections -i"c:/ti/ccsv6/ccs_base/msp430/include" -i"c:/ti/ccsv6/tools/compiler/msp430_4.3.1/lib" -i"c:/ti/ccsv6/tools/compiler/msp430_4.3.1/include" --reread_libs --xml_link_info="Proc_brd5_linkInfo.xml" --rom_model -o "Proc_brd5.out" "./utils.obj" "./uart_cmds.obj" "./uart.obj" "./timer_b.obj" "./timer_a.obj" "./sw_spi.obj" "./sw_i2c.obj" "./seep_1m.obj" "./rd_wr_fpga.obj" "./miss_funcs.obj" "./main.obj" "./led.obj" "./fat32.obj" "./crc16.obj" "./cf_primitives.obj" "./cf2.obj" "./ana-4CH-1.obj" "./ab_analog.obj" "./a2d.obj" "../lnk_msp430f1611.cmd" -l"libc.a"
<Linking>
error: output file "Proc_brd5.out" exceeds code size limit
error: errors encountered during linking; "Proc_brd5.out" not built
>> Compilation failure
gmake: *** [Proc_brd5.out] Error 1
gmake: Target `all' not remade because of errors.
Both CCS systems are purchased and should have all features. Is there a way to check if CCS V6 is finding my license file. The project was built succcessfully with CCS V4.
Thanks - Ray