chen
4 天以前 76c6f753fae3cc84ebb0f129d10aff2fb5c9720f
keil/Objects/uwb_simple_example.build_log.htm
@@ -21,77 +21,168 @@
Dialog DLL:      TARMCM1.DLL V1.14.2.0
 
<h2>Project:</h2>
D:\project chen\anbang3\china\ChinaUWBProject\keil\uwb_simple_example.uvprojx
Project File Date:  08/30/2024
D:\project_chen\ChinaUWBProject_URT no UWB\ChinaUWBProject\keil\uwb_simple_example.uvprojx
Project File Date:  08/08/2025
<h2>Output:</h2>
*** Using Compiler 'V6.14', folder: 'd:\Keil_v5\ARM\ARMCLANG\Bin'
Rebuild target 'MK8000 Release'
compiling startup_MK800X.c...
compiling mk_reset.c...
compiling cmp_svec.c...
compiling system_MK800X.c...
compiling mk_io.c...
compiling mk_clock.c...
compiling mk_calib.c...
compiling mk_adc.c...
compiling mk_gpio.c...
compiling mk_dma.c...
compiling mk_dual_timer.c...
compiling mk_misc.c...
compiling mk_power.c...
compiling mk_aes.c...
compiling mk_rtc.c...
compiling mk_flash.c...
compiling mk_sleep_timer.c...
compiling mk_wdt.c...
compiling mk_uwb.c...
compiling sn74hc595.c...
compiling Usart1.c...
compiling mk_uart.c...
compiling dw_app_anchor.c...
compiling Usart.c...
compiling mk_4G.c...
compiling mk_trace.c...
compiling global_param.c...
compiling pin_config.c...
compiling board.c...
compiling serial_at_cmd_app.c...
compiling lis3dh_driver.c...
compiling gps.c...
compiling TCPClient.c...
Build target 'MK8000 Release'
include/main/main.c(57): warning: no previous extern declaration for non-static variable 'trx_buf' [-Wmissing-variable-declarations]
uint8_t trx_buf[10] = {0};
        ^
include/main/main.c(57): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t trx_buf[10] = {0};
^
include/main/main.c(72): warning: no previous extern declaration for non-static variable 'test_uart_cfg' [-Wmissing-variable-declarations]
struct UART_CFG_T test_uart_cfg =
                  ^
