µVision Build Log
Tool Versions:
IDE-Version: µVision V5.28.0.0
Copyright (C) 2019 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: chanmi jeong wiznet Flex license: MDK Essential 5.28 (Flex) (mdk_essential) Support: Sep 2020
Tool Versions:
Toolchain: MDK Essential 5.28 (Flex) Version: 5.28.0.0
Toolchain Path: C:\Keil_v5\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.28.0.0
Dialog DLL: DARMCM1.DLL V1.19.2.0
Target DLL: CMSIS_AGDI.dll V1.31.18.0
Dialog DLL: TARMCM1.DLL V1.14.1.0
Project:
C:\Users\becky\Downloads\WIZ750SR-master (1)\WIZ750SR-master\Projects\S2E_App\W7500x_S2E.uvproj
Project File Date: 11/26/2019
Output:
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'W7500x_S2E_App'
compiling seg.c...
src\Serial_to_Ethernet\seg.c(242): warning: #177-D: variable "multicast_mac" was declared but never referenced
uint8_t multicast_mac[6];
src\Serial_to_Ethernet\seg.c(850): warning: #177-D: variable "i" was declared but never referenced
uint16_t i; // ## for debugging
src\Serial_to_Ethernet\seg.c(1158): warning: #223-D: function "srand" declared implicitly
srand(get_phylink_downtime());
src\Serial_to_Ethernet\seg.c(1159): warning: #223-D: function "rand" declared implicitly
client_any_port = (rand() % 10000) + 35000; // 35000 ~ 44999
src\Serial_to_Ethernet\seg.c: 4 warnings, 0 errors
linking...
Program Size: Code=40520 RO-data=61356 RW-data=816 ZI-data=12880
FromELF: creating hex file...
After Build - User command #1: fromelf --bin -o "C:\Users\becky\Downloads\WIZ750SR-master (1)\WIZ750SR-master\Projects\S2E_App\obj\W7500x_S2E_App.bin" "C:\Users\becky\Downloads\WIZ750SR-master (1)\WIZ750SR-master\Projects\S2E_App\obj\W7500x_S2E_App.axf"
After Build - User command #2: w7500_s2e_app_gen_production_hex2bin.bat
C:\Users\becky\Downloads\WIZ750SR-master (1)\WIZ750SR-master\Projects\S2E_App>copy /b /y obj\W7500x_S2E_App.bin bin\
1 file(s) copied.
C:\Users\becky\Downloads\WIZ750SR-master (1)\WIZ750SR-master\Projects\S2E_App>copy /b /y obj\W7500x_S2E_App.hex bin\
1 file(s) copied.
C:\Users\becky\Downloads\WIZ750SR-master (1)\WIZ750SR-master\Projects\S2E_App>copy /b /y ..\S2E_Boot\bin\W7500x_S2E_Boot.hex + bin\W7500x_S2E_App.hex ..\W7500x_S2E_Production.hex
..\S2E_Boot\bin\W7500x_S2E_Boot.hex
bin\W7500x_S2E_App.hex
1 file(s) copied.
C:\Users\becky\Downloads\WIZ750SR-master (1)\WIZ750SR-master\Projects\S2E_App>..\hex2bin.exe ..\W7500x_S2E_Production.hex
hex2bin v1.0.4, Copyright (C) 1998 Jacques Pelletier
checksum extensions Copyright (C) 2004 Rockwell Automation
Lowest address = 00000000
Highest address = 0001FFA7
Pad Byte = FF
8-bit Checksum = A7
".\obj\W7500x_S2E_App.axf" - 0 Error(s), 4 Warning(s).
Build Time Elapsed: 00:00:02