WXK
2023-12-27 87f40001bac1e3595283dabe5ea3baaf38f255a5
MDK-ARM/L051/L051.build_log.htm
@@ -3,62 +3,171 @@
<pre>
<h1>礦ision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: μVision V5.29.0.0
Copyright (C) 2019 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: yinchengY yincheng, yincheng, LIC=8VRBS-LP6KL-TFII4-FNE82-UWXZC-LU2JH
IDE-Version: μVision V5.30.0.0
Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: WXK WXK, WXK, LIC=LSNXV-PQMLL-2Z8W4-FC0XG-4GU90-PI7N8
 
Tool Versions:
Toolchain:       MDK-ARM Plus  Version: 5.29.0.0
Toolchain Path:  D:\Keil_v5\ARM\ARMCC\Bin
Toolchain:       MDK-ARM Plus  Version: 5.30.0.0
Toolchain Path:  C:\Keil_v5\ARM\ARMCC\Bin
C Compiler:      Armcc.exe V5.06 update 6 (build 750)
Assembler:       Armasm.exe V5.06 update 6 (build 750)
Linker/Locator:  ArmLink.exe V5.06 update 6 (build 750)
Library Manager: ArmAr.exe V5.06 update 6 (build 750)
Hex Converter:   FromElf.exe V5.06 update 6 (build 750)
CPU DLL:         SARMCM3.DLL V5.29.0.0
Dialog DLL:      DARMCM1.DLL V1.19.2.0
Target DLL:      Segger\JL2CM3.dll V2.99.36.0
Dialog DLL:      TARMCM1.DLL V1.14.1.0
CPU DLL:         SARMCM3.DLL V5.30.0.0
Dialog DLL:      DARMCM1.DLL V1.19.3.0
Target DLL:      Segger\JL2CM3.dll V2.99.38.0
Dialog DLL:      TARMCM1.DLL V1.14.2.0
 
<h2>Project:</h2>
E:\GIT\XRange_Tag\MDK-ARM\L051.uvprojx
Project File Date:  08/02/2021
C:\git\XRange_Tag -Lora-R\MDK-ARM\L051.uvprojx
Project File Date:  12/26/2023
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'L051'
compiling global_param.c...
..\Src\OnChipDevices\Flash.h(3): warning:  #47-D: incompatible redefinition of macro "FLASH_SIZE"  (declared at line 125 of "../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash.h")
  #define FLASH_SIZE             (uint32_t)0x10000
..\Src\application\global_param.c(33): warning:  #68-D: integer conversion resulted in a change of sign
        g_com_map[DIST_OFFSET]=-31;
..\Src\application\global_param.c: 2 warnings, 0 errors
Note: source file '..\Src\radio\crc.c' - object file renamed from 'L051\crc.o' to 'L051\crc_1.o'.
compiling dw_ancapp.c...
..\Src\application\dw_ancapp.c(147): warning:  #177-D: variable "temp"  was declared but never referenced
     uint16_t i,j=0,temp[TAG_NUM_IN_SYS];
..\Src\application\dw_ancapp.c(198): warning:  #223-D: function "GetLPTime" declared implicitly
          random_time = (GetLPTime()%100);
..\Src\application\dw_ancapp.c(249): warning:  #940-D: missing return statement at end of non-void function "Anchor_RecNearPoll"
  }
