MoatLab/FEMU

when I use the SHA 76a9d8e333f081a9df30b5f8706e9be81517665c to compile femu,It produces the error outside array bounds.

HugeOrhuge opened this issue · 3 comments

On Ubuntu 22.04.4 LTS
the error image:

what can I do to solve this problem?
thanks.

You should be able to bypass the above errors by adding --disable-werror to the ./configure cmd in femu-compile.sh.

You should be able to bypass the above errors by adding --disable-werror to the ./configure cmd in femu-compile.sh.

it works,thanks!