123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <html>
- <body>
- <pre>
- <h1>µVision Build Log</h1>
- <h2>Tool Versions:</h2>
- IDE-Version: ¦ÌVision V5.38.0.0
- Copyright (C) 2022 ARM Ltd and ARM Germany GmbH. All rights reserved.
- License Information: 1 Microsoft, Microsoft, LIC=D0D7S-LG060-BSSYX-H6MYT-AINFY-M35VW
-
- Tool Versions:
- Toolchain: MDK-ARM Plus Version: 5.38.0.0
- Toolchain Path: D:\keil\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.38.0.0
- Dialog DLL: DCM.DLL V1.17.5.0
- Target DLL: Segger\JL2CM3.dll V2.99.42.0
- Dialog DLL: TCM.DLL V1.56.4.0
-
- <h2>Project:</h2>
- C:\Users\Administrator\Desktop\Lora_gateway_sx1278\app\MDKProject\lora_gateway.uvprojx
- Project File Date: 08/25/2023
- <h2>Output:</h2>
- *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\keil\ARM\ARMCC\Bin'
- Build target 'Target 1'
- compiling protocol.c...
- ..\SYSTEM\includes\gateway_message.h(108): warning: #1295-D: Deprecated declaration get_gateway_config_params - give arg types
- GATEWAY_PARAMS *get_gateway_config_params();
- ..\SYSTEM\includes\protocol.h(14): warning: #1-D: last line of file ends without a newline
- #endif
- ..\SYSTEM\includes\node_message.h(63): warning: #1295-D: Deprecated declaration get_node_receive_params - give arg types
- NODE_DEVICE_PARAMS *get_node_receive_params();
- ..\SYSTEM\includes\node_message.h(64): warning: #1295-D: Deprecated declaration free_all_node_params - give arg types
- void free_all_node_params();
- ..\SYSTEM\includes\node_message.h(68): warning: #1-D: last line of file ends without a newline
- #endif
- ..\SYSTEM\source\protocol.c(115): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
- len = strlen(string);
- ..\SYSTEM\source\protocol.c(408): warning: #223-D: function "sprintf" declared implicitly
- sprintf(json, "{\"data\":[");
- ..\SYSTEM\source\protocol.c(569): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "const char *"
- if(strlen(string)<10)
- ..\SYSTEM\source\protocol.c(574): warning: #940-D: missing return statement at end of non-void function "GatewayProtocolAnalysis"
- }
- ..\SYSTEM\source\protocol.c: 9 warnings, 0 errors
- linking...
- Program Size: Code=48260 RO-data=177336 RW-data=460 ZI-data=667924
- FromELF: creating hex file...
- "..\OBJ\lora_gateway.axf" - 0 Error(s), 9 Warning(s).
- <h2>Software Packages used:</h2>
- Package Vendor: Keil
- http://www.keil.com/pack/Keil.STM32F2xx_DFP.2.10.0.pack
- Keil.STM32F2xx_DFP.2.10.0
- STMicroelectronics STM32F2 Series Device Support, Drivers and Examples
- <h2>Collection of Component include folders:</h2>
- D:/keil/packs/Keil/STM32F2xx_DFP/2.10.0/Drivers/CMSIS/Device/ST/STM32F2xx/Include
- <h2>Collection of Component Files used:</h2>
- Build Time Elapsed: 00:00:02
- </pre>
- </body>
- </html>
|