【发布时间】:2017-01-23 19:34:38
【问题描述】:
我在 Keil 5 中编译 使用 armcc:
*** Using Compiler 'V5.06 (build 20)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
我收到以下错误:
compiling softdevice_handler.c...
"no source": Error: #5: cannot open source input file "..\..\..\..\..\..\components\softdevice\common\softdevice_handler\softdevice_handler.c": No such file or directory
..\..\..\..\..\..\components\softdevice\common\softdevice_handler\softdevice_handler.c: 0 warnings, 1 error
我确定源 c 文件存在。我在 GUI 中添加了它,我可以在 GUI 中打开它。
那么,如果文件确实存在,为什么编译器会抱怨文件不存在呢?
【问题讨论】:
标签: path compiler-errors window