include/main/main.c(72): note: declare 'static' if the variable is not intended to be used outside of this translation unit
struct UART_CFG_T test_uart_cfg =
^
include/main/main.c(97): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
    ASSERT(status, "WDT TIMEOUT<A3><AC><B3><CC><D0><F2><B8><B4>λ");
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/drivers\mk_trace.h(144): note: expanded from macro 'ASSERT'
    trace_assert_dump(__FILE__, __FUNCTION__, __LINE__, str, ##__VA_ARGS__)
                                                        ^~~
include/main/main.c(114): warning: no previous extern declaration for non-static variable 'app_wdt_cfg' [-Wmissing-variable-declarations]
 struct WDT_CFG_T app_wdt_cfg = {
                  ^
include/main/main.c(114): note: declare 'static' if the variable is not intended to be used outside of this translation unit
 struct WDT_CFG_T app_wdt_cfg = {
 ^
include/main/main.c(121): warning: no previous extern declaration for non-static variable 'state5v' [-Wmissing-variable-declarations]
uint8_t state5v = 0;
        ^
include/main/main.c(121): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t state5v = 0;
^
include/main/main.c(122): warning: no previous extern declaration for non-static variable 'bat_percent' [-Wmissing-variable-declarations]
uint8_t bat_percent=0,g_start_send_flag=1;
        ^
include/main/main.c(122): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t bat_percent=0,g_start_send_flag=1;
^
include/main/main.c(122): warning: no previous extern declaration for non-static variable 'g_start_send_flag' [-Wmissing-variable-declarations]
uint8_t bat_percent=0,g_start_send_flag=1;
                      ^
include/main/main.c(122): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t bat_percent=0,g_start_send_flag=1;
^
include/main/main.c(136): warning: no previous extern declaration for non-static variable 'sleep_limit_time' [-Wmissing-variable-declarations]
uint8_t sleep_limit_time=1;
        ^
include/main/main.c(136): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t sleep_limit_time=1;
^
include/main/main.c(172): warning: implicit conversion loses integer precision: 'int' to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
            bat_percent = ((fVoltage_mv - 3000) /3);
                        ~  ~~~~~~~~~~~~~~~~~~~~~^~
include/main/main.c(179): warning: unused variable 'lost_jumpcount' [-Wunused-variable]
        static uint8_t lost_jumpcount=0;
                       ^
include/main/main.c(226): warning: implicit conversion loses integer precision: 'int' to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
            bat_percent = ((fVoltage_mv - 3300) /8);
                        ~  ~~~~~~~~~~~~~~~~~~~~~^~
include/main/main.c(240): warning: implicit conversion loses integer precision: 'uint16_t' (aka 'unsigned short') to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
group_id=g_com_map[GROUP_ID];
        ~^~~~~~~~~~~~~~~~~~~
include/main/main.c(242): warning: implicit conversion loses integer precision: 'int' to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
tag_frequency=1000/g_com_map[COM_INTERVAL];
             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
include/main/main.c(244): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
LOG_INFO(TRACE_MODULE_APP,"<C9>豸ID: %x .\r\n",dev_id);
                           ^~~~
./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__)
                                                                        ^~~
include/main/main.c(245): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
LOG_INFO(TRACE_MODULE_APP,"<B9>̼<FE><B0>汾:UWB-<C3>Ⲽ<CF><DF><D0>ű<EA> V%d.%d. \r\n",g_com_map[VERSION]>>8,g_com_map[VERSION]&0xff);
                           ^~~~~~~~~~~~       ~~~~ ~~~~~~~~~~~~ ~~~~
./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__)
                                                                        ^~~
include/main/main.c(291): warning: implicit declaration of function 'reset_cause_get' is invalid in C99 [-Wimplicit-function-declaration]
    reset_cause_get();
    ^
include/main/main.c(292): warning: implicit declaration of function 'reset_cause_clear' is invalid in C99 [-Wimplicit-function-declaration]
    reset_cause_clear();
    ^
include/main/main.c(333): warning: implicit declaration of function 'Tag_uwb_init' is invalid in C99 [-Wimplicit-function-declaration]
                Tag_uwb_init();
                ^
include/main/main.c(358): warning: implicit declaration of function 'LoraUp_Poll' is invalid in C99 [-Wimplicit-function-declaration]
                        LoraUp_Poll();
                        ^
include/main/main.c(68): warning: no previous extern declaration for non-static variable 'enable_sleep_count' [-Wmissing-variable-declarations]
uint8_t enable_sleep_count,sleep_flag;
        ^
include/main/main.c(68): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t enable_sleep_count,sleep_flag;
^
include/main/main.c(68): warning: no previous extern declaration for non-static variable 'sleep_flag' [-Wmissing-variable-declarations]
uint8_t enable_sleep_count,sleep_flag;
                           ^
include/main/main.c(68): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t enable_sleep_count,sleep_flag;
^
include/main/main.c(69): warning: no previous extern declaration for non-static variable 'battery_get_count' [-Wmissing-variable-declarations]
uint32_t battery_get_count;
         ^
include/main/main.c(69): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t battery_get_count;
^
include/main/main.c(71): warning: no previous extern declaration for non-static variable 'reboot_num' [-Wmissing-variable-declarations]
uint32_t reboot_num;
         ^
include/main/main.c(71): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint32_t reboot_num;
^
include/main/main.c(123): warning: no previous extern declaration for non-static variable 'fVoltage_mv' [-Wmissing-variable-declarations]
int16_t fVoltage_mv;
        ^
include/main/main.c(123): note: declare 'static' if the variable is not intended to be used outside of this translation unit
int16_t fVoltage_mv;
^
include/main/main.c(128): warning: no previous extern declaration for non-static variable 'tag_frequency' [-Wmissing-variable-declarations]
uint8_t tag_frequency;
        ^
include/main/main.c(128): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t tag_frequency;
^
include/main/main.c(247): warning: no previous extern declaration for non-static variable 'test1' [-Wmissing-variable-declarations]
uint8_t test1;
        ^
include/main/main.c(247): note: declare 'static' if the variable is not intended to be used outside of this translation unit
uint8_t test1;
^
include/main/main.c(100): warning: unused variable 'sample' [-Wunused-variable]
static uint32_t sample[NUM_SAMPLES] = {0};
                ^
include/main/main.c(101): warning: unused variable 'usr_adc_cfg' [-Wunused-variable]
static struct ADC_CFG_T usr_adc_cfg = {
                        ^
include/main/main.c(207): warning: unused function 'adc_callback' [-Wunused-function]
static void adc_callback(void *data, uint32_t number)
            ^
include/main/main.c(232): warning: unused function 'voltage_input_handler' [-Wunused-function]
static void voltage_input_handler(enum IO_PIN_T pin)
            ^
30 warnings generated.
compiling main.c...
compiling wsf_assert.c...
compiling wsf_buf.c...
compiling uwb_app.c...
compiling wsf_heap.c...
compiling wsf_bufio.c...
compiling wsf_msg.c...
compiling wsf_os.c...
compiling wsf_nvm.c...
compiling wsf_queue.c...
compiling wsf_trace.c...
compiling wsf_timer.c...
compiling pal_flash.c...
compiling pal_sys.c...
compiling pal_uart.c...
compiling crc.c...
compiling libc.c...
compiling AIR780ECSQ.c...
compiling AIR780EDriver.c...
compiling Internet.c...
compiling AIR780ESocket.c...
compiling Module.c...
compiling AIR780EFSM.c...
compiling Socket.c...
compiling UART.c...
linking...
.\include\devices\MK800X\Source\ARM\MK800X_ac6_copy.sct(25): warning: L6314W: No section matches pattern *(.XIP_SECTION).
Program Size: Code=70904 RO-data=11220 RW-data=1408 ZI-data=34676
Program Size: Code=52788 RO-data=7296 RW-data=1284 ZI-data=26988
Finished: 0 information, 1 warning and 0 error messages.
FromELF: creating hex file...
After Build - User command #1: fromelf.exe --bincombined -o "Output\uwb_simple_example.bin" "D:\project chen\anbang3\china\ChinaUWBProject\keil\Objects\uwb_simple_example.axf"
".\Objects\uwb_simple_example.axf" - 0 Error(s), 1 Warning(s).
After Build - User command #1: fromelf.exe --bincombined -o "Output\uwb_simple_example.bin" "D:\project_chen\ChinaUWBProject_URT no UWB\ChinaUWBProject\keil\Objects\uwb_simple_example.axf"
".\Objects\uwb_simple_example.axf" - 0 Error(s), 31 Warning(s).
<h2>Software Packages used:</h2>
@@ -105,7 +196,7 @@
  d:\Users\xookk\AppData\Local\Arm\Packs\MKSEMI\MK800X_DFP\1.0.3\Device\Include
<h2>Collection of Component Files used:</h2>
Build Time Elapsed:  00:00:05
Build Time Elapsed:  00:00:09
</pre>
</body>
</html>