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.

CCS/TMS320C5545: Diag_test not working Showing Error#137

Hey Guys!

I am trying to follow the C5545 software user's manual and trying to figure how to make the basic diagnostic tests work. I tried doing various things to make it work. Steps i followed:

1) Open CCSv6 an import the all the projects that the diagnostics folder had. 

2) Now, Imported the C55XXCSL_LP and atafs_bios_drv_lib projects from the CSL directory.

3)Built both projects from that were imported from the CSL directory, both in Debug and release mode. 

4)After doing all this, Now I tried building one of the projects say gpio. 

4)I initially got the error saying C55XXCSL_LP.lib file missing. To resolve this I was trying to follow this thread

"https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/506167/1836588"

Now, I ended up with a new error Can someone help me resolve this?

attached is the image which shows the errors shown.


**** Build of configuration Debug for project led_test ****

"C:\\ti\\CCS_V6\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: led_test.out'
'Invoking: C5500 Linker'
"C:/ti/CCS_V6/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --display_error_number --diag_warning=225 --ptrdiff_size=16 -z -m"led_test.map" --stack_size=0x200 --heap_size=0x400 -i"C:/ti/CCS_V6/ccsv6/tools/compiler/c5500_4.4.1/lib" -i"C:/ti/CCS_V6/New folder/C55XXCSL_LP/Debug" -i"C:/ti/CCS_V6/ccsv6/tools/compiler/c5500_4.4.1/include" -i"C:/ti/CCS_V6/New folder/led_test" --reread_libs --display_error_number --warn_sections --xml_link_info="led_test_linkInfo.xml" --rom_model --sys_stacksize=0x200 -o "led_test.out" "./led_test.obj" "./main.obj" "./common/platform.obj" "./common/system_init.obj" "../C55XXCSL_LP.lib" "C:/ti/c55_lp/c5545bp_software_01.01.00.00/source_code/c55xx_diagnostics/board/diag/common/C5545BP.cmd" -llibc.a -l"C:/ti/CCS_V6/New folder/C55XXCSL_LP/Debug/C55XXCSL_LP.lib"
<Linking>
fatal error #16004: file "../C55XXCSL_LP.lib<csl_gpio.obj>" has a
Tag_Memory_Model attribute value of "3" that is different than one
previously seen ("2"); combining incompatible files

>> Compilation failure
makefile:150: recipe for target 'led_test.out' failed
gmake: *** [led_test.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****