↧
Answer by jeferson lemos for errors when building gcc-9.1.0 under cygwin
using AM_MAKEFLAGS+=CFLAGS+=-Wno-error=pointer-arith solved the problem, AM_MAKEFLAGS macro is appended after the make command and Wno-error is used to tell that a particular error should be ignored,...
View Articleerrors when building gcc-9.1.0 under cygwin
I received this error: >/usr/local/contrib/gcc-9.1.0/libbacktrace/pecoff.c: In function ‘coff_add’: /usr/local/contrib/gcc-9.1.0/libbacktrace/pecoff.c:656:37: error: pointer of type ‘void *’ used...
View Article