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.
Tool/software: Code Composer Studio
Hi
Ti
does compiler 18.1.3 supports CLB
Thanks
Harshit
Yes, the compiler supports it. How did you modify the project? Out of box the example CLB_EX8 should build. I just tested it on my setup.
Nima
Hi
Nima,
i could not able to resolve the above errors.
Could you please help me where to change project property settings to resolve above problem.
Thanks
Harshit
Please delete the project from your CCS workspace and also delete it from the Disk. Than reimport the original project without modifying the project properties.
Then build the project.
Nima
still showing similar errors , Not working after following your procedure.
what else i can do?
Clb is not working with "COFF" format , working with "ELF file format only" in compiler version 20.
In complier version 18 "ELF" is not selectable only option is to select "coff" hence not able to build.
Thanks
Harshit
This is not a CLB tool issue. If you are switching to from ELF format to COFF format or vica versa, the DRIVERLIB.LIB project you have linked, should also be the COFF or ELF format to match the project setting.
That is the issue.
Thank you,
Nima
How we can check and make DRIVERLIB.LIB for ELF or COFF file format as project setting , is any tutorial exist?
Thanks Harshit
Also you are correct elf format was not supported. Please update to the latest CCS.
you want to say that CLB example_8 with compiler version 18 in ELF format would work if we upgrade ccs (our current Version: 10.1.0.00010 (11 Jun 2020) to latest 10.1.1.00004 (21 Sep 2020)).
Thanks Harshit
There is a CCS project for the driverlib project.
C:\ti\c2000\C2000Ware_3_03_00_00\driverlib\f2838x\driverlib
You can rebuild that with CCS with COFF.
Also, if you download the latest C2000Ware and latest CCS + the simulation TDM compiler specified in the CLB User's Guide, everything will build perfectly out of the box with ELF.
Nima