在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
芯片精品文章合集(500篇!) 创芯人才网--重磅上线啦!
查看: 2924|回复: 0

[求助]uc/gui连接问题咨询大虾

[复制链接]
发表于 2006-1-4 19:40:58 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
连接时出现如下错误
.\debug\Scrollbar. In function `SCROLLBAR_AddValue':
.\debug\Scrollbar.o(.text+0xcd4): undefined reference to `GUI_Lock'
.\debug\Scrollbar.o(.text+0xd08): undefined reference to `GUI_Unlock'
.\debug\Scrollbar. In function `SCROLLBAR_SetValue':
.\debug\Scrollbar.o(.text+0xd38): undefined reference to `GUI_Lock'
.\debug\Scrollbar.o(.text+0xde0): undefined reference to `GUI_Unlock'
.\debug\Scrollbar. In function `SCROLLBAR_SetNumItems':
.\debug\Scrollbar.o(.text+0xe10): undefined reference to `GUI_Lock'
.\debug\Scrollbar.o(.text+0xe50): undefined reference to `GUI_Unlock'
.\debug\Scrollbar. In function `SCROLLBAR_SetPageSize':
.\debug\Scrollbar.o(.text+0xe80): undefined reference to `GUI_Lock'
.\debug\Scrollbar.o(.text+0xec0): undefined reference to `GUI_Unlock'
.\debug\Scrollbar. In function `SCROLLBAR_GetValue':
.\debug\Scrollbar.o(.text+0xf5c): undefined reference to `GUI_Lock'
.\debug\Scrollbar.o(.text+0xf7c): undefined reference to `GUI_Unlock'
.\debug\Slider. In function `SLIDER_Create':
.\debug\Slider.o(.text+0x5b0): undefined reference to `GUI_Lock'
.\debug\Slider.o(.text+0x6bc): undefined reference to `GUI_Unlock'
.\debug\Slider. In function `SLIDER_Dec':
.\debug\Slider.o(.text+0x788): undefined reference to `GUI_Lock'
.\debug\Slider.o(.text+0x7e4): undefined reference to `GUI_Unlock'
.\debug\Slider. In function `SLIDER_Inc':
.\debug\Slider.o(.text+0x810): undefined reference to `GUI_Lock'
.\debug\Slider.o(.text+0x86c): undefined reference to `GUI_Unlock'
.\debug\Slider. In function `SLIDER_SetWidth':
.\debug\Slider.o(.text+0x89c): undefined reference to `GUI_Lock'
.\debug\Slider.o(.text+0x8dc): undefined reference to `GUI_Unlock'
.\debug\Slider. In function `SLIDER_SetValue':
.\debug\Slider.o(.text+0x90c): undefined reference to `GUI_Lock'
.\debug\Slider.o(.text+0x99c): undefined reference to `GUI_Unlock'
.\debug\Slider. In function `SLIDER_SetRange':
.\debug\Slider.o(.text+0x9d0): undefined reference to `GUI_Lock'
.\debug\Slider.o(.text+0xa08): undefined reference to `GUI_Unlock'
.\debug\Slider. In function `SLIDER_GetValue':
.\debug\Slider.o(.text+0xa3c): undefined reference to `GUI_Lock'
.\debug\Slider.o(.text+0xa5c): undefined reference to `GUI_Unlock'
.\debug\Text. In function `TEXT_CreateAsChild':
.\debug\Text.o(.text+0x198): undefined reference to `GUI_Lock'
.\debug\Text.o(.text+0x260): undefined reference to `GUI_Unlock'
.\debug\Widget. In function `WIDGET_Disable':
.\debug\Widget.o(.text+0x4a4): undefined reference to `GUI_Lock'
.\debug\Widget.o(.text+0x4f4): undefined reference to `GUI_Unlock'
.\debug\Widget. In function `WIDGET_Enable':
.\debug\Widget.o(.text+0x520): undefined reference to `GUI_Lock'
.\debug\Widget.o(.text+0x570): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM_SendMessage':
.\debug\wm.o(.text+0x588): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0x604): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM_InvalidateBWin1Abs':
.\debug\wm.o(.text+0x828): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0x87c): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM_InvalidateRect':
.\debug\wm.o(.text+0x968): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0xa10): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM_InvalidateBWinAbs':
.\debug\wm.o(.text+0xa70): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0xac4): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM_InvalidateArea':
.\debug\wm.o(.text+0xae0): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0xb4c): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM_CreateWindowAsChild':
.\debug\wm.o(.text+0xba8): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0xe3c): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM_DeleteWindow':
.\debug\wm.o(.text+0xeec): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0x102c): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM__SetMaxClipRect':
.\debug\wm.o(.text+0x1060): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0x106c): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM_SelectWindow':
.\debug\wm.o(.text+0x108c): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0x1104): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM_ShowWindow':
.\debug\wm.o(.text+0x1154): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0x1184): undefined reference to `GUI_Unlock'
.\debug\wm.o(.text+0x11ac): undefined reference to `GUI_Unlock'
.\debug\wm. In function `WM_Exec1':
.\debug\wm.o(.text+0x1db0): undefined reference to `GUI_Lock'
.\debug\wm.o(.text+0x1db8): undefined reference to `GUI_Unlock'
.\debug\WM_BringToBottom. In function `WM_BringToBottom':
.\debug\WM_BringToBottom.o(.text+0x18): undefined reference to `GUI_Lock'
.\debug\WM_BringToBottom.o(.text+0xc0): undefined reference to `GUI_Unlock'
.\debug\WM_BringToTop. In function `WM_BringToTop':
.\debug\WM_BringToTop.o(.text+0x24): undefined reference to `GUI_Lock'
.\debug\WM_BringToTop.o(.text+0x104): undefined reference to `GUI_Unlock'
.\debug\WM_Broadcast. In function `WM_BroadcastMessage':
.\debug\WM_Broadcast.o(.text+0x14): undefined reference to `GUI_Lock'
.\debug\WM_Broadcast.o(.text+0x60): undefined reference to `GUI_Unlock'
.\debug\WM_GetClientRect. In function `WM_GetClientRect':
.\debug\WM_GetClientRect.o(.text+0x14): undefined reference to `GUI_Lock'
.\debug\WM_GetClientRect.o(.text+0x88): undefined reference to `GUI_Unlock'
.\debug\WM_GetDialogItem. In function `WM_GetDialogItem':
.\debug\WM_GetDialogItem.o(.text+0xe4): undefined reference to `GUI_Lock'
.\debug\WM_GetDialogItem.o(.text+0x100): undefined reference to `GUI_Unlock'
.\debug\WM_GetFirstChild. In function `WM_GetFirstChild':
.\debug\WM_GetFirstChild.o(.text+0x18): undefined reference to `GUI_Lock'
.\debug\WM_GetFirstChild.o(.text+0x34): undefined reference to `GUI_Unlock'
.\debug\WM_GetNextSibling. In function `WM_GetNextSibling':
.\debug\WM_GetNextSibling.o(.text+0x18): undefined reference to `GUI_Lock'
.\debug\WM_GetNextSibling.o(.text+0x40): undefined reference to `GUI_Unlock'
.\debug\WM_GetOrg. In function `WM_GetWindowOrgX':
.\debug\WM_GetOrg.o(.text+0x18): undefined reference to `GUI_Lock'
.\debug\WM_GetOrg.o(.text+0x34): undefined reference to `GUI_Unlock'
.\debug\WM_GetOrg. In function `WM_GetWindowOrgY':
.\debug\WM_GetOrg.o(.text+0x58): undefined reference to `GUI_Lock'
.\debug\WM_GetOrg.o(.text+0x74): undefined reference to `GUI_Unlock'
.\debug\WM_GetParent. In function `WM_GetParent':
.\debug\WM_GetParent.o(.text+0x18): undefined reference to `GUI_Lock'
.\debug\WM_GetParent.o(.text+0x40): undefined reference to `GUI_Unlock'
.\debug\WM_GetWindowRect. In function `WM_GetWindowRect':
.\debug\WM_GetWindowRect.o(.text+0x14): undefined reference to `GUI_Lock'
.\debug\WM_GetWindowRect.o(.text+0x48): undefined reference to `GUI_Unlock'
.\debug\WM_GetWindowSize. In function `WM_GetWindowSizeX':
.\debug\WM_GetWindowSize.o(.text+0xbc): undefined reference to `GUI_Lock'
.\debug\WM_GetWindowSize.o(.text+0xf4): undefined reference to `GUI_Unlock'
.\debug\WM_GetWindowSize. In function `WM_GetWindowSizeY':
.\debug\WM_GetWindowSize.o(.text+0x118): undefined reference to `GUI_Lock'
.\debug\WM_GetWindowSize.o(.text+0x150): undefined reference to `GUI_Unlock'
.\debug\WM_IsWindow. In function `WM_IsWindow':
.\debug\WM_IsWindow.o(.text+0x18): undefined reference to `GUI_Lock'
.\debug\WM_IsWindow.o(.text+0x30): undefined reference to `GUI_Unlock'
.\debug\WM_Move. In function `WM_MoveWindow':
.\debug\WM_Move.o(.text+0x1a0): undefined reference to `GUI_Lock'
.\debug\WM_Move.o(.text+0x1b8): undefined reference to `GUI_Unlock'
.\debug\WM_Move. In function `WM_MoveTo':
.\debug\WM_Move.o(.text+0x1e0): undefined reference to `GUI_Lock'
.\debug\WM_Move.o(.text+0x1f8): undefined reference to `GUI_Unlock'
.\debug\WM_OnKey. In function `WM_OnKey':
.\debug\WM_OnKey.o(.text+0x20): undefined reference to `GUI_Lock'
.\debug\WM_OnKey.o(.text+0x78): undefined reference to `GUI_Unlock'
.\debug\WM_ResizeWindow. In function `WM_ResizeWindow':
.\debug\WM_ResizeWindow.o(.text+0x20): undefined reference to `GUI_Lock'
.\debug\WM_ResizeWindow.o(.text+0xe0): undefined reference to `GUI_Unlock'
.\debug\WM_Screen2Win. In function `WM_Screen2hWin':
.\debug\WM_Screen2Win.o(.text+0x17c): undefined reference to `GUI_Lock'
.\debug\WM_Screen2Win.o(.text+0x1a0): undefined reference to `GUI_Unlock'
.\debug\WM_SendToParent. In function `WM_SendToParent':
.\debug\WM_SendToParent.o(.text+0x28): undefined reference to `GUI_Lock'
.\debug\WM_SendToParent.o(.text+0x68): undefined reference to `GUI_Unlock'
.\debug\WM_SetCallback. In function `WM_SetCallback':
.\debug\WM_SetCallback.o(.text+0x1c): undefined reference to `GUI_Lock'
.\debug\WM_SetCallback.o(.text+0x54): undefined reference to `GUI_Unlock'
.\debug\WM_SetCapture. In function `WM_SetCapture':
.\debug\WM_SetCapture.o(.text+0x6c): undefined reference to `GUI_Lock'
.\debug\WM_SetCapture.o(.text+0xa0): undefined reference to `GUI_Unlock'
.\debug\WM_SetCapture. In function `WM_ReleaseCapture':
.\debug\WM_SetCapture.o(.text+0xbc): undefined reference to `GUI_Lock'
.\debug\WM_SetCapture.o(.text+0xc4): undefined reference to `GUI_Unlock'
.\debug\WM_SetFocus. In function `WM_SetFocus':
.\debug\WM_SetFocus.o(.text+0x18): undefined reference to `GUI_Lock'
.\debug\WM_SetFocus.o(.text+0x9c): undefined reference to `GUI_Unlock'
.\debug\WM_SetFocusOnNextChild. In function `WM_SetFocusOnNextChild':
.\debug\WM_SetFocusOnNextChild.o(.text+0xe8): undefined reference to `GUI_Lock'
.\debug\WM_SetFocusOnNextChild.o(.text+0x100): undefined reference to `GUI_Unlock'
.\debug\WM_SetSize. In function `WM_SetSize':
.\debug\WM_SetSize.o(.text+0x30): undefined reference to `GUI_Lock'
.\debug\WM_SetSize.o(.text+0x90): undefined reference to `GUI_Unlock'
.\debug\WM_SetUserClipRect. In function `WM_SetUserClipRect':
.\debug\WM_SetUserClipRect.o(.text+0x14): undefined reference to `GUI_Lock'
.\debug\WM_SetUserClipRect.o(.text+0x88): undefined reference to `GUI_Unlock'
.\debug\WM_Validate. In function `WM_ValidateRect':
.\debug\WM_Validate.o(.text+0x158): undefined reference to `GUI_Lock'
.\debug\WM_Validate.o(.text+0x200): undefined reference to `GUI_Unlock'
.\debug\WM_ValidateWindow. In function `WM_ValidateWindow':
.\debug\WM_ValidateWindow.o(.text+0x18): undefined reference to `GUI_Lock'
.\debug\WM_ValidateWindow.o(.text+0x80): undefined reference to `GUI_Unlock'
.\debug\WMTouch. In function `WM_HandleHID':
.\debug\WMTouch.o(.text+0x5c): undefined reference to `GUI_HID_GetState'
.\debug\WMTouch.o(.text+0x60): undefined reference to `GUI_Lock'
.\debug\WMTouch.o(.text+0x244): undefined reference to `GUI_Unlock'
都是这两个文件没有定义,可是这个是多任务时调用的两个函数,在guitask.c都定义过了,不知道哪位大虾能否赐教
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-1-7 09:33 , Processed in 0.016369 second(s), 9 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表