用CCS6.1开发CC26xx程序,编译后出现:
gmake: *** No rule to make target `C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/uart/UARTCC26XX.c', needed by `Drivers/UART/UARTCC26XX.obj'. SimpleBLEPeripheral Unknown C/C++ Problem
这样的错误提示。请问该怎么解决?
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.
用CCS6.1开发CC26xx程序,编译后出现:
gmake: *** No rule to make target `C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/drivers/uart/UARTCC26XX.c', needed by `Drivers/UART/UARTCC26XX.obj'. SimpleBLEPeripheral Unknown C/C++ Problem
这样的错误提示。请问该怎么解决?
这是由于源文件路径错误引起的,请找到工程中的源文件,将其copy到工程文件夹下,然后将之前错误的文件路径删除掉。
从原帖中可看出,本来默认路径是c:\ti\...,但我的实际安装路径是e:\ti\...。我已经在ccs项目的Properties中做了相应修改,但还是出现如此问题。不知这个路径应在何处进行修改,我找遍了也没找到。