本人新入手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
|