warning: the frame size of 1040 bytes is larger than 1024 bytes
生活随笔
收集整理的這篇文章主要介紹了
warning: the frame size of 1040 bytes is larger than 1024 bytes
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
問題描述:
?????? 在編譯內核模塊驅動時,如果出現如下警告信息:
warning: the frame size of 1040 bytes is larger than 1024 bytes。主要是因為內核中設置了堆棧報警大小,其默認為1024bytes。我們主要將其修改為4096既可以消除告警信息。
如果解決:
(1)make menuconfig
(2)kernel hacking
(3)修改warn for stack frames larger than 的數值,將其修改為4096(最好不要大過這個數值)
(4)重新編譯內核模塊則不會出現如上的告警信息。
轉載于:https://blog.51cto.com/tigerjibo/1275993
總結
以上是生活随笔為你收集整理的warning: the frame size of 1040 bytes is larger than 1024 bytes的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 三星 Galaxy Note 20 /
- 下一篇: 杭电ACM题目分类