µVision Build Log
Tool Versions:
IDE-Version: ¦ÌVision V5.23.0.0 Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved. License Information: 123 Administrator, 123, LIC=21EQD-87GGT-W2VLL-0Q7MS-MN30X-90AUQ Tool Versions: Toolchain: MDK-ARM Plus Version: 5.23 Toolchain Path: D:\KEIL\new\ARM\ARMCC\Bin C Compiler: Armcc.exe V5.06 update 4 (build 422) Assembler: Armasm.exe V5.06 update 4 (build 422) Linker/Locator: ArmLink.exe V5.06 update 4 (build 422) Library Manager: ArmAr.exe V5.06 update 4 (build 422) Hex Converter: FromElf.exe V5.06 update 4 (build 422) CPU DLL: SARMCM3.DLL V5.23 Dialog DLL: DCM.DLL V1.15.0.0 Target DLL: Segger\JL2CM3.dll V2.99.23.0 Dialog DLL: TCM.DLL V1.27.0.0Project:
C:\Users\Administrator\Desktop\lora\STM32_LoRa_SX1278_TestOK\STM32_SX1278_RTX_TestOK\STM32_SX1278_TX_TestOK\Project\RVMDK£¨uv4£©\iSO-STM32.uvproj Project File Date: 01/07/2017Output:
*** Using Compiler 'V5.06 update 4 (build 422)', folder: 'D:\KEIL\new\ARM\ARMCC\Bin' Rebuild target 'STM32_DEMO' assembling startup_stm32f10x_hd.s... compiling system_stm32f10x.c... compiling core_cm3.c... compiling misc.c... compiling stm32f10x_adc.c... compiling stm32f10x_bkp.c... compiling stm32f10x_can.c... compiling stm32f10x_cec.c... compiling stm32f10x_dbgmcu.c... compiling stm32f10x_crc.c... compiling stm32f10x_dac.c... compiling stm32f10x_dma.c... compiling stm32f10x_flash.c... compiling stm32f10x_exti.c... compiling stm32f10x_gpio.c... compiling stm32f10x_i2c.c... compiling stm32f10x_fsmc.c... compiling stm32f10x_iwdg.c... compiling stm32f10x_pwr.c... compiling stm32f10x_rcc.c... compiling stm32f10x_sdio.c... compiling stm32f10x_rtc.c... compiling stm32f10x_spi.c... compiling stm32f10x_usart.c... compiling stm32f10x_wwdg.c... compiling stm32f10x_tim.c... compiling stm32f10x_it.c... compiling sys_config.c... compiling main.c... ..\..\User\main.c(237): warning: #167-D: argument of type "const uint8_t *" is incompatible with parameter of type "const char *" Radio->SetTxPacket( MY_TEST_Msg, strlen(MY_TEST_Msg) ); //RFLR_STATE_TX_INIT ..\..\User\main.c(195): warning: #177-D: variable "i" was declared but never referenced uint8_t i; ..\..\User\main.c: 3 warnings, 0 errors static uint8_t EnableMaster = true; // Master/Slave selection compiling bsp_SysTick.c... compiling bsp_usart.c... compiling radio.c... compiling sx1232.c... compiling sx1232-Misc.c... compiling sx1272.c... compiling sx1272-FskMisc.c... compiling sx1272-LoRa.c... compiling sx1272-Fsk.c... compiling sx1272-LoRaMisc.c... compiling sx1276.c... compiling sx1276-Fsk.c... ..\..\User\SX1278\radio\sx1276-Fsk.c(387): warning: #223-D: function "round" declared implicitly PacketTimeout = ( uint16_t )( round( ( 8.0 * ( ( double )SX1276FskGetPacketPayloadSize( ) ) / ( double )FskSettings.Bitrate ) * 1000.0 ) + 1.0 ); ..\..\User\SX1278\radio\sx1276-Fsk.c: 1 warning, 0 errors compiling sx1276-FskMisc.c... compiling sx1276-LoRa.c... compiling sx1276-LoRaMisc.c... compiling fifo.c... compiling spi.c... compiling sx12xxEiger.c... compiling sx1232-Hal.c... compiling sx1272-Hal.c... compiling sx1276-Hal.c... linking... Program Size: Code=23500 RO-data=956 RW-data=228 ZI-data=1708 FromELF: creating hex file... "..\..\Output\Template.axf" - 0 Error(s), 3 Warning(s). Build Time Elapsed: 00:00:30