This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

c6ezflo and ccv5.3

I've had good success using previous versions of T.I.'s graphical tool c6flo. and a previous version of code composer.

All attempts to install ccv5.3 with the integrated c6ezflo result in  failed code generation. As a starting point, I used a standard template assuming that the i.d.e. would generate the code as it has in previous versions.  I've updated all of the applicable software still yeilding no success! 

Has anyone been able to use the latest code composer ccv5.3 with c6ezflo?

The error message is from the project builder which doesn't have the needed files from the gernerator.

The error message if as follows:

**** Build of configuration Debug for project xx ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building target: xx.out'
'Invoking: C6000 Linker'
"C:/ti/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6740 --abi=coffabi -g --define=c6747 --display_error_number --diag_warning=225 -z --stack_size=0x800 -m"xx.map" --heap_size=0x800 -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.1/lib" -i"C:/ti/ccsv5/tools/compiler/c6000_7.4.1/include" -i"C:/ti/bios_5_42_00_07/packages/ti/rtdx/lib/c6000" -i"C:/ti/bios_5_42_00_07/packages/ti/bios/lib" --reread_libs --warn_sections --display_error_number --rom_model -o "xx.out"  -l"libc.a" "../C6747.cmd"
<Linking>
warning #10211-D: cannot resolve archive
   C:/ti/ccsv5/tools/compiler/c6000_7.4.1/lib/libc.a to a compatible library,
   as no input files have been encountered
fatal error #10009: no input files

>> Compilation failure
gmake: *** [xx.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****