| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- <html>
- <body>
- <pre>
- <h1>µVision Build Log</h1>
- <h2>Tool Versions:</h2>
- IDE-Version: ¦ÌVision V5.34.0.0
- Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved.
- License Information: yang yang, yang, LIC=FYKYW-Q2862-63JMB-2XZ37-IXFR0-XTUN5
-
- Tool Versions:
- Toolchain: MDK-ARM Plus Version: 5.34.0.0
- Toolchain Path: D:\application\keil5_34\ARM\ARMCC\Bin
- C Compiler: Armcc.exe V5.06 update 7 (build 960)
- Assembler: Armasm.exe V5.06 update 7 (build 960)
- Linker/Locator: ArmLink.exe V5.06 update 7 (build 960)
- Library Manager: ArmAr.exe V5.06 update 7 (build 960)
- Hex Converter: FromElf.exe V5.06 update 7 (build 960)
- CPU DLL: SARMCM3.DLL V5.34.0.0
- Dialog DLL: DCM.DLL V1.17.3.0
- Target DLL: Segger\JL2CM3.dll V2.99.38.0
- Dialog DLL: TCM.DLL V1.48.0.0
-
- <h2>Project:</h2>
- D:\OBD_CODE\OBD_BleBox\obd_iso15765\BleCanBoxCode\STM32F103RCT6\USER\USART.uvprojx
- Project File Date: 04/08/2023
- <h2>Output:</h2>
- *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'D:\application\keil5_34\ARM\ARMCC\Bin'
- Rebuild target 'USART'
- assembling startup_stm32f103xe.s...
- compiling stm32f1xx_hal_msp.c...
- compiling system_stm32f1xx.c...
- compiling stm32f1xx_hal_gpio.c...
- compiling stm32f1xx_hal_cortex.c...
- compiling stm32f1xx_it.c...
- compiling stm32f1xx_hal.c...
- compiling main.c...
- main.c(126): warning: #223-D: function "SYS_Hex2str" declared implicitly
- DLOG_I("rx can_id_type:%d,can_id:0x%x,data_len:%d,data:%s", can_id_type, can_id, data_len, SYS_Hex2str(can_data, data_len));
- main.c(36): warning: #177-D: variable "rx_heart_id_cnt" was declared but never referenced
- static uint8_t rx_heart_id_cnt = 0;
- main.c: 2 warnings, 0 errors
- compiling stm32f1xx_hal_rcc_ex.c...
- compiling stm32f1xx_hal_pwr.c...
- compiling stm32f1xx_hal_gpio_ex.c...
- compiling stm32f1xx_hal_uart.c...
- compiling stm32f1xx_hal_usart.c...
- compiling stm32f1xx_hal_rcc.c...
- compiling stm32f1xx_hal_dma.c...
- compiling stm32f1xx_hal_iwdg.c...
- compiling stm32f1xx_hal_can.c...
- compiling stm32f1xx_hal_adc_ex.c...
- compiling stm32f1xx_hal_adc.c...
- compiling stm32f1xx_hal_tim_ex.c...
- compiling stm32f1xx_hal_spi.c...
- compiling stm32f1xx_hal_tim.c...
- compiling stm32f1xx_hal_flash.c...
- compiling hal_timer.c...
- compiling sys.c...
- compiling delay.c...
- compiling usart.c...
- compiling hal_can.c...
- compiling stm32f1xx_hal_flash_ex.c...
- compiling hal_led.c...
- compiling hal_wdg.c...
- compiling hal_adc.c...
- compiling hal_key.c...
- compiling hal_flash.c...
- compiling hal_spi.c...
- compiling hal_ble.c...
- compiling sys_queue.c...
- compiling sys_log.c...
- compiling sys_timer.c...
- compiling sys_common.c...
- ..\Middle\sys_common\sys_common.c(150): warning: #144-D: a value of type "char *" cannot be used to initialize an entity of type "uint8_t *"
- uint8_t *end = strstr(buf, key);
- ..\Middle\sys_common\sys_common.c: 1 warning, 0 errors
- compiling sys_ver.c...
- compiling button.c...
- ..\Middle\ButtonDrive-master\button.c(49): warning: #223-D: function "printf" declared implicitly
- ASSERT(ASSERT_ERR);
- ..\Middle\ButtonDrive-master\button.c: 1 warning, 0 errors
- compiling sys_crc.c...
- compiling lib_iso15765.c...
- ..\Middle\iso15765-canbus-master\lib\lib_iqueue.h(106): warning: #815-D: type qualifier on return type is meaningless
- volatile uintptr_t iqueue_get_next_enqueue(iqueue_t * _queue);
- ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(568): warning: #188-D: enumerated type mixed with another type
- strm->sts = (uint8_t)((uint32_t)strm->sts | (uint32_t)N_S_RX_BUSY);
- ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(601): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
- signaling(N_INDN, &ih->out, (void*)ih->clbs.indn, ih->out.msg_sz, N_TIMEOUT_Bs);
- ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(633): warning: #188-D: enumerated type mixed with another type
- ih->out.sts = (ih->out.sts & (~N_S_TX_BUSY));
- ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(682): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
- signaling(N_INDN, &ih->in, (void*)ih->clbs.indn, ih->in.msg_sz, N_UNE_PDU);
- ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(692): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
- signaling(N_FF_INDN, &ih->in, (void*)ih->clbs.ff_indn, ih->in.msg_sz, N_OK);
- ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(716): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
- signaling(N_SF_INDN, &ih->in, (void*)ih->clbs.indn, ih->in.pdu.n_pci.dl, N_OK);
- ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(755): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
- signaling(N_INDN, &ih->in, (void*)ih->clbs.indn, ih->in.msg_sz, N_OK);
- ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(903): warning: #546-D: transfer of control bypasses initialization of:
- variable "of1" (declared at line 990)
- switch (tmp_type)
- ^
- ..\Middle\iso15765-canbus-master\src\lib_iso15765.c(1010): warning: #167-D: argument of type "void *" is incompatible with parameter of type "void (*)(void *)"
- signaling(N_CONF, &ih->out, (void*)ih->clbs.cfm, 0, rslt);
- ..\Middle\iso15765-canbus-master\src\lib_iso15765.c: 10 warnings, 0 errors
- compiling lib_iqueue.c...
- ..\Middle\iso15765-canbus-master\lib\lib_iqueue.h(106): warning: #815-D: type qualifier on return type is meaningless
- volatile uintptr_t iqueue_get_next_enqueue(iqueue_t * _queue);
- ..\Middle\iso15765-canbus-master\lib\lib_iqueue.c(69): warning: #815-D: type qualifier on return type is meaningless
- volatile uintptr_t iqueue_get_next_enqueue(iqueue_t* _queue)
- ..\Middle\iso15765-canbus-master\lib\lib_iqueue.c: 2 warnings, 0 errors
- compiling mod_atcmd.c...
- ..\MOD\Src\mod_atcmd.c(61): warning: #223-D: function "MOD_CanTransferData" declared implicitly
- MOD_CanTransferData(send_buf, sizeof(send_buf));
- ..\MOD\Src\mod_atcmd.c(49): warning: #177-D: variable "can_id" was declared but never referenced
- uint32_t can_id = 0x6F1;
- ..\MOD\Src\mod_atcmd.c(226): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
- DLOG_I("ble_name:%s,len:%d", p_name, strlen(p_name));
- ..\MOD\Src\mod_atcmd.c: 3 warnings, 0 errors
- compiling mod_spi.c...
- ..\MOD\Src\mod_spi.c(137): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
- ble_name_len = strlen(p_name);
- ..\MOD\Src\mod_spi.c: 1 warning, 0 errors
- compiling mod_sys.c...
- compiling mod_key.c...
- ..\Middle\ButtonDrive-master\redef.h(65): warning: #47-D: incompatible redefinition of macro "UNUSED" (declared at line 70 of "..\HALLIB\STM32F1xx_HAL_Driver\Inc\stm32f1xx_hal_def.h")
- #define UNUSED __attribute__((unused))
- ..\Middle\ButtonDrive-master\redef.h(125): warning: #47-D: incompatible redefinition of macro "NULL" (declared at line 61 of "D:\application\keil5_34\ARM\ARMCC\Bin\..\include\stdio.h")
- #define NULL ( 0 )
- ..\MOD\Src\mod_key.c: 2 warnings, 0 errors
- compiling mod_candataprocess.c...
- ..\Middle\iso15765-canbus-master\lib\lib_iqueue.h(106): warning: #815-D: type qualifier on return type is meaningless
- volatile uintptr_t iqueue_get_next_enqueue(iqueue_t * _queue);
- ..\MOD\Src\mod_candataprocess.c(46): warning: #550-D: variable "ret" was set but never used
- uint8_t ret = 0;
- ..\MOD\Src\mod_candataprocess.c(284): warning: #940-D: missing return statement at end of non-void function "MOD_CanTransferData"
- }
- ..\MOD\Src\mod_candataprocess.c: 3 warnings, 0 errors
- linking...
- Program Size: Code=39808 RO-data=1040 RW-data=10316 ZI-data=15900
- FromELF: creating hex file...
- "..\OBJ\USART.axf" - 0 Error(s), 25 Warning(s).
- <h2>Software Packages used:</h2>
- Package Vendor: Keil
- http://www.keil.com/pack/Keil.STM32F1xx_DFP.2.4.0.pack
- Keil.STM32F1xx_DFP.2.4.0
- STMicroelectronics STM32F1 Series Device Support, Drivers and Examples
- <h2>Collection of Component include folders:</h2>
- C:\Users\yang\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.0\Device\Include
- <h2>Collection of Component Files used:</h2>
- Build Time Elapsed: 00:00:43
- </pre>
- </body>
- </html>
|