µVision Build Log
Tool Versions:
IDE-Version: ¦ÌVision V5.30.0.0
Copyright (C) 2020 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: qweq xookko@outlook.com, qweqeq, LIC=47GU5-GD9Z0-FWK2N-Y9XQ0-MH3EA-KZ8D2
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.30.0.0
Toolchain Path: d:\Keil_v5\ARM\ARMCLANG\Bin
C Compiler: ArmClang.exe V6.14
Assembler: Armasm.exe V6.14
Linker/Locator: ArmLink.exe V6.14
Library Manager: ArmAr.exe V6.14
Hex Converter: FromElf.exe V6.14
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
Project:
D:\project chen\ChinaUWBProject_tag\keil\uwb_simple_example.uvprojx
Project File Date: 11/25/2024
Output:
*** Using Compiler 'V6.14', folder: 'd:\Keil_v5\ARM\ARMCLANG\Bin'
Build target 'MK8000 Release'
uwb_tag_.c(9): warning: In file included from...
./dw_app.h(132): warning: no newline at end of file [-Wnewline-eof]
#endif
^
uwb_tag_.c(183): warning: no previous extern declaration for non-static variable 'anclost_times' [-Wmissing-variable-declarations]
uint8_t anclost_times=0 , mainbase_lost_count=0,exsistbase_list[MAX_NEARBASE_NUM],get_newbase=0,nearbase_num,last_nearbase_num,next_nearbase_num;
^
uwb_tag_.c(183): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t anclost_times=0 , mainbase_lost_count=0,exsistbase_list[MAX_NEARBASE_NUM],get_newbase=0,nearbase_num,last_nearbase_num,next_nearbase_num;
^
uwb_tag_.c(183): warning: no previous extern declaration for non-static variable 'mainbase_lost_count' [-Wmissing-variable-declarations]
uint8_t anclost_times=0 , mainbase_lost_count=0,exsistbase_list[MAX_NEARBASE_NUM],get_newbase=0,nearbase_num,last_nearbase_num,next_nearbase_num;
^
uwb_tag_.c(183): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t anclost_times=0 , mainbase_lost_count=0,exsistbase_list[MAX_NEARBASE_NUM],get_newbase=0,nearbase_num,last_nearbase_num,next_nearbase_num;
^
uwb_tag_.c(183): warning: no previous extern declaration for non-static variable 'get_newbase' [-Wmissing-variable-declarations]
uint8_t anclost_times=0 , mainbase_lost_count=0,exsistbase_list[MAX_NEARBASE_NUM],get_newbase=0,nearbase_num,last_nearbase_num,next_nearbase_num;
^
uwb_tag_.c(183): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t anclost_times=0 , mainbase_lost_count=0,exsistbase_list[MAX_NEARBASE_NUM],get_newbase=0,nearbase_num,last_nearbase_num,next_nearbase_num;
^
uwb_tag_.c(186): warning: no previous extern declaration for non-static variable 'temp_count1' [-Wmissing-variable-declarations]
uint32_t temp_count1=0;
^
uwb_tag_.c(186): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t temp_count1=0;
^
uwb_tag_.c(187): warning: no previous extern declaration for non-static variable 'temp_count2' [-Wmissing-variable-declarations]
uint32_t temp_count2=0;
^
uwb_tag_.c(187): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t temp_count2=0;
^
uwb_tag_.c(188): warning: no previous extern declaration for non-static variable 'temp_count3' [-Wmissing-variable-declarations]
uint32_t temp_count3=0;
^
uwb_tag_.c(188): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t temp_count3=0;
^
uwb_tag_.c(189): warning: no previous extern declaration for non-static variable 'temp_count4' [-Wmissing-variable-declarations]
uint32_t temp_count4=0;
^
uwb_tag_.c(189): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t temp_count4=0;
^
uwb_tag_.c(190): warning: no previous extern declaration for non-static variable 'tempflag' [-Wmissing-variable-declarations]
uint32_t tempflag=0;
^
uwb_tag_.c(190): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t tempflag=0;
^
uwb_tag_.c(210): warning: implicit conversion loses integer precision: 'int' to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
tag_num_tosend = taglist_total_num-taglist_current_index;
~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(203): warning: no previous prototype for function 'uwb_poll_buffer_construct' [-Wmissing-prototypes]
void uwb_poll_buffer_construct(void)
^
uwb_tag_.c(203): note: declare 'static' if the function is not intended to be used outside of this translation unit
void uwb_poll_buffer_construct(void)
^
static
uwb_tag_.c(360): warning: no previous prototype for function 'FindNearBasePos' [-Wmissing-prototypes]
uint8_t FindNearBasePos(uint16_t baseid)//ѰҵǰбеĻվ
^
uwb_tag_.c(360): note: declare 'static' if the function is not intended to be used outside of this translation unit
uint8_t FindNearBasePos(uint16_t baseid)//ѰҵǰбеĻվ
^
static
uwb_tag_.c(370): warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
uwb_tag_.c(394): warning: unused variable 'temp' [-Wunused-variable]
uint16_t i,j=0,temp[TAG_NUM_IN_SYS];
^
uwb_tag_.c(415): warning: implicit conversion changes signedness: 'int32_t' (aka 'int') to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
temp_dist=true_nearbase_distlist[j];
~^~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(417): warning: implicit conversion changes signedness: 'int32_t' (aka 'int') to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
temp_exsis=true_exsistbase_list[i];
~^~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(422): warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int32_t' (aka 'int') [-Wsign-conversion]
true_nearbase_distlist[j+1]=temp_dist;
~^~~~~~~~~
uwb_tag_.c(423): warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
true_nearbase_idlist[j+1]=temp_id;
~^~~~~~~
uwb_tag_.c(424): warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int32_t' (aka 'int') [-Wsign-conversion]
true_exsistbase_list[j+1]=temp_exsis;
~^~~~~~~~~~
uwb_tag_.c(432): warning: implicit conversion loses integer precision: 'int32_t' (aka 'int') to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
exsistbase_list[i] = true_exsistbase_list[i];
~ ^~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(446): warning: variable 'temp' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
if(taglist_total_numģʽ,ļС%d\r\n",rec_wenjian_daxiao);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
./include/drivers\mk_trace.h(170): note: expanded from macro 'LOG_INFO'
#define LOG_INFO(LOG_MODULE, str, ...) TRACE(LOG_MODULE, TRACE_LEVEL_INFO, str, ##__VA_ARGS__)
^~~
./include/drivers\mk_trace.h(132): note: expanded from macro 'TRACE'
#define TRACE(module, level, str, ...) trace_printf((module), (level), (str), ##__VA_ARGS__)
^~~
uwb_tag_.c(505): warning: no previous prototype for function 'Uwb_Update' [-Wmissing-prototypes]
void Uwb_Update(void)
^
uwb_tag_.c(505): note: declare 'static' if the function is not intended to be used outside of this translation unit
void Uwb_Update(void)
^
static
uwb_tag_.c(546): warning: result of comparison of constant 331776 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
if(rec_wenjian_daxiao>APP_SIZE||rec_wenjian_daxiao==0)
~~~~~~~~~~~~~~~~~~^~~~~~~~~
uwb_tag_.c(539): warning: 'break' will never be executed [-Wunreachable-code-break]
break;
^~~~~
uwb_tag_.c(580): warning: implicit declaration of function 'Checksum_u16' is invalid in C99 [-Wimplicit-function-declaration]
checksum = Checksum_u16(uwb_sendbuffer,11+data_length);
^
uwb_tag_.c(580): warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
checksum = Checksum_u16(uwb_sendbuffer,11+data_length);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(585): warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
tempflag=uwb_tx(uwb_sendbuffer,data_length+13,1,poll_tx_en_start_u32);//
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(598): warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
tempflag=uwb_tx(uwb_sendbuffer,13+4*tag_num_tosend,1,poll_tx_en_start_u32);//
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(614): warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
tempflag=uwb_rx(1,resp_rx_en_start_u32, RESP_RX_TIMEOUT_US);
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(634): warning: implicit declaration of function 'IdleTask' is invalid in C99 [-Wimplicit-function-declaration]
IdleTask();
^
uwb_tag_.c(646): warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
tempflag=uwb_rx(0, 0, RESP_RX_TIMEOUT_US);//ܲ0ʱ
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(655): warning: implicit conversion loses integer precision: 'uint16_t' (aka 'unsigned short') to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
rec_tag_index = CmpTagInList(rec_nearbaseid);//ǰݲ뵱ǰеλ
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(659): warning: implicit conversion loses integer precision: 'uint16_t' (aka 'unsigned short') to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
SetANCTimestap(temp_index,&rx_buf[RESP_MSG_POLL_RX_TS_IDX],&rx_buf[RESP_MSG_RESP_TX_TS_IDX],(uint32_t)resp_rx_ts_i64,&rx_buf[RESP_MSG_ANC_DISTOFFSET],test2,(uint32_t)poll_tx_ts_i64);
~~~~~~~~~~~~~~ ^~~~~~~~~~
uwb_tag_.c(682): warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
tempflag=uwb_rx(0, 0, RESP_RX_TIMEOUT_US);//ܲ0ʱ
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(714): warning: non-void function does not return a value [-Wreturn-type]
}
^
uwb_tag_.c(716): warning: no previous prototype for function 'UpdateCRC16' [-Wmissing-prototypes]
uint16_t UpdateCRC16(uint16_t crcIn, uint8_t byte)
^
uwb_tag_.c(716): note: declare 'static' if the function is not intended to be used outside of this translation unit
uint16_t UpdateCRC16(uint16_t crcIn, uint8_t byte)
^
static
uwb_tag_.c(753): warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
crc = UpdateCRC16(crc,*data++);
~~~~~~~~~~~ ^~~
uwb_tag_.c(755): warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
crc = UpdateCRC16(crc,0);
~~~~~~~~~~~ ^~~
uwb_tag_.c(756): warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
crc = UpdateCRC16(crc,0);
~~~~~~~~~~~ ^~~
uwb_tag_.c(746): warning: no previous prototype for function 'Cal_CRC16' [-Wmissing-prototypes]
uint16_t Cal_CRC16(const uint8_t* data, uint32_t size)
^
uwb_tag_.c(746): note: declare 'static' if the function is not intended to be used outside of this translation unit
uint16_t Cal_CRC16(const uint8_t* data, uint32_t size)
^
static
uwb_tag_.c(760): warning: no previous prototype for function 'delay_ms' [-Wmissing-prototypes]
void delay_ms(uint32_t nTimer)
^
uwb_tag_.c(760): note: declare 'static' if the function is not intended to be used outside of this translation unit
void delay_ms(uint32_t nTimer)
^
static
uwb_tag_.c(796): warning: implicit declaration of function 'Checksum_u16' is invalid in C99 [-Wimplicit-function-declaration]
crc16=Checksum_u16(send_lora_data,6);
^
uwb_tag_.c(796): warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
crc16=Checksum_u16(send_lora_data,6);
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(802): warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
tempflag=uwb_tx(send_lora_data,8+2,1,poll_tx_en_start_u32);//
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(808): warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
result=flash_open(FLASH_ID0,NULL);
~^~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(830): warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
crc16=Checksum_u16(send_lora_data,8);
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(834): warning: implicit conversion loses integer precision: 'int' to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
jindu=(muqiandeshengjibao*100)/final_bag_num;
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
uwb_tag_.c(835): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
LOG_INFO(TRACE_MODULE_APP, "%d\r\n",jindu);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/drivers\mk_trace.h(170): note: expanded from macro 'LOG_INFO'
#define LOG_INFO(LOG_MODULE, str, ...) TRACE(LOG_MODULE, TRACE_LEVEL_INFO, str, ##__VA_ARGS__)
^~~
./include/drivers\mk_trace.h(132): note: expanded from macro 'TRACE'
#define TRACE(module, level, str, ...) trace_printf((module), (level), (str), ##__VA_ARGS__)
^~~
uwb_tag_.c(838): warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
tempflag=uwb_tx(send_lora_data,10+2,1,poll_tx_en_start_u32);//
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(845): warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
tempflag=uwb_rx(0,0, 50000);
~^~~~~~~~~~~~~~~~~~
uwb_tag_.c(857): warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
result=flash_open(FLASH_ID0,NULL);
~^~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(859): warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
result12=flash_write_nbytes(FLASH_ID0, APP2_ADRESS+ONE_BAG_DAXIAO*muqiandeshengjibao, (uint8_t*)Zhongjian_data, ONE_BAG_DAXIAO);
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(860): warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
while(!result12==0)
^ ~~
uwb_tag_.c(860): note: add parentheses after the '!' to evaluate the comparison first
while(!result12==0)
^
( )
uwb_tag_.c(860): note: add parentheses around left hand side expression to silence this warning
while(!result12==0)
^
( )
uwb_tag_.c(862): warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
result12=flash_write_nbytes(FLASH_ID0, APP2_ADRESS+ONE_BAG_DAXIAO*muqiandeshengjibao, (uint8_t*)Zhongjian_data, ONE_BAG_DAXIAO);
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(897): warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
crc16=Checksum_u16(send_lora_data,6);
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(901): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
LOG_INFO(TRACE_MODULE_APP, "Ú·Ò»\r\n");
^~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
./include/drivers\mk_trace.h(170): note: expanded from macro 'LOG_INFO'
#define LOG_INFO(LOG_MODULE, str, ...) TRACE(LOG_MODULE, TRACE_LEVEL_INFO, str, ##__VA_ARGS__)
^~~
./include/drivers\mk_trace.h(132): note: expanded from macro 'TRACE'
#define TRACE(module, level, str, ...) trace_printf((module), (level), (str), ##__VA_ARGS__)
^~~
uwb_tag_.c(903): warning: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
tempflag=uwb_tx(send_lora_data,8+2,1,poll_tx_en_start_u32);//
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(910): warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
result=flash_open(FLASH_ID0,NULL);
~^~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(911): warning: implicit conversion loses integer precision: 'int' to 'uint16_t' (aka 'unsigned short') [-Wimplicit-int-conversion]
result11=flash_erase(FLASH_ID0,APP_1OR2_ADRESS,0x1000);
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uwb_tag_.c(781): warning: no previous prototype for function 'LoraUp_Poll' [-Wmissing-prototypes]
void LoraUp_Poll(void)
^
uwb_tag_.c(781): note: declare 'static' if the function is not intended to be used outside of this translation unit
void LoraUp_Poll(void)
^
static
uwb_tag_.c(888): warning: 'break' will never be executed [-Wunreachable-code-break]
break;
^~~~~
uwb_tag_.c(52): warning: no previous extern declaration for non-static variable 'dev_id' [-Wmissing-variable-declarations]
uint32_t dev_id;
^
uwb_tag_.c(52): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t dev_id;
^
uwb_tag_.c(53): warning: no previous extern declaration for non-static variable 'group_id' [-Wmissing-variable-declarations]
uint8_t group_id;
^
uwb_tag_.c(53): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t group_id;
^
uwb_tag_.c(184): warning: no previous extern declaration for non-static variable 'rec_nearbaseid' [-Wmissing-variable-declarations]
uint16_t nearbaseid_list[MAX_NEARBASE_NUM],mainbase_id,true_nearbase_idlist[MAX_NEARBASE_NUM],rec_nearbaseid,rec_nearbasepos;
^
uwb_tag_.c(184): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint16_t nearbaseid_list[MAX_NEARBASE_NUM],mainbase_id,true_nearbase_idlist[MAX_NEARBASE_NUM],rec_nearbaseid,rec_nearbasepos;
^
uwb_tag_.c(172): warning: no previous extern declaration for non-static variable 'temp_tag_num' [-Wmissing-variable-declarations]
uint8_t temp_tag_num;
^
uwb_tag_.c(172): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t temp_tag_num;
^
uwb_tag_.c(173): warning: no previous extern declaration for non-static variable 'test2' [-Wmissing-variable-declarations]
int32_t test2;
^
uwb_tag_.c(173): note: declare 'static' if the variable is not intended to be used outside of this translation unit
int32_t test2;
^
uwb_tag_.c(176): warning: no previous extern declaration for non-static variable 'taglist_total_num' [-Wmissing-variable-declarations]
uint16_t taglist_total_num,taglist_current_index; //ǰб
^
uwb_tag_.c(176): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint16_t taglist_total_num,taglist_current_index; //ǰб
^
uwb_tag_.c(176): warning: no previous extern declaration for non-static variable 'taglist_current_index' [-Wmissing-variable-declarations]
uint16_t taglist_total_num,taglist_current_index; //ǰб
^
uwb_tag_.c(176): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint16_t taglist_total_num,taglist_current_index; //ǰб
^
uwb_tag_.c(178): warning: no previous extern declaration for non-static variable 'start_receive_count' [-Wmissing-variable-declarations]
uint32_t start_receive_count,end_receive_count,poll_timeout,current_count,temp_resp;
^
uwb_tag_.c(178): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t start_receive_count,end_receive_count,poll_timeout,current_count,temp_resp;
^
uwb_tag_.c(178): warning: no previous extern declaration for non-static variable 'end_receive_count' [-Wmissing-variable-declarations]
uint32_t start_receive_count,end_receive_count,poll_timeout,current_count,temp_resp;
^
uwb_tag_.c(178): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t start_receive_count,end_receive_count,poll_timeout,current_count,temp_resp;
^
uwb_tag_.c(178): warning: no previous extern declaration for non-static variable 'poll_timeout' [-Wmissing-variable-declarations]
uint32_t start_receive_count,end_receive_count,poll_timeout,current_count,temp_resp;
^
uwb_tag_.c(178): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t start_receive_count,end_receive_count,poll_timeout,current_count,temp_resp;
^
uwb_tag_.c(178): warning: no previous extern declaration for non-static variable 'current_count' [-Wmissing-variable-declarations]
uint32_t start_receive_count,end_receive_count,poll_timeout,current_count,temp_resp;
^
uwb_tag_.c(178): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t start_receive_count,end_receive_count,poll_timeout,current_count,temp_resp;
^
uwb_tag_.c(178): warning: no previous extern declaration for non-static variable 'temp_resp' [-Wmissing-variable-declarations]
uint32_t start_receive_count,end_receive_count,poll_timeout,current_count,temp_resp;
^
uwb_tag_.c(178): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t start_receive_count,end_receive_count,poll_timeout,current_count,temp_resp;
^
uwb_tag_.c(179): warning: no previous extern declaration for non-static variable 'taglist_keeptime' [-Wmissing-variable-declarations]
uint8_t taglist_keeptime[MAX_TAG_LIST_NUM]; //ÿǩʱ
^
uwb_tag_.c(179): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t taglist_keeptime[MAX_TAG_LIST_NUM]; //ÿǩʱ
^
uwb_tag_.c(180): warning: no previous extern declaration for non-static variable 'taglist_id' [-Wmissing-variable-declarations]
uint16_t taglist_id[MAX_TAG_LIST_NUM],taglist_dist[MAX_TAG_LIST_NUM],temp_index; //ǩͱǩID
^
uwb_tag_.c(180): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint16_t taglist_id[MAX_TAG_LIST_NUM],taglist_dist[MAX_TAG_LIST_NUM],temp_index; //ǩͱǩID
^
uwb_tag_.c(180): warning: no previous extern declaration for non-static variable 'taglist_dist' [-Wmissing-variable-declarations]
uint16_t taglist_id[MAX_TAG_LIST_NUM],taglist_dist[MAX_TAG_LIST_NUM],temp_index; //Ç©