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.
Hi,
I am having a proble build a clone project from the command line. I am using the commands from this guide https://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html. I already tested in a windows machine and in docker container using Ubuntu (with SDK and CCS12.4 installed in /root/ti).
Import command:
Build command:
Hi Luis,
I recommend that you review the simplelink_cc2640r2_sdk_5_30_00_03\examples\rtos\CC2640R2_LAUNCHXL\ble5stack\simple_peripheral\tirtos\ccsble5_simple_peripheral_cc2640r2lp_app.projectspec and consider adding the correct paths as a compilerBuildOptions. The ti/drivers/pin/PINCC26XX.h location is included in board_key.c for this project. There could be an issue with your workspace existing in the home directory whereas the SDK was installed under root. I've also added the TI Compiler Team for their thoughts on the subject.
Regards,
Ryan
thank you for your answer.
I eventually gave up on that installation and just installed under the default "user" instead of "sudo" (which installs in $HOME/ti/ccs<version>
) and it worked just fine.
Eventually in a near future i will try your suggestion as it seems like a viable one. I'll post here what I find.