[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] GCC question



Am Di, 16.11.2010, 18:18 schrieb Peter Slegg:

> The Makefile I created lists the .c files starting with the top level
> newsie.c
> which generates this
>
> gcc  -I/usr/GEM/include -w -Wcomment -Wimplicit-int  -m68040
> -funsigned-char -fomit-frame-pointer -O2 -fstrength-reduce
> -fno-strict-aliasing -DUSE_OVL -DUSE_INET -c newsie.c -o obj.040/newsie.o
>
> and triggers compiling of mailer, newsaes.c, where the macro error occurs.

AFAIK you should compile each .c file separately. If you compile newsie.c
- no other .c file should be involved.

-- 
Greets,
m