From 07f9ac2234bbc367d7203f094233867f360671f5 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Fri, 26 Apr 2024 17:25:32 +0800
Subject: [PATCH] 继续完善,开始增加阀控相关
---
KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.build_log.htm | 56 ++++++++++++++++++++++++++++++++------------------------
1 files changed, 32 insertions(+), 24 deletions(-)
diff --git a/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.build_log.htm b/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.build_log.htm
index e597efb..2dfe342 100644
--- a/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.build_log.htm
+++ b/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.build_log.htm
@@ -22,34 +22,41 @@
<h2>Project:</h2>
E:\GasFlowmeter\Internet_of_things_valve\SZV103\SZV103_FM33A0xxEV_SiZhu\KEIL_MDKARM\SZV103_FM33A0_MainSystem.uvprojx
-Project File Date: 04/24/2024
+Project File Date: 04/26/2024
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 7 for Certification (build 960)', folder: 'D:\Program Files\MDK5\ARM\ARMCC\Bin'
Build target 'SZV103_FM33A0_MainSystem'
+compiling valve_control.c...
+..\Function\VALVE\valve_control.c(85): error: #136: struct "<unnamed>" has no field "valve_state"
+ switch (save_valve_para_g.valve_state)
+..\Function\VALVE\valve_control.c(83): warning: #177-D: variable "valve_status" was declared but never referenced
+ VALVE_STATUS valve_status;
+..\Function\VALVE\valve_control.c: 1 warning, 1 error
+compiling upper_com_data_pro.c...
+..\Function\UPPER_COMPUTER\upper_com_data_pro.c(11): warning: #177-D: variable "count_i" was declared but never referenced
+ uint16_t count_i;
+..\Function\UPPER_COMPUTER\upper_com_data_pro.c: 1 warning, 0 errors
compiling rs485_data_analysis_pro.c...
-..\Function\FLOW_METER_DATA_COLLECT\rs485_data_analysis_pro.c(68): warning: #177-D: variable "SC_Accumulation_zs" was declared but never referenced
- uint32_t SC_Accumulation_zs;
-..\Function\FLOW_METER_DATA_COLLECT\rs485_data_analysis_pro.c(69): warning: #177-D: variable "SC_Accumulation_xs" was declared but never referenced
- uint16_t SC_Accumulation_xs;
-..\Function\FLOW_METER_DATA_COLLECT\rs485_data_analysis_pro.c(72): warning: #177-D: variable "SC_Accumulation_zs_reverse" was declared but never referenced
- uint32_t SC_Accumulation_zs_reverse;
-..\Function\FLOW_METER_DATA_COLLECT\rs485_data_analysis_pro.c(73): warning: #177-D: variable "SC_Accumulation_xs_reverse" was declared but never referenced
- uint16_t SC_Accumulation_xs_reverse;
-..\Function\FLOW_METER_DATA_COLLECT\rs485_data_analysis_pro.c(74): warning: #177-D: variable "WC_Accumulation_zs_reverse" was declared but never referenced
- uint32_t WC_Accumulation_zs_reverse;
-..\Function\FLOW_METER_DATA_COLLECT\rs485_data_analysis_pro.c(75): warning: #177-D: variable "WC_Accumulation_xs_reverse" was declared but never referenced
- uint16_t WC_Accumulation_xs_reverse;
-..\Function\FLOW_METER_DATA_COLLECT\rs485_data_analysis_pro.c(77): warning: #177-D: variable "WC_Accumulation_reverse" was declared but never referenced
- double WC_Accumulation_reverse;
-..\Function\FLOW_METER_DATA_COLLECT\rs485_data_analysis_pro.c(78): warning: #177-D: variable "SC_Accumulation_reverse" was declared but never referenced
- double SC_Accumulation_reverse;
-..\Function\FLOW_METER_DATA_COLLECT\rs485_data_analysis_pro.c: 8 warnings, 0 errors
-linking...
-Program Size: Code=12588 RO-data=2528 RW-data=88 ZI-data=19152
-FromELF: creating hex file...
-After Build - User command #1: fromelf --bin -o ".\bin_file\SZV103_FM33A0_MainSystem.bin" "E:\GasFlowmeter\Internet_of_things_valve\SZV103\SZV103_FM33A0xxEV_SiZhu\KEIL_MDKARM\Objects\SZV103_FM33A0_MainSystem.axf"
-".\Objects\SZV103_FM33A0_MainSystem.axf" - 0 Error(s), 8 Warning(s).
+compiling upper_com.c...
+compiling system_run_fun.c...
+..\Soft\system_run_fun.c(153): warning: #1-D: last line of file ends without a newline
+
+..\Soft\system_run_fun.c: 1 warning, 0 errors
+compiling rs485_read_data.c...
+..\Function\FLOW_METER_DATA_COLLECT\rs485_read_data.c(120): warning: #940-D: missing return statement at end of non-void function "rs485ComSendHandle"
+ }
+..\Function\FLOW_METER_DATA_COLLECT\rs485_read_data.c(205): warning: #1-D: last line of file ends without a newline
+ }
+..\Function\FLOW_METER_DATA_COLLECT\rs485_read_data.c: 2 warnings, 0 errors
+compiling main.c...
+compiling system_mem_para.c...
+..\Function\STORAGE\system_mem_para.c(157): warning: #550-D: variable "return_flag" was set but never used
+ ErrorStatus return_flag = PASS;
+..\Function\STORAGE\system_mem_para.c(177): warning: #550-D: variable "return_flag" was set but never used
+ ErrorStatus return_flag = PASS;
+..\Function\STORAGE\system_mem_para.c: 2 warnings, 0 errors
+".\Objects\SZV103_FM33A0_MainSystem.axf" - 1 Error(s), 7 Warning(s).
<h2>Software Packages used:</h2>
@@ -66,8 +73,9 @@
<h2>Collection of Component Files used:</h2>
* Component: Keil::Device:Startup:1.0.0
- Source file: Device/Source/system_FM33A0XXEV.c
Source file: Device/Source/ARM/startup_FM33A0XXEV.s
+ Source file: Device/Source/system_FM33A0XXEV.c
+Target not created.
Build Time Elapsed: 00:00:01
</pre>
</body>
--
Gitblit v1.9.3