Wallet
為 Windows 編譯 altcoin-qt 時出錯,出現 GCC 內部編譯器錯誤
我想我設法讓我的所有依賴項和庫都正確(手指交叉),但現在在嘗試建構 blackcoin-qt 時,QTSdk 編譯器在建構 qtipcserver.o 時給了我這個錯誤:
In function 'bool boost::interprocess::winapi::unlink_file(const char*)': internal compiler error: in gimple_rhs_has_side_effects, at gimple.c:2343 [build/qtipcserver.o] Error1
unlink_file 函式位於 boost 庫中 win32_api.hpp 的第 1638 行。這似乎是一個 GCC 錯誤,有什麼想法嗎?
最可能的原因:編譯器記憶體不足。
我不知道它對你有沒有幫助,但這裡有一個很好的說明在 Windows 上開發你的硬幣:
<https://bitcointalk.org/index.php?topic=225690.0>