这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » [求助]unresolved symbols encountered

共2条 1/1 1 跳转至

[求助]unresolved symbols encountered

菜鸟
2006-10-18 17:27:22     打赏

最近在做windML。只是刚入门,所以用windriver自带的ugldemo.c文件来演示。建立了一个downloadable project,然后加入ugldemo.c。编译和build的时候都没有问题,但是download的时候就出现了unresolved symbols encountered错误,具体错误如下:

****************************************************************************************************

Errors while downloading E:/VxWorks/work/Project0/SIMNTgnu/ugldemo.
_uglInputMsgGet
_uglCursorMove
_uglBackgroundColorSet
_uglForegroundColorSet
_uglFontSet
_uglTextSizeGet
_uglTextDraw
_uglOSTaskDelay
_uglLineStyleSet
_uglLineWidthSet
_uglRectangle
_uglCursorBitmapDestroy
_uglCursorDeinit
_uglTransBitmapDestroy
_uglBitmapDestroy
_uglMemFree
_uglMonoBitmapDestroy
_uglRegionDestroy
_uglFontDestroy
_uglGcDestroy
_uglDeinitialize
_uglOSTaskCreate
_uglInitialize
_uglRegistryFind
_uglGcCreate
_uglFontDriverInfo
_uglFontFindString
_uglFontCreate
_uglInfo
_uglMemAlloc
_uglColorAlloc
_uglRegionCreate
_uglVersionMinor
_uglVersionMajor
_uglRegionRectInclude
_uglRegionRectExclude
_uglClipRegionSet
_uglMonoBitmapCreate
_uglBitmapCreate
_uglTransBitmapCreate
_uglCursorInit
_uglCursorBitmapCreate
_uglCursorImageSet
_uglCursorOn
_uglBitmapWrite
_uglBatchStart
_uglBitmapBlt
_uglBatchEnd
_uglLine
_uglFillPatternSet
_uglPolygon
_uglEllipse
_uglBitmapStretchBlt

***************************************************************************­***********
哪位大侠请指教一下,为什么啊,怎么解决呢?焦头烂额中。不胜感激。




关键词: 求助     unresolved     symbols     enc    

菜鸟
2006-10-18 22:59:00     打赏
2楼

在google上有人回答我可以将windml所需的函数库调入project中,但是我将build中的宏PRJ_LIBS设定为E:\VxWorks\TornadoV2.2\target\lib\pentium\PENTIUM\gnu\libwndml.a,还是无法通过,请问函数库有没有用啊?怎么包含呢?


共2条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]