µVision Build Log
Tool Versions:
IDE-Version: £gVision V5.16a Copyright (C) 2015 ARM Ltd and ARM Germany GmbH. All rights reserved. License Information: wilson lin, light win, LIC=---- Tool Versions: Toolchain: MDK-Lite Version: 5.16a Toolchain Path: C:\Keil_v5\ARM\ARMCC\Bin C Compiler: Armcc.exe V5.06 (build 20) Assembler: Armasm.exe V5.06 (build 20) Linker/Locator: ArmLink.exe V5.06 (build 20) Library Manager: ArmAr.exe V5.06 (build 20) Hex Converter: FromElf.exe V5.06 (build 20) CPU DLL: SARMCM3.DLL V5.16a Dialog DLL: DARMCM1.DLL V1.12.0.0 Target DLL: Nu_Link.dll V2.00 Dialog DLL: TARMCM1.DLL V1.9.0.0Project:
C:\Users\arkhell\Desktop\Nuvoton\SW_NuMaker_Uni_V1.1\NuMaker_Uni_BSP\SampleCode\proj_BT_Humidity\KEIL\NuMaker_Uni_BT_Humidity.uvproj Project File Date: 07/31/2016Output:
*** Using Compiler 'V5.06 (build 20)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Rebuild target 'UART' Clean started - Project: 'NuMaker_Uni_BT_Humidity' deleting intermediate output files for target 'UART' creating preprocessor file for system_Nano100Series.c... compiling system_Nano100Series.c... assembling startup_Nano100Series.s... creating preprocessor file for sys.c... compiling sys.c... creating preprocessor file for clk.c... compiling clk.c... creating preprocessor file for uart.c... compiling uart.c... creating preprocessor file for gpio.c... compiling gpio.c... creating preprocessor file for i2c.c... compiling i2c.c... creating preprocessor file for timer.c... compiling timer.c... creating preprocessor file for main.c... compiling main.c... ..\main.c(104): warning: #167-D: argument of type "volatile char *" is incompatible with parameter of type "uint8_t *" UART_Read( ART0, RX_data, 5); ..\main.c(220): warning: #177-D: variable "i" was declared but never referenced int i; ..\main.c(221): warning: #550-D: variable "reg" was set but never used uint8_t reg; ..\main.c: 3 warnings, 0 errors creating preprocessor file for SYS_init.c... compiling SYS_init.c... creating preprocessor file for I2Cdev.c... compiling I2Cdev.c... creating preprocessor file for HTU21D.c... compiling HTU21D.c... linking... Program Size: Code=4732 RO-data=304 RW-data=36 ZI-data=1300 ".\obj\UART.axf" - 0 Error(s), 3 Warning(s). *** Performing Cross-Module-Optimization: compiling system_Nano100Series.c... compiling sys.c... compiling clk.c... compiling uart.c... compiling gpio.c... compiling i2c.c... compiling timer.c... compiling main.c... ..\main.c(104): warning: #167-D: argument of type "volatile char *" is incompatible with parameter of type "uint8_t *" UART_Read( ART0, RX_data, 5); ..\main.c(220): warning: #177-D: variable "i" was declared but never referenced int i; ..\main.c(221): warning: #550-D: variable "reg" was set but never used uint8_t reg; ..\main.c: 3 warnings, 0 errors compiling SYS_init.c... compiling I2Cdev.c... compiling HTU21D.c... linking... Program Size: Code=4732 RO-data=304 RW-data=36 ZI-data=1300 After Build - User command #1: fromelf --bin ".\obj\UART.axf" --output ".\obj\UART.bin" After Build - User command #2: fromelf --text -c ".\obj\UART.axf" --output ".\obj\UART.txt" ".\obj\UART.axf" - 0 Error(s), 3 Warning(s). *** Completed Cross-Module-Optimization after 2 iteration(s). Build Time Elapsed: 00:00:20