Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jul 1996 07:26:22 -0400
From:      Ron Bolin <rlb@mindspring.com>
To:        freebsd-stable@freebsd.org
Subject:   Can't build kernel on stable
Message-ID:  <31DBAA5E.41C67EA6@mindspring.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--------------446B9B3D2781E494167EB0E7
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I did a sup on stable. I got everything to compile bu the kernel. I get
errors building the 1742 eisa code. Any ideas why this is happening.

Thank's
-Ron
-- 
****************************************************************************
Ron Bolin:
rlb@mindspring.com,matrlbx@indigo4.cs.gsu.edu,b06rlb@federated-dept*
-stores.com, http://www.mindspring.com/~rlb/    Company:
FSG                 *
Home: 770-888-6343 Work: 770-246-5404         UNIX System
Specialist       *
****************************************************************************

--------------446B9B3D2781E494167EB0E7
Content-Type: text/plain; charset=us-ascii; name="kern.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="kern.txt"

I had to explicitly link /usr/lib/libc.a to these to get them to link
on freebsd-stable SUP. The -lc in the build did not work. The symbols
not resolved were in libc.a ans libc.so.1.1

./gnu/libexec/ypxfr
./gnu/usr.bin/yppush
./libexec/bootpd
./usr.bin/devmenu
./usr.bin/sgmls/sgmls
./usr.bin/ypwhich
./usr.sbin/named


In addition, on building the kernel I got the following error which
aborted the build.
cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -nostdinc -I. -I../.. -I../../sys -I../../../include -DGENERIC -DI586_CPU -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_LINUX -DCOMPAT_43 -DPROCFS -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000  ../../i386/isa/seagate.c
../../i386/isa/seagate.c: In function `sea_data_output':
../../i386/isa/seagate.c:1124: warning: assignment discards `volatile' from pointer target type
../../i386/isa/seagate.c: In function `sea_data_input':
../../i386/isa/seagate.c:1194: warning: assignment discards `volatile' from pointer target type
cc -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -nostdinc -I. -I../.. -I../../sys -I../../../include -DGENERIC -DI586_CPU -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_LINUX -DCOMPAT_43 -DPROCFS -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -c vers.c
loading kernel
aha1742.o: Undefined symbol `_eisa_match_dev' referenced from text segment
aha1742.o: Undefined symbol `_eisa_add_iospace' referenced from text segment
aha1742.o: Undefined symbol `_eisa_add_intr' referenced from text segment
aha1742.o: Undefined symbol `_eisa_registerdev' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_start' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_iospace' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_intr' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment
aha1742.o: Undefined symbol `_eisa_enable_intr' referenced from text segment
aha1742.o: Undefined symbol `_eisa_release_intr' referenced from text segment
aha1742.o: Undefined symbol `_eisa_generic_externalize' referenced from data segment
aha1742.o: Undefined symbol `_kdc_eisa0' referenced from data segment
ioconf.o: Undefined symbol `_btintr' referenced from data segment
ioconf.o: Undefined symbol `_ahcdriver' referenced from data segment
ioconf.o: Undefined symbol `_ahcintr' referenced from data segment
ioconf.o: Undefined symbol `_ahbdriver' referenced from data segment
ioconf.o: Undefined symbol `_ahbintr' referenced from data segment
*** Error code 1

Stop.


--------------446B9B3D2781E494167EB0E7--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31DBAA5E.41C67EA6>