新手上路
- 积分
- 32
- 金钱
- 32
- 注册时间
- 2014-11-28
- 在线时间
- 0 小时
|

楼主 |
发表于 2014-11-28 22:08:42
|
显示全部楼层
CONSOLE的内容如下:
make all
Building file: ../system/src/stm32f1-stdperiph/misc.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -Wextra -g3 -DDEBUG -DUSE_FULL_ASSERT -DTRACE -DOS_USE_TRACE_ITM -DSTM32F10X_HD -DUSE_STDPERIPH_DRIVER -DHSE_VALUE=16000000 -I"../include" -I"../system/include" -I"../system/include/cmsis" -I"../system/include/stm32f1-stdperiph" -I/usr/include -std=gnu11 -MMD -MP -MF"system/src/stm32f1-stdperiph/misc.d" -MT"system/src/stm32f1-stdperiph/misc.o" -c -o "system/src/stm32f1-stdperiph/misc.o" "../system/src/stm32f1-stdperiph/misc.c"
arm-none-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory
system/src/stm32f1-stdperiph/subdir.mk:24: recipe for target 'system/src/stm32f1-stdperiph/misc.o' failed
make: *** [system/src/stm32f1-stdperiph/misc.o] Error 1 |
|