當前位置:編程學習大全網 - 網站源碼 - 調用rcu時遇到的問題

調用rcu時遇到的問題

編譯源碼時出現

rcu_access_pointer

include/linux/compiler.h:483:38: error: call to ‘__compiletime_assert_764’ declared with attribute error: Need native word sized stores/loads for atomicity.

_compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)

導致編譯失敗,懷疑是rcu錯誤

刪除makefile中-O0,編譯rcu需要優化。

  • 上一篇:鞋廠計件工資
  • 下一篇:如何找到DNF字符的基址
  • copyright 2024編程學習大全網