grisp / grisp-software

Toolchain and Examples for GRISP
28 stars 5 forks source link

OpenOCD does not build with gcc 7.3.1 #47

Open stefantimm opened 6 years ago

stefantimm commented 6 years ago

./build/build-openocd.sh fails with gcc 7.3.1 (on SUSE Linux)

Workaround:

CFLAGS=-Wno-error ./build/build-openocd.sh

holzingk commented 6 years ago

c.f. #34