新手上路
- 积分
- 21
- 金钱
- 21
- 注册时间
- 2018-12-5
- 在线时间
- 5 小时
|
1金钱
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\RTC\rtc.c: 0 warnings, 1 error
compiling wkup.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\WKUP\wkup.c: 0 warnings, 1 error
compiling adc.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\ADC\adc.c: 0 warnings, 1 error
compiling dac.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\DAC\dac.c: 0 warnings, 1 error
compiling dma.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\DMA\dma.c: 0 warnings, 1 error
compiling myiic.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\24CXX\myiic.c: 0 warnings, 1 error
compiling 24cxx.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\24CXX\24cxx.c: 0 warnings, 1 error
compiling spi.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\SPI\spi.c: 0 warnings, 1 error
compiling flash.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\FLASH\flash.c: 0 warnings, 1 error
compiling rs485.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\RS485\rs485.c: 0 warnings, 1 error
compiling touch.c...
..\HARDWARE\TOUCH\touch.c(1): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\TOUCH\touch.c: 0 warnings, 1 error
compiling can.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\CAN\can.c: 0 warnings, 1 error
compiling remote.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\REMOTE\remote.c: 0 warnings, 1 error
compiling joypad.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\JOYPAD\joypad.c: 0 warnings, 1 error
compiling adxl345.c...
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\HARDWARE\ADXL345\adxl345.c: 0 warnings, 1 error
compiling usmart.c...
..\SYSTEM\usart\usart.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\USMART\usmart.c: 0 warnings, 1 error
compiling usmart_config.c...
..\SYSTEM\delay\delay.h(3): error: #5: cannot open source input file "stm32f10x_map.h": No such file or directory
#include <stm32f10x_map.h>
..\USMART\usmart_config.c: 0 warnings, 1 error
compiling usmart_str.c...
"..\OBJ\test.axf" - 30 Error(s), 0 Warning(s).
|
|