[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] gcc crosscompiler
Hello,
this was working fine a few days ago, so maybe I blew my system somehow
:/ I want to compile one of the netsurf libs, but now I get this error:
m68k-atari-mint-gcc -MMD -MP -D_BSD_SOURCE
-I/usr/Sources/netsurf/libparserutils/include/
-I/usr/Sources/netsurf/libparserutils/src -Wall -W -Wundef
-Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pedantic
-Werror -m68020-60 -O2 -I/usr/nslibs/m68020-60/usr/include
-DWITH_ICONV_FILTER -D_ALIGNED="__attribute__((aligned))" -DNDEBUG -O2
-DBUILD_TARGET_freemint -DBUILD_HOST_m68020-60 -std=c99
-I/usr/Sources/netsurf/libparserutils/test -o
build-m68020-60-freemint-release-lib-static/src_charset_codec.o -c
src/charset/codec.c
cc1: warnings being treated as errors
<command-line>:0:18: error: ISO C99 requires whitespace after the macro
name
---
the problem is the -MMD , when changing it to -MM it works OK. Maybe
the Makefiles did change, but I doubt that. Anyway, shouldn gcc handle
this?
Greets,
m