Part Number: TMS320C5545
Tool/software: Code Composer Studio
Dear Support:
I am using the C5545 BoosterPack and trying to follow the build process as described in the Software Users Guide and running into problems building the example described in Secion 3.2.3.2. When trying to build the c55AudioDemo project as called out in these steps, I am able to build the libraries ok (i.e., atafs_bios_drv.lib, C55XXCSL_LP, and TIesrEngineC55) although the project TIesrEngineC55 was not referenced in the documentation, but I figured it out. I had some issues getting these libraries to build successfully, but they were fairly minor. However when building the final project "c55AudioDemo", it fails with the following error:
<Linking>
fatal error #16004: file
"C:/ti/c55_lp/c55_csl_3.06/ccs_v6.x_examples/drv/atafs/atafs_bios_drv_lib/Re
lease/atafs_bios_drv_lib.lib<ata_fileinit.obj>" has a Tag_Memory_Model
attribute value of "2" that is different than one previously seen ("3");
combining incompatible files
gmake: *** [c55AudioDemo.out] Error 1
gmake: Target 'all' not remade because of errors.
I have checked the Project properties of the different libraries relative to the final project and don't see any differences. And I followed the directions in the SW Users Manual correctly. One issue is that the "device+ optional revision of target silicon (--silicon_version, -v)" option in the Build->C5500 Compiler->Processor Options is set to "5515" for the "atafs_bios_drv_lib", c55AudioDemo", and "C55XXCSL_LP", but for "TIesrEngineC55" is set to "cpu:3.3". Do you know why this is set this way? And your thoughts as to what is causing the linking problem I am having above?
Thanks,
Tim