增加RIL組件時編輯出現的問題

來源:互聯網
上載者:User

當我把RIL組件加進到CE6的項目裡去編譯,本來好好的項目編譯不過去了,我就選擇了RIL的所有feature,沒有改任何東西,理論上sysgen就可以了,但是確總是編譯不過去
看根目錄下的build.log:

E:/WINCE600/OSDesigns/POS410/POS410/Wince600/E6000_ARMV4I/cesysgen/oak
/lib/ARMV4I/debug/coredll_ALL.lib
coredll.def : error LNK2001: unresolved external symbol RegistryBatchNotification
coredll.def : error LNK2001: unresolved external symbol RegistryCloseNotification
coredll.def : error LNK2001: unresolved external symbol RegistryDeleteValue
coredll.def : error LNK2001: unresolved external symbol RegistryGetDWORD
coredll.def : error LNK2001: unresolved external symbol RegistryGetString
coredll.def : error LNK2001: unresolved external symbol RegistryNotifyApp
coredll.def : error LNK2001: unresolved external symbol RegistryNotifyCallback
coredll.def : error LNK2001: unresolved external symbol RegistryNotifyMsgQueue
coredll.def : error LNK2001: unresolved external symbol RegistryNotifyWindow
coredll.def : error LNK2001: unresolved external symbol RegistrySetDWORD
coredll.def : error LNK2001: unresolved external symbol RegistrySetString
coredll.def : error LNK2001: unresolved external symbol RegistryStopNotification
coredll.def : error LNK2001: unresolved external symbol RegistryTestExchangeDWORD

D:/WINCE600/OSDesigns/POS410/POS410/Wince600/E6000_ARMV4I/cesysgen/sdk
/lib/ARMV4I/debug/coredll.lib : fatal error LNK1120: 13 unresolved externals

 

網上找了一下,找到瞭解決方案,
這個錯誤是coredll_ALL.lib和k.coredll_ALL.lib的依賴性錯誤
產生的原因是加了RIL的feature後沒有重新編譯這兩個lib造成的
為什麼沒有重新編譯,我也不知道
解決方案是:
找到你的工程下的這兩個lib檔案,然後重新命名為別的(刪除應該也可以,就是讓系統找不到這個lib而導致重新編譯),再編譯系統就可以了。

另外:CLEAN  Solution,然後再REBULID,也可以。

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.