-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathbalancec.plg
56 lines (55 loc) · 1.7 KB
/
balancec.plg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<body>
<pre>
<h1>µVision Build Log</h1>
<h2>Project:</h2>
D:\Users\daxiong\Desktop\ƽºâС³µ\sourcecode\balancec.uvproj
Project File Date: 11/12/2015
<h2>Output:</h2>
Build target 'Target 1'
linking...
Program Size: Code=4996 RO-data=268 RW-data=20 ZI-data=1636
"balancec.axf" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
linking...
Program Size: Code=4996 RO-data=268 RW-data=20 ZI-data=1636
"balancec.axf" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
linking...
Program Size: Code=4996 RO-data=268 RW-data=20 ZI-data=1636
"balancec.axf" - 0 Error(s), 0 Warning(s).
Clean started: Project: 'balancec'
deleting intermediate output files for target 'Target 1'
Build target 'Target 1'
compiling i2c.c...
compiling main.c...
source_code\APP\main.c(28): warning: #550-D: variable "p" was set but never used
compiling mpu6050.c...
compiling delay.c...
compiling BSP.C...
compiling misc.c...
compiling stm32f10x_adc.c...
compiling stm32f10x_bkp.c...
compiling stm32f10x_can.c...
compiling stm32f10x_cec.c...
compiling stm32f10x_crc.c...
compiling stm32f10x_dac.c...
compiling stm32f10x_dbgmcu.c...
compiling stm32f10x_dma.c...
compiling stm32f10x_exti.c...
compiling stm32f10x_flash.c...
compiling stm32f10x_fsmc.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_i2c.c...
compiling stm32f10x_iwdg.c...
compiling stm32f10x_pwr.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_rtc.c...
compiling stm32f10x_sdio.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_tim.c...
compiling stm32f10x_usart.c...
compiling stm32f10x_wwdg.c...
assembling startup_stm32f10x_md.s...
startup_stm32f10x_md.s: error: A1023E: File "startup_stm32f10x_md.s" could not be opened: No such file or directory
Target not created