新手上路
- 积分
- 34
- 金钱
- 34
- 注册时间
- 2014-12-8
- 在线时间
- 0 小时
|
发表于 2014-12-20 16:57:41
|
显示全部楼层
回复【2楼】正点原子:
---------------------------------
原子哥,我的移植ucgui报错
Build target 'Target 1'
compiling LCDDummy.c...
linking...
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_Color2Index (referred from gui_bmp.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_DrawBitmap (referred from gui_bmp.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_Index2Color (referred from gui_color2viscolor.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_DrawHLine (referred from gui_drawbitmapex.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_SetColorIndex (referred from gui_drawbitmapex.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_DrawPixel (referred from gui_drawfocusrect.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_FillRect (referred from gui_fillrect.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_SetBkColor (referred from gui_setcolor.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_SetColor (referred from gui_setcolor.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_SetBkColorIndex (referred from gui_setcolorindex.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_SetDrawMode (referred from gui_setdrawmode.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_Init (referred from guicore.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol GUI_X_GetTaskId (referred from guitask.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol GUI_X_InitOS (referred from guitask.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol GUI_X_Lock (referred from guitask.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol GUI_X_Unlock (referred from guitask.o).
.\bin\rmdv.axf: Error: L6218E: Undefined symbol LCD_SetClipRectMax (referred from lcd_selectlcd.o).
.\bin\rmdv.axf: Not enough information to list image symbols.
.\bin\rmdv.axf: Finished: 1 information, 0 warning and 17 error messages.
Target not created
咋回事呢?编译不报错,链接却报这个错,奇怪啊。 |
|