| 
 
| 本人新入手32位MCU,按照例子新建了一个LED工程,结果怎么都编译不过去,不知道是哪里的问题。前辈们帮助一下啊报错内容如下: Rebuild target 'Target 1'
 assembling startup_NUC1xx.s...
 compiling core_cm0.c...
 core_cm0.c: Error: C3065E: type of input file 'Library\NUC100SeriesBSP_CMSIS_v1.05.003' unknown
 core_cm0.c: Error: C3065E: type of input file 'Library\NUC100SeriesBSP_CMSIS_v1.05.003\CMSIS\CM0\CoreSupport' unknown
 core_cm0.c: Error: C3065E: type of input file 'Library\NUC100SeriesBSP_CMSIS_v1.05.003\CMSIS\CM0\DeviceSupport\Nuvoton\NUC1xx' unknown
 core_cm0.c: Error: C3065E: type of input file 'Library\NUC100SeriesBSP_CMSIS_v1.05.003\NuvotonPlatform_Keil\Include' unknown
 core_cm0.c: Error: C3065E: type of input file 'Library\NUC100SeriesBSP_CMSIS_v1.05.003\NuvotonPlatform_Keil\Include\Driver' unknown
 Target not created
 
 
 
 | 
 
捕获1.PNG
(20.46 KB, 下载次数: 1038)
 
 编译不过的信息 
捕获2.PNG
(13.42 KB, 下载次数: 1103)
 
 
捕获3.PNG
(42.52 KB, 下载次数: 1090)
 
 设置 
捕获4.PNG
(74.26 KB, 下载次数: 1096)
 
 incllude路径 |