KEIL 编译时出错 No such file or directory
[复制链接]
KEIL 编译时出现如下提示:
startup_NUC472_442.s: error: A1023E: File "..\..\..\Library\Device\Nuvoton\NUC472_442\Source\ARM\startup_NUC472_442.s" could not be opened: No such file or directory
此时表示文件路径或者该文件不存在,但是明明该文件和路径是存在的。
出现此问题,是因为路径名不合法,在路径中的文件夹名称中出现了“-”,即“减号”,不能识别,修改后问题解决。
|