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.

[参考译文] TM4C1290NCPDT: CCS " can' t find a source file at ..

Guru**** 2386610 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1334575/tm4c1290ncpdt-ccs-can-t-find-a-source-file-at

器件型号:TM4C1290NCPDT

如果我的代码生成了一个故障中断、它将分支到静态 void FaultISR (void)在 tm4c...startup_ccs.c 到 die 中、它会尝试打开 GPIO.c、但生成错误:

在"C:/Jenkins/workspace/TivaWare-Git-Release/DiiverLib/build/DriverLib.test/driverlib/gpio.c "中找不到源文件

我不知道这个 Jenkins 是谁,但我可以保证在我的计算机上没有这样的目录,我在任何地方都找不到这个路径,也没有能够摆脱这个错误。  我的 GPIO.c 位于${TIVAWARE}\driverlib\中、但当我添加该路径时、我会收到"Access denied"(或类似的错误)错误。

谢谢、Doug

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Doug:

     当你看到 C:/詹金斯... ,只需单击"Locate File..." 按钮并指定 C:\ti\TivaWare_C_Series-2.2.0.295\driverlib 的路径、CCS 将知道 GPIO.c 的源文件所在的位置。 请参见下方的。