This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sparc.c:509:1: error: "TARGET_ASM_FILE_END" redefined...
- From: Christian Joensson <christian dot joensson at gmail dot com>
- To: Eric Botcazou <ebotcazou at libertysurf dot fr>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 5 Apr 2005 18:59:55 +0200
- Subject: Re: sparc.c:509:1: error: "TARGET_ASM_FILE_END" redefined...
- References: <5460e3330504050428bb2bbdd@mail.gmail.com> <200504051643.54116.ebotcazou@libertysurf.fr>
- Reply-to: Christian Joensson <christian dot joensson at gmail dot com>
On Apr 5, 2005 4:43 PM, Eric Botcazou <ebotcazou@libertysurf.fr> wrote:
> > stage1/xgcc -Bstage1/ -B/usr/local/sparc-linux/bin/ -c -g -O2
> > -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
> > -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
> > -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I.
> > -I. -I/usr/local/src/trunk/gcc/gcc -I/usr/local/src/trunk/gcc/gcc/.
> > -I/usr/local/src/trunk/gcc/gcc/../include
> > -I/usr/local/src/trunk/gcc/gcc/../libcpp/include \
> > /usr/local/src/trunk/gcc/gcc/config/sparc/sparc.c -o sparc.o
> > /usr/local/src/trunk/gcc/gcc/config/sparc/sparc.c:509:1: error:
> > "TARGET_ASM_FILE_END" redefined
> > In file included from /usr/local/src/trunk/gcc/gcc/config/sparc/sparc.c:49:
> > /usr/local/src/trunk/gcc/gcc/target-def.h:171:1: error: this is the
> > location of the previous definition
> > make[2]: *** [sparc.o] Error 1
> > make[2]: Leaving directory `/usr/local/src/trunk/objdir32/gcc'
> > make[1]: *** [stage2_build] Error 2
> > make[1]: Leaving directory `/usr/local/src/trunk/objdir32/gcc'
> > make: *** [bootstrap] Error 2
>
> Now fixed. Thanks for the heads up.
Thank you, I didn't do much :)
--
Cheers,
/ChJ