Subject: -current compilation problem
To: None <port-pmax@netbsd.org>
From: Marc Evans <marc@synergy.destek.net>
List: port-pmax
Date: 09/21/1998 15:32:14
Hello -

I am attempting to compile the -current sources and am running into this
situation:

all ===> mips
cc -O -fPIC -Werror   -DLIBC_SCCS -DPIC -DDYNAMIC -DELFSIZE=32 -I/usr/netbsd/src/lib/csu/mips/../../../libexec/ld.elf_so -nostdinc -idirafter /mnt/netbsd/built/usr/include -c -DCRT0 crt0.c -o crt0.o
cc -O -fPIC -Werror   -DLIBC_SCCS -DPIC -DDYNAMIC -DELFSIZE=32 -I/usr/netbsd/src/lib/csu/mips/../../../libexec/ld.elf_so -nostdinc -idirafter /mnt/netbsd/built/usr/include -c -DMCRT0 crt0.c -o gcrt0.o
cc -O -fPIC -Werror   -DLIBC_SCCS -DPIC -DDYNAMIC -DELFSIZE=32 -I/usr/netbsd/src/lib/csu/mips/../../../libexec/ld.elf_so -nostdinc -idirafter /mnt/netbsd/built/usr/include -c crtbegin.c -o crtbegin.o
crtbegin.c:62: section attributes are not supported for this target
crtbegin.c:64: section attributes are not supported for this target
crtbegin.c:94: section attributes are not supported for this target
crtbegin.c:112: section attributes are not supported for this target
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
# gcc --version
2.8.1

Can anyone suggest why this is occuring, and/or recommend anything? Please
respond to me directly, as I am not a subscriber to this mailing list.

Thanks in advance - Marc