Can't build WIZ550S2E_Boot

I’m trying to build WIZ550S2E_Boot project. I use source from github. WIZ550S2E_App is build fine. During build WIZ550S2E_Boot I get error:

arm-none-eabi-gcc -D__REDLIB__ -DNDEBUG -D__CODE_RED -DCORE_M0 -D__USE_ROMDIVIDE -D__USE_LPCOPEN -D__LPC11EXX__ -I"D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\WIZ550S2E_Boot\src" -I"D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\WIZ550S2E_Boot\src\netutil" -I"D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\WIZ550S2E_Boot\src\Configuration" -I"D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\WIZ550S2E_Boot\src\Ethernet" -I"D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\WIZ550S2E_Boot\src\Internet" -I"D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\WIZ550S2E_Boot\src\PlatformHandler" -I"D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\wiznet_s2e_wiz550s2e_board\inc" -I"D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\lpc_chip_11exx\inc" -Os -g -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -mcpu=cortex-m0 -mthumb -specs=redlib.specs -MMD -MP -MF"src/PlatformHandler/eepromHandler.d" -MT"src/PlatformHandler/eepromHandler.o" -MT"src/PlatformHandler/eepromHandler.d" -o "src/PlatformHandler/eepromHandler.o" "../src/PlatformHandler/eepromHandler.c"
../src/PlatformHandler/eepromHandler.c:9:19: fatal error: board.h: No such file or directory
 #include "board.h"

It is strange that included is "D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\WIZ550S2E_Boot" I don’t have such directory and in project included are right paths.

hi. MrBool

I found the problem you mentioned. I guess it is an error on the version of LPCXpresso. Please set it as below.



Hi Ricky,

thanks a lot. It works.