当前位置: 代码迷 >> WinCE >> wince 编译的时分报错
  详细解决方案

wince 编译的时分报错

热度:68   发布时间:2016-04-28 12:23:09.0
wince 编译的时候报错
错误信息
BUILD: [01:0000000422:ERRORE] SOC_SDHC_LIB.lib(sdhcdma.obj) : error LNK2019: unr
esolved external symbol RequestDmaBuf referenced in function "public: virtual in
t __cdecl CSDHCSlotPciSDMA::Init(void)" ([email protected]@@UAAHXZ)
BUILD: [01:0000000423:ERRORE] E:\WINCE600\platform\WUKUNGMAX\target\ARMV4I\retai
l\SDHC.dll : fatal error LNK1120: 1 unresolved externals
没太看明白这个错误,请大家帮忙分析下,谢谢。
WinCE 函数 SoC 编译 报错

------解决方案--------------------
提供RequestDmaBuf函数的库没有被link进来
------解决方案--------------------
引用:
提供RequestDmaBuf函数的库没有被link进来


其实错误已经说的很清楚了,查一下代码看看 RequestDmaBuf 是在哪里定义的?
  相关解决方案