..\Src\application\dw_ancapp.c(305): warning:  #177-D: variable "target_tagi"  was declared but never referenced
        {uint8_t target_tagi;
..\Src\application\dw_ancapp.c(289): warning:  #177-D: variable "tag_recv_interval"  was declared but never referenced
              uint16_t tag_recv_interval;
..\Src\application\dw_ancapp.c(261): warning:  #177-D: variable "send_len"  was declared but never referenced
     u8 send_len,i;
..\Src\application\dw_ancapp.c(263): warning:  #177-D: variable "rec_syncid"  was declared but never referenced
     uint32_t rec_syncid;
..\Src\application\dw_ancapp.c(264): warning:  #177-D: variable "checksum"  was declared but never referenced
     uint16_t checksum;
..\Src\application\dw_ancapp.c(73): warning:  #177-D: variable "dist_cm"  was declared but never referenced
  static double distance, dist_no_bias, dist_cm;
..\Src\application\dw_ancapp.c(84): warning:  #177-D: variable "g_Tagdist"  was declared but never referenced
  static int32_t filter_dist,g_Tagdist[TAG_NUM_IN_SYS];
..\Src\application\dw_ancapp.c(47): warning:  #177-D: variable "final_rx_ts"  was declared but never referenced
  static uint64_t final_rx_ts;
..\Src\application\dw_ancapp.c(48): warning:  #177-D: variable "tagpos_binary"  was declared but never referenced
  static uint32_t status_reg,resp_tx_time,tagpos_binary;
..\Src\application\dw_ancapp.c(49): warning:  #550-D: variable "recpoll_len"  was set but never used
  static uint8_t frame_len,recpoll_len,current_syncid,new_tagid,seize_anchor,result,g_start_sync_flag;
..\Src\application\dw_ancapp.c(49): warning:  #177-D: variable "current_syncid"  was declared but never referenced
  static uint8_t frame_len,recpoll_len,current_syncid,new_tagid,seize_anchor,result,g_start_sync_flag;
..\Src\application\dw_ancapp.c(49): warning:  #550-D: variable "new_tagid"  was set but never used
  static uint8_t frame_len,recpoll_len,current_syncid,new_tagid,seize_anchor,result,g_start_sync_flag;
..\Src\application\dw_ancapp.c(49): warning:  #550-D: variable "seize_anchor"  was set but never used
  static uint8_t frame_len,recpoll_len,current_syncid,new_tagid,seize_anchor,result,g_start_sync_flag;
..\Src\application\dw_ancapp.c(49): warning:  #550-D: variable "result"  was set but never used
  static uint8_t frame_len,recpoll_len,current_syncid,new_tagid,seize_anchor,result,g_start_sync_flag;
..\Src\application\dw_ancapp.c(49): warning:  #177-D: variable "g_start_sync_flag"  was declared but never referenced
  static uint8_t frame_len,recpoll_len,current_syncid,new_tagid,seize_anchor,result,g_start_sync_flag;
..\Src\application\dw_ancapp.c(52): warning:  #177-D: variable "flag_syncbase"  was declared but never referenced
  static uint8_t flag_syncbase,sync_seq,synclost_timer,temp_nearbaspos;
..\Src\application\dw_ancapp.c(52): warning:  #177-D: variable "sync_seq"  was declared but never referenced
  static uint8_t flag_syncbase,sync_seq,synclost_timer,temp_nearbaspos;
..\Src\application\dw_ancapp.c(52): warning:  #177-D: variable "synclost_timer"  was declared but never referenced
  static uint8_t flag_syncbase,sync_seq,synclost_timer,temp_nearbaspos;
..\Src\application\dw_ancapp.c(52): warning:  #550-D: variable "temp_nearbaspos"  was set but never used
  static uint8_t flag_syncbase,sync_seq,synclost_timer,temp_nearbaspos;
..\Src\application\dw_ancapp.c(55): warning:  #550-D: variable "button"  was set but never used
  static uint8_t battary,button,ancidlist_num;
..\Src\application\dw_ancapp.c(58): warning:  #177-D: variable "ancidlist_send"  was declared but never referenced
  static uint16_t ancidlist_rec[TAG_NUM_IN_SYS],ancidlist_send[TAG_NUM_IN_SYS],rec_ancidlist[TAG_NUM_IN_SYS],rec_ancdistlist[TAG_NUM_IN_SYS];
..\Src\application\dw_ancapp.c(60): warning:  #177-D: variable "tmp_time"  was declared but never referenced
  static uint16_t taglist_num=0,taglist_pos,tmp_time;
..\Src\application\dw_ancapp.c(64): warning:  #177-D: variable "tagdist_list"  was declared but never referenced
  static int32_t tagdist_list[TAG_NUM_IN_SYS];
..\Src\application\dw_ancapp.c(65): warning:  #550-D: variable "tagpos_rec"  was set but never used
  static uint8_t tagpos_rec[50];
..\Src\application\dw_ancapp.c(67): warning:  #177-D: variable "g_flag_Taggetdist"  was declared but never referenced
  static uint8_t g_flag_Taggetdist[TAG_NUM_IN_SYS],flag_tag_distsmooth[TAG_NUM_IN_SYS],misdist_num[TAG_NUM_IN_SYS];
..\Src\application\dw_ancapp.c(67): warning:  #177-D: variable "flag_tag_distsmooth"  was declared but never referenced
  static uint8_t g_flag_Taggetdist[TAG_NUM_IN_SYS],flag_tag_distsmooth[TAG_NUM_IN_SYS],misdist_num[TAG_NUM_IN_SYS];
..\Src\application\dw_ancapp.c(67): warning:  #177-D: variable "misdist_num"  was declared but never referenced
  static uint8_t g_flag_Taggetdist[TAG_NUM_IN_SYS],flag_tag_distsmooth[TAG_NUM_IN_SYS],misdist_num[TAG_NUM_IN_SYS];
..\Src\application\dw_ancapp.c(68): warning:  #177-D: variable "poll_tx_ts"  was declared but never referenced
  static uint32_t poll_tx_ts, resp_rx_ts, final_tx_ts;
..\Src\application\dw_ancapp.c(68): warning:  #177-D: variable "resp_rx_ts"  was declared but never referenced
  static uint32_t poll_tx_ts, resp_rx_ts, final_tx_ts;
..\Src\application\dw_ancapp.c(68): warning:  #177-D: variable "final_tx_ts"  was declared but never referenced
  static uint32_t poll_tx_ts, resp_rx_ts, final_tx_ts;
..\Src\application\dw_ancapp.c(69): warning:  #177-D: variable "poll_rx_ts_32"  was declared but never referenced
  static uint32_t poll_rx_ts_32, resp_tx_ts_32, final_rx_ts_32;
..\Src\application\dw_ancapp.c(69): warning:  #177-D: variable "resp_tx_ts_32"  was declared but never referenced
  static uint32_t poll_rx_ts_32, resp_tx_ts_32, final_rx_ts_32;
..\Src\application\dw_ancapp.c(69): warning:  #177-D: variable "final_rx_ts_32"  was declared but never referenced
  static uint32_t poll_rx_ts_32, resp_tx_ts_32, final_rx_ts_32;
..\Src\application\dw_ancapp.c(70): warning:  #177-D: variable "Ra"  was declared but never referenced
  static double Ra, Rb, Da, Db;
..\Src\application\dw_ancapp.c(70): warning:  #177-D: variable "Rb"  was declared but never referenced
  static double Ra, Rb, Da, Db;
..\Src\application\dw_ancapp.c(70): warning:  #177-D: variable "Da"  was declared but never referenced
  static double Ra, Rb, Da, Db;
..\Src\application\dw_ancapp.c(70): warning:  #177-D: variable "Db"  was declared but never referenced
  static double Ra, Rb, Da, Db;
..\Src\application\dw_ancapp.c(71): warning:  #177-D: variable "tof_dtu"  was declared but never referenced
  static int64_t tof_dtu;
..\Src\application\dw_ancapp.c(72): warning:  #177-D: variable "tof"  was declared but never referenced
  static double tof;
..\Src\application\dw_ancapp.c(73): warning:  #177-D: variable "distance"  was declared but never referenced
  static double distance, dist_no_bias, dist_cm;
..\Src\application\dw_ancapp.c(73): warning:  #177-D: variable "dist_no_bias"  was declared but never referenced
  static double distance, dist_no_bias, dist_cm;
..\Src\application\dw_ancapp.c(75): warning:  #550-D: variable "rx_power"  was set but never used
  static double firstpath_power, rx_power,rec_firstpath_power;
..\Src\application\dw_ancapp.c(75): warning:  #177-D: variable "rec_firstpath_power"  was declared but never referenced
  static double firstpath_power, rx_power,rec_firstpath_power;
..\Src\application\dw_ancapp.c(76): warning:  #177-D: variable "f1"  was declared but never referenced
  static double f1, f2, r1, r2;
..\Src\application\dw_ancapp.c(76): warning:  #177-D: variable "f2"  was declared but never referenced
  static double f1, f2, r1, r2;
..\Src\application\dw_ancapp.c(76): warning:  #177-D: variable "r1"  was declared but never referenced
  static double f1, f2, r1, r2;
..\Src\application\dw_ancapp.c(76): warning:  #177-D: variable "r2"  was declared but never referenced
  static double f1, f2, r1, r2;
..\Src\application\dw_ancapp.c(82): warning:  #177-D: variable "hex_dist"  was declared but never referenced
  static int32_t hex_dist,his_dist[TAG_NUM_IN_SYS];
..\Src\application\dw_ancapp.c(82): warning:  #177-D: variable "his_dist"  was declared but never referenced
  static int32_t hex_dist,his_dist[TAG_NUM_IN_SYS];
..\Src\application\dw_ancapp.c(84): warning:  #177-D: variable "filter_dist"  was declared but never referenced
  static int32_t filter_dist,g_Tagdist[TAG_NUM_IN_SYS];
..\Src\application\dw_ancapp.c(98): warning:  #177-D: function "get_tx_timestamp_u64"  was declared but never referenced
  static uint64_t get_tx_timestamp_u64(void)
..\Src\application\dw_ancapp.c(126): warning:  #177-D: function "final_msg_set_ts"  was declared but never referenced
  static void final_msg_set_ts(uint8_t *ts_field, uint64_t ts)
..\Src\application\dw_ancapp.c(136): warning:  #177-D: function "final_msg_get_ts"  was declared but never referenced
  static void final_msg_get_ts(const uint8_t *ts_field, uint32_t *ts)
..\Src\application\dw_ancapp.c: 56 warnings, 0 errors
linking...
Program Size: Code=23108 RO-data=396 RW-data=256 ZI-data=6560
Program Size: Code=31052 RO-data=748 RW-data=528 ZI-data=6280
FromELF: creating hex file...
"L051\L051.axf" - 0 Error(s), 2 Warning(s).
"L051\L051.axf" - 0 Error(s), 56 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: ARM
                http://www.keil.com/pack/ARM.CMSIS.5.6.0.pack
                ARM.CMSIS.5.6.0
                http://www.keil.com/pack/ARM.CMSIS.5.7.0.pack
                ARM.CMSIS.5.7.0
                CMSIS (Cortex Microcontroller Software Interface Standard)
   * Component: CORE Version: 5.3.0
   * Component: CORE Version: 5.4.0
Package Vendor: Keil
                http://www.keil.com/pack/Keil.STM32L0xx_DFP.2.0.0.pack
                Keil.STM32L0xx_DFP.2.0.0
                http://www.keil.com/pack/Keil.STM32L0xx_DFP.2.2.0.pack
                Keil.STM32L0xx_DFP.2.2.0
                STMicroelectronics STM32L0 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
  .\RTE\_L051
  d:\Keil_v5\ARM\PACK\ARM\CMSIS\5.6.0\CMSIS\Core\Include
  d:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.0.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include
  C:\Keil_v5\ARM\PACK\ARM\CMSIS\5.7.0\CMSIS\Core\Include
  C:\Keil_v5\ARM\PACK\Keil\STM32L0xx_DFP\2.2.0\Drivers\CMSIS\Device\ST\STM32L0xx\Include
<h2>Collection of Component Files used:</h2>
   * Component: ARM::CMSIS:CORE:5.3.0
   * Component: ARM::CMSIS:CORE:5.4.0
Build Time Elapsed:  00:00:03
</pre>
</body>