µVision Build Log
Project:
C:\LDMProject\K1986BE1QI_AVIA_HELPER\repository_wc\trunk\helper_avia_complex\LDM_Helper_K1986BE1QI_AVIA_Complex\LDM_Helper_K1986BE1QI_AVIA_Complex.uvproj
Project File Date: 10/13/2015
Output:
Rebuild target 'Complex'
compiling main.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\main.c: 0 warnings, 1 error
compiling MDR1986VE1T_IT.c...
compiling clk.c...
compiling misc.c...
src\misc.c(57): warning: #1441-D: nonstandard cast on lvalue
sum += *((unsigned short*)buf)++;
src\misc.c: 1 warning, 0 errors
compiling itmr.c...
compiling led.c...
compiling button.c...
compiling buzzer.c...
compiling uart.c...
compiling rtc.c...
compiling timcap.c...
compiling keyboard.c...
compiling mouse.c...
compiling encoder.c...
compiling mt12864j_drv.c...
compiling hy28b_drv.c...
compiling hy28b_font.c...
compiling jdt1800_drv.c...
compiling cb.c...
compiling disp.c...
compiling intro.c...
compiling console.c...
compiling wnd_main.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_main.c: 0 warnings, 1 error
compiling wnd_time_set.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_time_set.c: 0 warnings, 1 error
compiling wnd_uart.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_uart.c: 0 warnings, 1 error
compiling wnd_ethernet.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_ethernet.c: 0 warnings, 1 error
compiling wnd_ps2.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_ps2.c: 0 warnings, 1 error
compiling wnd_keyboard.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_keyboard.c: 0 warnings, 1 error
compiling wnd_mouse.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_mouse.c: 0 warnings, 1 error
compiling terminal.c...
compiling wnd_eth_mac.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_eth_mac.c: 0 warnings, 1 error
compiling wnd_eth_ip.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_eth_ip.c: 0 warnings, 1 error
compiling wnd_eth_mask.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_eth_mask.c: 0 warnings, 1 error
compiling wnd_eth_gateway.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_eth_gateway.c: 0 warnings, 1 error
compiling wnd_enc.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_enc.c: 0 warnings, 1 error
compiling wnd_adc.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_adc.c: 0 warnings, 1 error
compiling rs485.c...
compiling can.c...
compiling wnd_rs485test.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_rs485test.c: 0 warnings, 1 error
compiling wnd_cantest.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_cantest.c: 0 warnings, 1 error
compiling error.c...
compiling wdt.c...
compiling wnd_wdttest.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_wdttest.c: 0 warnings, 1 error
compiling wnd_error.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_error.c: 0 warnings, 1 error
compiling wnd_version.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_version.c: 0 warnings, 1 error
compiling nand_flash.c...
compiling mux.c...
compiling mcp23s18.c...
src\mcp23s18.c(70): warning: #177-D: variable "str" was declared but never referenced
char str[8];
src\mcp23s18.c(17): warning: #550-D: variable "Pin" was set but never used
static unsigned short Pin, Val;
src\mcp23s18.c(24): warning: #177-D: variable "GPIOState" was declared but never referenced
static uint16_t GPIOState = 0x0000;
src\mcp23s18.c(79): warning: #177-D: function "WriteByte" was declared but never referenced
static void WriteByte(uint8_t addr, uint8_t data){
src\mcp23s18.c(87): warning: #177-D: function "WriteWord" was declared but never referenced
static void WriteWord(uint8_t addr, uint16_t data){
src\mcp23s18.c: 5 warnings, 0 errors
compiling wnd_NAND.c...
.\inc\wnds.h(34): error: #67: expected a "}"
WID_NAND
src\wnd_NAND.c(14): error: #20: identifier "WID_NAND" is undefined
static TWnd Wnd = { WID_NAND, 0, EventProc, 0 };
src\wnd_NAND.c(14): warning: #177-D: variable "Wnd" was declared but never referenced
static TWnd Wnd = { WID_NAND, 0, EventProc, 0 };
src\wnd_NAND.c: 1 warning, 2 errors
compiling eth.c...
compiling eth_drv.c...
compiling eth_misc.c...
compiling eth_prop.c...
compiling adc.c...
compiling dac.c...
compiling core_cm1.c...
assembling startup_MDR1986VE1T.s...
compiling MDR32F9Qx_adc.c...
compiling MDR32F9Qx_audio.c...
compiling MDR32F9Qx_bkp.c...
compiling MDR32F9Qx_comp.c...
compiling MDR32F9Qx_dac.c...
compiling MDR32F9Qx_dma.c...
compiling MDR32F9Qx_ebc.c...
compiling MDR32F9Qx_eeprom.c...
compiling MDR32F9Qx_eth.c...
compiling MDR32F9Qx_i2c.c...
compiling MDR32F9Qx_iwdg.c...
compiling MDR32F9Qx_keypad.c...
compiling MDR32F9Qx_led.c...
compiling MDR32F9Qx_port.c...
compiling MDR32F9Qx_power.c...
compiling MDR32F9Qx_rst_clk.c...
compiling MDR32F9Qx_ssp.c...
compiling MDR32F9Qx_timer.c...
compiling MDR32F9Qx_uart.c...
compiling MDR32F9Qx_usb.c...
compiling MDR32F9Qx_wwdg.c...
".\obj\LDM_Helper_K1986BE1QI_AVIA_Complex.axf" - 21 Error(s), 7 Warning(s).
Target not created
MDR32F9Qx_wwdg.c...
".\obj\LDM_Helper_K1986BE1QI_AVIA_Complex.axf" - 21 Error(s), 8 Warning(s).
Target not created