Subject: Re: 1.5-current/sparc64 kernel compile with errors
To: None <port-sparc64@netbsd.org, wigyori@2p.hu>
From: None <eeh@netbsd.org>
List: port-sparc64
Date: 03/20/2002 16:06:27
| i cvsed the complete 1.5-current yesterday, today got the following errors
| when tried to compile a kernel for sparc64:
|
| ld -n -T ../../../../arch/sparc64/conf/kern.ldscript -Ttext 01000000
| -Tdata 01800000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
| svr4_32_signal.o: In function `svr4_32_to_native_sigset':
| /usr/src/sys/arch/sparc64/compile/fortress/../../../../compat/svr4_32/svr4_32_s$
| multiple definition of `native_to_svr4_sig'
| svr4_signal.o:/usr/src/sys/arch/sparc64/compile/fortress/../../../../compat/svr$
| first defined here
| svr4_32_signal.o: In function `svr4_32_to_native_sigset':
| /usr/src/sys/arch/sparc64/compile/fortress/../../../../compat/svr4_32/svr4_32_s$
| multiple definition of `svr4_to_native_sig'
| svr4_signal.o:/usr/src/sys/arch/sparc64/compile/fortress/../../../../compat/svr$
| first defined here
| *** Error code 1
|
| Stop.
| any idea? i'll send the config file on request (as usual :) )

Let's see the config file.

Eduardo