95ce2328
李外
完成USB移植,测试正常,
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<html>
<body>
<pre>
<h1>µVision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: ¦ÌVision V5.36.0.0
Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: d Microsoft, Microsoft, LIC=RC93N-YLQQB-8TQ3P-MHIHV-VJYCC-FP6J4
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.36.0.0
Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 7 (build 960)
Assembler: Armasm.exe V5.06 update 7 (build 960)
Linker/Locator: ArmLink.exe V5.06 update 7 (build 960)
Library Manager: ArmAr.exe V5.06 update 7 (build 960)
Hex Converter: FromElf.exe V5.06 update 7 (build 960)
CPU DLL: SARMCM3.DLL V5.36.0.0
Dialog DLL: DCM.DLL V1.17.3.0
Target DLL: Segger\JL2CM3.dll V2.99.36.0
Dialog DLL: TCM.DLL V1.53.0.0
<h2>Project:</h2>
E:\C100B_S6\C100B_GD\Proj\Base_GD303.uvprojx
|
df8068e7
李外
其他基本完成,扩展信标还有SDK信...
|
25
|
Project File Date: 12/15/2022
|
95ce2328
李外
完成USB移植,测试正常,
|
26
27
28
29
|
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'C100B'
|
aed5e827
李外
V100.0.8
|
30
|
compiling buzzer.c...
|
6570feac
李外
V100.0.9
|
31
|
compiling gd32f30x_it.c...
|
aed5e827
李外
V100.0.8
|
32
|
compiling main.c...
|
6570feac
李外
V100.0.9
|
33
|
compiling i2c.c...
|
aed5e827
李外
V100.0.8
|
34
35
36
37
38
|
compiling led.c...
compiling platform.c...
..\Base_core\user_driver\platform.c(299): warning: #223-D: function "memcpy" declared implicitly
memcpy(id,tmp,12);
..\Base_core\user_driver\platform.c: 1 warning, 0 errors
|
aed5e827
李外
V100.0.8
|
39
40
|
compiling base_core.c...
compiling base_process_pc_cmd_0x60.c...
|
aed5e827
李外
V100.0.8
|
41
42
43
44
45
46
47
48
|
compiling RF24L01 - multi.c...
..\Base_core\user_driver\RF24L01 - multi.c(206): warning: #177-D: variable "btmp" was declared but never referenced
uint8_t btmp;
..\Base_core\user_driver\RF24L01 - multi.c(257): warning: #177-D: variable "i" was declared but never referenced
uint8_t i;
..\Base_core\user_driver\RF24L01 - multi.c(161): warning: #177-D: function "DelayUs" was declared but never referenced
static void DelayUs( unsigned short time )
..\Base_core\user_driver\RF24L01 - multi.c: 3 warnings, 0 errors
|
6570feac
李外
V100.0.9
|
49
50
51
52
|
compiling HW_MCUIO.c...
..\Base_core\user_driver\HW_MCUIO.c(141): warning: #1-D: last line of file ends without a newline
#endif
..\Base_core\user_driver\HW_MCUIO.c: 1 warning, 0 errors
|
aed5e827
李外
V100.0.8
|
53
54
55
56
57
58
|
compiling base_process_pc_cmd_0x61.c...
..\Base_core\core_src\base_process_pc_cmd_0x61.c(208): warning: #177-D: variable "i" was declared but never referenced
unsigned char tmp[16],i,rslt=0;
..\Base_core\core_src\base_process_pc_cmd_0x61.c: 1 warning, 0 errors
compiling base_process_pc_enter.c...
compiling base_process_rx_keypad.c...
|
aed5e827
李外
V100.0.8
|
59
|
compiling base_process_tx_keypad.c...
|
6570feac
李外
V100.0.9
|
60
|
compiling base_timer.c...
|
aed5e827
李外
V100.0.8
|
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
compiling debug.c...
compiling function_e2prom.c...
compiling multi_channel.c...
compiling Queue_circle.c...
compiling transfer_keypad_pc.c...
compiling vote__report.c...
compiling vote__process.c...
..\Base_core\core_src\vote__process.c(53): warning: #940-D: missing return statement at end of non-void function "Core_PC_active_rpt"
}
..\Base_core\core_src\vote__process.c(302): warning: #177-D: variable "j" was declared but never referenced
unsigned char i,j,confirmed[10];
..\Base_core\core_src\vote__process.c: 2 warnings, 0 errors
compiling gen_lgpkt_ch.c...
compiling fast_beacon.c...
compiling function.c...
|
aed5e827
李外
V100.0.8
|
76
77
78
79
80
81
82
83
84
85
|
compiling fucntion_text_message.c...
..\Base_core\func_src\fucntion_text_message.c(60): warning: #940-D: missing return statement at end of non-void function "msg_delay_us"
}
..\Base_core\func_src\fucntion_text_message.c(131): warning: #177-D: variable "i" was declared but never referenced
uint16_t i;
..\Base_core\func_src\fucntion_text_message.c(201): warning: #177-D: variable "status" was declared but never referenced
uint8_t status;
..\Base_core\func_src\fucntion_text_message.c(358): warning: #177-D: variable "buf" was declared but never referenced
uint8_t buf[1500];
..\Base_core\func_src\fucntion_text_message.c: 4 warnings, 0 errors
|
6570feac
李外
V100.0.9
|
86
|
compiling fucntion_fastmatch.c...
|
aed5e827
李外
V100.0.8
|
87
88
89
90
91
92
93
|
compiling ext_beacon.c...
..\Base_core\core_src\ext_beacon.c(56): warning: #550-D: variable "index" was set but never used
unsigned char index,len;
..\Base_core\core_src\ext_beacon.c(56): warning: #550-D: variable "len" was set but never used
unsigned char index,len;
..\Base_core\core_src\ext_beacon.c: 2 warnings, 0 errors
compiling function_txmsg_beacon.c...
|
aed5e827
李外
V100.0.8
|
94
95
96
97
|
compiling function_monitor_freq.c...
..\Base_core\func_src\function_monitor_freq.c(218): warning: #177-D: variable "rslt" was declared but never referenced
unsigned char rslt;
..\Base_core\func_src\function_monitor_freq.c: 1 warning, 0 errors
|
6570feac
李外
V100.0.9
|
98
|
compiling function_broadcast.c...
|
aed5e827
李外
V100.0.8
|
99
|
compiling function_T2_display.c...
|
6570feac
李外
V100.0.9
|
100
|
compiling function_NFC.c...
|
aed5e827
李外
V100.0.8
|
101
|
compiling function_update_keypad.c...
|
aed5e827
李外
V100.0.8
|
102
|
compiling function_update_keypad_5G8.c...
|
6570feac
李外
V100.0.9
|
103
|
compiling function_AES.c...
|
aed5e827
李外
V100.0.8
|
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
compiling function_upload_multipkt.c...
compiling function_whitelist.c...
compiling TransparentUpgrade.c...
..\Base_core\func_src\TransparentUpgrade.c(69): warning: #940-D: missing return statement at end of non-void function "update_kp_progress"
}
..\Base_core\func_src\TransparentUpgrade.c(140): warning: #188-D: enumerated type mixed with another type
Down_FSM22_Def DownFSM = 0;
..\Base_core\func_src\TransparentUpgrade.c(194): warning: #940-D: missing return statement at end of non-void function "Upgrade_DelayUs"
}
..\Base_core\func_src\TransparentUpgrade.c(198): warning: #177-D: variable "status" was declared but never referenced
uint8_t status;
..\Base_core\func_src\TransparentUpgrade.c(279): warning: #177-D: variable "temp" was declared but never referenced
static uint8_t temp = 0;
..\Base_core\func_src\TransparentUpgrade.c: 5 warnings, 0 errors
compiling function_network.c...
..\Base_core\func_src\function_network.c(95): warning: #177-D: variable "status" was declared but never referenced
unsigned char status;
..\Base_core\func_src\function_network.c(113): warning: #177-D: variable "j" was declared but never referenced
unsigned char j;
..\Base_core\func_src\function_network.c: 2 warnings, 0 errors
compiling func_list_mgnt.c...
compiling func_down_beacon.c...
..\Base_core\func_src\func_down_beacon.c(243): warning: #177-D: variable "times" was declared but never referenced
unsigned short times = pele->tx_times;//debug only
..\Base_core\func_src\func_down_beacon.c(434): warning: #546-D: transfer of control bypasses initialization of:
variable "pele" (declared at line 441)
switch(db.tx_step){
^
..\Base_core\func_src\func_down_beacon.c: 2 warnings, 0 errors
compiling func_multipkt_up.c...
|
6570feac
李外
V100.0.9
|
134
|
..\Base_core\func_src\func_multipkt_up.c(175): warning: #550-D: variable "pele" was set but never used
|
aed5e827
李外
V100.0.8
|
135
|
base_pktup_ele_STR *pele;
|
6570feac
李外
V100.0.9
|
136
|
..\Base_core\func_src\func_multipkt_up.c(255): warning: #550-D: variable "pele" was set but never used
|
aed5e827
李外
V100.0.8
|
137
138
139
|
multi_up_ele_STR *pele;
..\Base_core\func_src\func_multipkt_up.c: 2 warnings, 0 errors
linking...
|
6570feac
李外
V100.0.9
|
140
|
Program Size: Code=47116 RO-data=8384 RW-data=1692 ZI-data=58908
|
aed5e827
李外
V100.0.8
|
141
|
FromELF: creating hex file...
|
dcc9b193
李外
V100.0.2 完成基站升级功能。
|
142
|
After Build - User command #1: fromelf.exe --bin -o "E:\C100B_S6\C100B_GD\Proj\Objects\Base_GD303.bin" "E:\C100B_S6\C100B_GD\Proj\Objects\Base_GD303.axf"
|
aed5e827
李外
V100.0.8
|
143
|
".\Objects\Base_GD303.axf" - 0 Error(s), 26 Warning(s).
|
95ce2328
李外
完成USB移植,测试正常,
|
144
145
146
147
148
149
150
151
152
153
154
155
|
<h2>Software Packages used:</h2>
Package Vendor: GigaDevice
http://gd32mcu.com/data/documents/pack/GigaDevice.GD32F30x_DFP.2.1.0.pack
GigaDevice.GD32F30x_DFP.2.1.0
GigaDevice GD32F30x Series Device Support and Examples
<h2>Collection of Component include folders:</h2>
C:\Users\Administrator\AppData\Local\Arm\Packs\GigaDevice\GD32F30x_DFP\2.1.0\Device\Include
<h2>Collection of Component Files used:</h2>
|
6570feac
李外
V100.0.9
|
156
|
Build Time Elapsed: 00:00:05
|
95ce2328
李外
完成USB移植,测试正常,
|
157
158
159
|
</pre>
</body>
</html>
|