beckus / qemu_stm32

QEMU with an STM32 microcontroller implementation
http://beckus.github.io/qemu_stm32/
Other
527 stars 144 forks source link

warning to error conversion disable #39

Closed jmfriedt closed 3 years ago

jmfriedt commented 3 years ago

gcc-10 will now stops on Warnings and creates an error which prevents compiling this qemu (tested on Debian/GNU Linux unstable). I would advise, until warnings are solved, to add in the README.md autoconf command line --disable-werror to at least allow compilation to complete. I successfully completed compilation with ./configure --enable-debug --target-list="arm-softmmu" --disable-gtk --disable-sdl --disable-werror

beckus commented 3 years ago

Thank you for the suggestion @jmfriedt. I have updated the README to include --disable-werror by default when configuring (commit ef4defdf5dad2218340465d87e4d161b7655108e).