Build target 'Target 1'
compiling main.c...
linking...
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_SetLUTEntry (referred from gui_setlutentry.o).
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_SetOrg (referred from gui_setorg.o).
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_SetPixelIndex (referred from gui_setpixelindex.o).
.\ucgui.axf: Error: L6218E: Undefined symbol GUI_TOUCH_X_ActivateX (referred from gui_touch_driveranalog.o).
.\ucgui.axf: Error: L6218E: Undefined symbol GUI_TOUCH_X_ActivateY (referred from gui_touch_driveranalog.o).
.\ucgui.axf: Error: L6218E: Undefined symbol GUI_TOUCH_X_MeasureX (referred from gui_touch_driveranalog.o).
.\ucgui.axf: Error: L6218E: Undefined symbol GUI_TOUCH_X_MeasureY (referred from gui_touch_driveranalog.o).
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_GetPixelIndex (referred from guicurs.o).
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_DrawBitmap (referred from lcd.o).
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_DrawHLine (referred from lcd.o).
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_FillRect (referred from lcd.o).
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_Init (referred from lcd.o).
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_On (referred from lcd.o).
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_XorPixel (referred from lcd.o).
.\ucgui.axf: Error: L6218E: Undefined symbol LCD_L0_DrawVLine (referred from lcd_api.o).
".\ucgui.axf" - 15 Errors, 0 Warning(s).
Target not create
这是到底是那没有移植好啊 是这个文件lcd_dummy吗??一步步按照网上来的一直就是编译出这个错 |