G:\Embedded Wizard\STM32Fx\STM32F769-Discovery\Examples\HelloWorld>make
-------------------------------------------------
Creating HelloWorld
-------------------------------------------------
Compiler Options: -O2 -Wall -mcpu=cortex-m7 -mlittle-endian -mthumb -mthumb-interwork -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DSTM32F769xx -DUSE_STM32F769I_DISCO -DDATA_IN_ExtSDRAM -DEW_MAX_SURFACE_CACHE_SIZE=0x400000 -DEW_MAX_GLYPH_SURFACE_WIDTH=256 -DEW_MAX_GLYPH_SURFACE_HEIGHT=256 -DEW_FRAME_BUFFER_COLOR_FORMAT_RGB565 -DEW_USE_OFFSCREEN_BUFFER=1 -DEW_USE_DOUBLE_BUFFER=0 -DEW_SURFACE_ROTATION=0
-------------------------------------------------
Creating object and binary directories
-------------------------------------------------
Compiling ./EmWiProject/STM32Fx/Core.c
./EmWiProject/STM32Fx/Core.c:134:1: warning: return type defaults to 'int' [-Wimplicit-int]
__declspec( naked ) void CoreView__initLayoutContext( void* _this, XRect aBounds,
^
./EmWiProject/STM32Fx/Core.c: In function '__declspec':
./EmWiProject/STM32Fx/Core.c:136:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token