|
@@ -21,30 +21,30 @@ Target DLL: Segger\JL2CM3.dll V2.99.40.0
|
|
Dialog DLL: TCM.DLL V1.53.0.0
|
|
Dialog DLL: TCM.DLL V1.53.0.0
|
|
|
|
|
|
<h2>Project:</h2>
|
|
<h2>Project:</h2>
|
|
-d:\project\dtu_gateway\app\Proj\Ringzle.uvprojx
|
|
|
|
|
|
+D:\project\dtu_gateway\app\Proj\Ringzle.uvprojx
|
|
Project File Date: 10/31/2023
|
|
Project File Date: 10/31/2023
|
|
|
|
|
|
<h2>Output:</h2>
|
|
<h2>Output:</h2>
|
|
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'D:\software\MDK5\ARM\ARMCC\Bin'
|
|
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'D:\software\MDK5\ARM\ARMCC\Bin'
|
|
Build target 'GD32F103C8T6'
|
|
Build target 'GD32F103C8T6'
|
|
-compiling otaEvent.c...
|
|
|
|
-..\App\otaEvent.h(26): warning: #1295-D: Deprecated declaration check_ota_event - give arg types
|
|
|
|
- int8_t check_ota_event();
|
|
|
|
|
|
+compiling main.c...
|
|
..\App\device_message.h(99): warning: #1295-D: Deprecated declaration get_gateway_config_params - give arg types
|
|
..\App\device_message.h(99): warning: #1295-D: Deprecated declaration get_gateway_config_params - give arg types
|
|
GATEWAY_PARAMS *get_gateway_config_params();
|
|
GATEWAY_PARAMS *get_gateway_config_params();
|
|
-..\App\otaEvent.c(164): warning: #940-D: missing return statement at end of non-void function "check_ota_event"
|
|
|
|
- }
|
|
|
|
-..\App\otaEvent.c(168): warning: #188-D: enumerated type mixed with another type
|
|
|
|
- bool timeoutFlag = false;
|
|
|
|
-..\App\otaEvent.c(171): warning: #188-D: enumerated type mixed with another type
|
|
|
|
- timeoutFlag = true;
|
|
|
|
-..\App\otaEvent.c(251): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
|
|
|
|
- EC800MSendCmd(ota_data.data + 3,128);
|
|
|
|
-..\App\otaEvent.c(343): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
|
|
|
|
- EC800MSendCmd((uint8_t *)&ota_message,sizeof(OTA_MESSAGE));
|
|
|
|
-..\App\otaEvent.c: 7 warnings, 0 errors
|
|
|
|
|
|
+..\App\parseDeviceMessage.h(13): warning: #1295-D: Deprecated declaration Read_Data - give arg types
|
|
|
|
+ void Read_Data();
|
|
|
|
+..\App\otaEvent.h(26): warning: #1295-D: Deprecated declaration check_ota_event - give arg types
|
|
|
|
+ int8_t check_ota_event();
|
|
|
|
+..\App\main.c(66): warning: #1295-D: Deprecated declaration fwdgt_init - give arg types
|
|
|
|
+ void fwdgt_init();
|
|
|
|
+..\App\main.c(67): warning: #1295-D: Deprecated declaration task_fwdgt_reload - give arg types
|
|
|
|
+ void task_fwdgt_reload();
|
|
|
|
+..\App\main.c(104): warning: #167-D: argument of type "char *" is incompatible with parameter of type "uint8_t *"
|
|
|
|
+ http_load_config(httpURL);
|
|
|
|
+..\App\main.c(218): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
|
|
|
|
+ if (EC800MGetUrl(httpURL,dmabuffer,BufferSize) == true) // 从http获取信息,获取成功则保存到本地
|
|
|
|
+..\App\main.c: 7 warnings, 0 errors
|
|
linking...
|
|
linking...
|
|
-Program Size: Code=16468 RO-data=524 RW-data=172 ZI-data=82836
|
|
|
|
|
|
+Program Size: Code=31292 RO-data=1696 RW-data=232 ZI-data=82968
|
|
FromELF: creating hex file...
|
|
FromELF: creating hex file...
|
|
After Build - User command #1: fromelf --bin --output ./Objects/Ringzle.bin ./Objects/Ringzle.axf
|
|
After Build - User command #1: fromelf --bin --output ./Objects/Ringzle.bin ./Objects/Ringzle.axf
|
|
".\Objects\Ringzle.axf" - 0 Error(s), 7 Warning(s).
|
|
".\Objects\Ringzle.axf" - 0 Error(s), 7 Warning(s).
|
|
@@ -60,7 +60,7 @@ Package Vendor: GigaDevice
|
|
D:\software\MDK5\Pack\GigaDevice\GD32F10x_DFP\2.1.0\Device\Include
|
|
D:\software\MDK5\Pack\GigaDevice\GD32F10x_DFP\2.1.0\Device\Include
|
|
|
|
|
|
<h2>Collection of Component Files used:</h2>
|
|
<h2>Collection of Component Files used:</h2>
|
|
-Build Time Elapsed: 00:00:03
|
|
|
|
|
|
+Build Time Elapsed: 00:00:02
|
|
</pre>
|
|
</pre>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|