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.
I am studying on CC2650DK. As starting, i tried to compile an example driver application, lcdSmartRf06EB.
When I try to compile the Project, I am getting the errors below.
XDC tools 3.32.0.06 is installed. But it does not disappear until I add the path of xdc tools from “Project properties-> compiler->include options”. I thing something is wrong with CCS properties.
After I added XDC tools path, I am getting the error above while compiling. When I added TI-RTOS (13XX&26XX) packages paths to “Project properties-> compiler->include options”, this error also disappears.
But I cannot find any solution for the lastest one which is above error, “cannot find “configpkg/linker.cmd”.
Does anyone help me what can be the solution fort his problem?
By the way, my operating system Windows 8.1 and it is in turkish language. Sometimes system language can cause path problems for some softwares. Is this can be a problem fort his case?
Thanks…
Hello,
aguloglu said:By the way, my operating system Windows 8.1 and it is in turkish language. Sometimes system language can cause path problems for some softwares. Is this can be a problem fort his case?
Yes, there is a known bug with building SYS/BIOS projects on Windows PC with Turkish language settings:
SDSCM00052081: BIOS CFG file is not passed to xdctools when building project on Windows with Turkish language settings
This bug has been fixed and will be available in the CCSv6.1.3 release that will be available at the end of March.
For more details (and workarounds):
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/434683/1556257
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/433022/1550288
https://e2e.ti.com/support/embedded/tirtos/f/355/p/384892/1358988#1358988
https://e2e.ti.com/support/embedded/tirtos/f/355/p/149138/540181
Thanks
ki