📄 spi.plg
字号:
<html>
<body>
<pre>
<h1>礦ision Build Log</h1>
<h2>Project:</h2>
E:\STM32\测试\Test\6.SPI\SPI.uvproj
Project File Date: 02/03/2013
<h2>Output:</h2>
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
linking...
Program Size: Code=6450 RO-data=910 RW-data=12 ZI-data=2156
FromELF: creating hex file...
".\obj\SPI.axf" - 0 Error(s), 0 Warning(s).
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
linking...
Program Size: Code=6450 RO-data=910 RW-data=12 ZI-data=2156
FromELF: creating hex file...
".\obj\SPI.axf" - 0 Error(s), 0 Warning(s).
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
src\Init_SPI.h(6): error: #20: identifier "SPI_InitStructure" is undefined
src\Init_SPI.h: SPI_InitStructure.SPI_Direction = SPI_Direction_2Lines_FullDuplex;//SPI 设置为双线双向全双工
src\Init_SPI.h: ^
src\Init_SPI.h(19): warning: #1-D: last line of file ends without a newline
src\Init_SPI.h: #endif
src\Init_SPI.h: ^
src\Init_SPI.h: src\main.c: 1 warning, 1 error
Target not created
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
src\Init_SPI.h(6): warning: #550-D: variable "SPI_InitStructure" was set but never used
src\Init_SPI.h: SPI_InitTypeDef SPI_InitStructure; /* 定义 SPI 初始化结构体 */
src\Init_SPI.h: ^
src\Init_SPI.h(21): warning: #1-D: last line of file ends without a newline
src\Init_SPI.h: #endif
src\Init_SPI.h: ^
src\Init_SPI.h: src\main.c: 2 warnings, 0 errors
linking...
Program Size: Code=7286 RO-data=910 RW-data=12 ZI-data=2156
FromELF: creating hex file...
".\obj\SPI.axf" - 0 Error(s), 2 Warning(s).
Build target 'SPI'
compiling main.c...
src\Init_SPI.h(23): warning: #1-D: last line of file ends without a newline
src\Init_SPI.h: #endif
src\Init_SPI.h: ^
D:\Program Files\Keil uVision4\ARM\RV31\INC\stdio.h(37): error: #84: invalid combination of type specifiers
D:\Program Files\Keil uVision4\ARM\RV31\INC\stdio.h: typedef unsigned int size_t; /* see <stddef.h> */
D:\Program Files\Keil uVision4\ARM\RV31\INC\stdio.h: ^
src\LCD5110.h(144): warning: #223-D: function "LCD_write_byte" declared implicitly
src\LCD5110.h: LCD_write_byte(0x21,0);//初始化Lcd,功能设定使用扩充指令
src\LCD5110.h: ^
src\LCD5110.h(155): warning: #223-D: function "LCD_write_byte" declared implicitly
src\LCD5110.h: LCD_write_byte(0x40 | Y, 0);// column
src\LCD5110.h: ^
src\LCD5110.h(169): warning: #223-D: function "LCD_write_byte" declared implicitly
src\LCD5110.h: LCD_write_byte(0x00, 1);
src\LCD5110.h: ^
src\LCD5110.h(182): warning: #223-D: function "LCD_write_byte" declared implicitly
src\LCD5110.h: LCD_write_byte(font6x8[c][line], 1);
src\LCD5110.h: ^
src\LCD5110.h: src\main.c: 5 warnings, 1 error
Target not created
Build target 'SPI'
compiling main.c...
src\LCD5110.h(134): warning: #223-D: function "SPI_SendData" declared implicitly
src\LCD5110.h: SPI_SendData(SPI2, dt);
src\LCD5110.h: ^
src\LCD5110.h(112): warning: #177-D: variable "i" was declared but never referenced
src\LCD5110.h: unsigned char i;
src\LCD5110.h: ^
src\LCD5110.h(138): error: #40: expected an identifier
src\LCD5110.h: } */
src\LCD5110.h: ^
src\LCD5110.h(142): warning: #12-D: parsing restarts here after previous syntax error
src\LCD5110.h: void Init_LCD5110(void)
src\LCD5110.h: ^
src\main.c(14): warning: #223-D: function "Init_LCD5110" declared implicitly
src\main.c: Init_LCD5110(); /* 初始化LCD5110 */
src\main.c: ^
src\main.c: src\main.c: 4 warnings, 1 error
Target not created
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
src\LCD5110.h(112): warning: #177-D: variable "i" was declared but never referenced
src\LCD5110.h: unsigned char i;
src\LCD5110.h: ^
src\LCD5110.h(138): error: #40: expected an identifier
src\LCD5110.h: } */
src\LCD5110.h: ^
src\LCD5110.h(142): warning: #12-D: parsing restarts here after previous syntax error
src\LCD5110.h: void Init_LCD5110(void)
src\LCD5110.h: ^
src\main.c(14): warning: #223-D: function "Init_LCD5110" declared implicitly
src\main.c: Init_LCD5110(); /* 初始化LCD5110 */
src\main.c: ^
src\main.c: src\main.c: 3 warnings, 1 error
Target not created
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
src\LCD5110.h(138): error: #40: expected an identifier
src\LCD5110.h: } */
src\LCD5110.h: ^
src\LCD5110.h(142): warning: #12-D: parsing restarts here after previous syntax error
src\LCD5110.h: void Init_LCD5110(void)
src\LCD5110.h: ^
src\main.c(14): warning: #223-D: function "Init_LCD5110" declared implicitly
src\main.c: Init_LCD5110(); /* 初始化LCD5110 */
src\main.c: ^
src\main.c: src\main.c: 2 warnings, 1 error
Target not created
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
linking...
Program Size: Code=7246 RO-data=910 RW-data=12 ZI-data=2156
FromELF: creating hex file...
".\obj\SPI.axf" - 0 Error(s), 0 Warning(s).
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
linking...
Program Size: Code=7258 RO-data=910 RW-data=12 ZI-data=2156
FromELF: creating hex file...
".\obj\SPI.axf" - 0 Error(s), 0 Warning(s).
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
linking...
Program Size: Code=7286 RO-data=910 RW-data=12 ZI-data=2156
FromELF: creating hex file...
".\obj\SPI.axf" - 0 Error(s), 0 Warning(s).
Load "E:\\STM32\\测试\\Test\\6.SPI\\obj\\SPI.AXF"
Set JLink Project File to "E:\STM32\测试\Test\6.SPI\JLinkSettings.ini"
JLink info:
------------
DLL: V4.15n, compiled Jun 18 2010 19:55:09
Firmware: J-Link ARM V8 compiled Aug 24 2011 17:23:32
Hardware: V8.00
S/N : 20100214
Feature(s) : RDI,FlashDL,FlashBP,JFlash,GDBFull
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
ROMTableAddr = 0xE00FF003
Target info:
------------
Device: STM32F103VB
VTarget = 3.293V
State of Pins:
TCK: 1, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
Hardware-Breakpoints: 6
Software-Breakpoints: 2048
Watchpoints: 4
JTAG speed: 2000 kHz
Erase Done.
Programming Done.
Verify OK.
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
linking...
Program Size: Code=7290 RO-data=910 RW-data=12 ZI-data=2156
FromELF: creating hex file...
".\obj\SPI.axf" - 0 Error(s), 0 Warning(s).
Load "E:\\STM32\\测试\\Test\\6.SPI\\obj\\SPI.AXF"
Set JLink Project File to "E:\STM32\测试\Test\6.SPI\JLinkSettings.ini"
JLink info:
------------
DLL: V4.15n, compiled Jun 18 2010 19:55:09
Firmware: J-Link ARM V8 compiled Aug 24 2011 17:23:32
Hardware: V8.00
S/N : 20100214
Feature(s) : RDI,FlashDL,FlashBP,JFlash,GDBFull
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
ROMTableAddr = 0xE00FF003
Target info:
------------
Device: STM32F103VB
VTarget = 3.300V
State of Pins:
TCK: 1, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
Hardware-Breakpoints: 6
Software-Breakpoints: 2048
Watchpoints: 4
JTAG speed: 2000 kHz
Erase Done.
Programming Done.
Verify OK.
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
src\LCD5110.h(119): error: #20: identifier "i" is undefined
src\LCD5110.h: for(i=0; i<8; i++)
src\LCD5110.h: ^
src\LCD5110.h: src\main.c: 0 warnings, 1 error
Target not created
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
linking...
Program Size: Code=7334 RO-data=910 RW-data=12 ZI-data=2156
FromELF: creating hex file...
".\obj\SPI.axf" - 0 Error(s), 0 Warning(s).
Load "E:\\STM32\\测试\\Test\\6.SPI\\obj\\SPI.AXF"
Set JLink Project File to "E:\STM32\测试\Test\6.SPI\JLinkSettings.ini"
JLink info:
------------
DLL: V4.15n, compiled Jun 18 2010 19:55:09
Firmware: J-Link ARM V8 compiled Aug 24 2011 17:23:32
Hardware: V8.00
S/N : 20100214
Feature(s) : RDI,FlashDL,FlashBP,JFlash,GDBFull
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
ROMTableAddr = 0xE00FF003
Target info:
------------
Device: STM32F103VB
VTarget = 3.300V
State of Pins:
TCK: 1, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
Hardware-Breakpoints: 6
Software-Breakpoints: 2048
Watchpoints: 4
JTAG speed: 2000 kHz
Erase Done.
Programming Done.
Verify OK.
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
src\LCD5110.h(134): warning: #223-D: function "SPI_SendData" declared implicitly
src\LCD5110.h: SPI_SendData(SPI2, dt);
src\LCD5110.h: ^
src\LCD5110.h: src\main.c: 1 warning, 0 errors
linking...
.\obj\SPI.axf: Error: L6218E: Undefined symbol SPI_SendData (referred from main.o).
.\obj\SPI.axf: Not enough information to list image symbols.
.\obj\SPI.axf: Finished: 1 information, 0 warning and 1 error messages.
Target not created
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
linking...
Program Size: Code=7262 RO-data=910 RW-data=12 ZI-data=2156
FromELF: creating hex file...
".\obj\SPI.axf" - 0 Error(s), 0 Warning(s).
Build target 'SPI'
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling stm32f10x_flash.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_it.c...
compiling main.c...
linking...
Program Size: Code=7310 RO-data=910 RW-data=12 ZI-data=2156
FromELF: creating hex file...
".\obj\SPI.axf" - 0 Error(s), 0 Warning(s).
Load "E:\\STM32\\测试\\Test\\6.SPI\\obj\\SPI.AXF"
Set JLink Project File to "E:\STM32\测试\Test\6.SPI\JLinkSettings.ini"
JLink info:
------------
DLL: V4.15n, compiled Jun 18 2010 19:55:09
Firmware: J-Link ARM V8 compiled Aug 24 2011 17:23:32
Hardware: V8.00
S/N : 20100214
Feature(s) : RDI,FlashDL,FlashBP,JFlash,GDBFull
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
ROMTableAddr = 0xE00FF003
Target info:
------------
Device: STM32F103VB
VTarget = 3.293V
State of Pins:
TCK: 1, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1
* JLink Info: TotalIRLen = 9, IRPrint = 0x0011
* JLink Info: Found Cortex-M3 r1p1, Little endian.
* JLink Info: TPIU fitted.
* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots
Hardware-Breakpoints: 6
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -