-Werror=frame-larger-than=

when I put a kalman arithmetic in one of my C++ program .
It is too big and I had the above warning.

How to solve it

1 Like

I’ve already solved the problem!

I originally followed the tips from nets to change the size that linux can accept

BUT NOTHING HAPPENED.

Then I changed the CMakeList.txt next to my file .
I changed ‘1200’ to ‘4096’
then the problem is solved

thank you all
谢谢你们 from China Zhengzhou

Ah ok, thanks for reporting your fix, that’s helpful!