| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <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'
- Build target 'USART'
- 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(373): warning: #223-D: function "HAL_TimerRegister" declared implicitly
- HAL_TimerRegister(iso15765_send_callback, 1000);
- ..\MOD\Src\mod_candataprocess.c: 4 warnings, 0 errors
- linking...
- Program Size: Code=39844 RO-data=1040 RW-data=10372 ZI-data=15900
- FromELF: creating hex file...
- "..\OBJ\USART.axf" - 0 Error(s), 4 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:03
- </pre>
- </body>
- </html>
|