From owner-freebsd-small Sat Jan 13 12:28:36 2001 Delivered-To: freebsd-small@freebsd.org Received: from onyx.extra.dp.ua (onyx.extra.dp.ua [195.248.182.33]) by hub.freebsd.org (Postfix) with ESMTP id 1DFEF37B401 for ; Sat, 13 Jan 2001 12:28:12 -0800 (PST) Received: (from white@localhost) by onyx.extra.dp.ua (8.10.0/8.10.0/Who.Cares) id f0DKRwh03378 for freebsd-small@freebsd.org; Sat, 13 Jan 2001 22:27:58 +0200 (EET) Date: Sat, 13 Jan 2001 22:27:58 +0200 From: Alexander Prohorenko To: freebsd-small@freebsd.org Subject: PicoBSD build problems Message-ID: <20010113222758.A3015@extra.dp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.9i Organization: Extra Solutions X-Operating-System: SunOS 5.7 i86pc Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello guys. I'm experiencing problems building PicoBSD on 4.2-20001127-STABLE. Everything was just fine on 4.1-STABLE, but something wrong happens now. -> Preparing kernel... (cd /usr/src; make buildkernel KERNEL=PICOBSD-net -DNO_MODULES) [ some scrap skipped ] rm -f .depend mv -f .newdep .depend cd /usr/obj/usr/src/sys/PICOBSD-net; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 DESTDIR=/usr/obj/usr/src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin MACHINE=i386 make KERNEL=kernel all cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/i386/i386/locore.s /tmp/ccc12583.s: Assembler messages: /tmp/ccc12583.s:1747: Error: .space specifies non-absolute value /tmp/ccc12583.s:2458: Error: undefined symbol L0 in operation setting PTmap /tmp/ccc12583.s:2458: Error: undefined symbol PDRSHIFT in operation setting PTmap /tmp/ccc12583.s:1715: Error: undefined symbol L0 in operation [ a lot of error messages comes here ] The kernel builds without any problems, when I'm doing smth like this (the way I build kernel as a rule): cd /sys/i386/conf config KERNEL cd ../../compile/KERNEL make depend make What should I do? I'll greatly appreciate any kind of help. -- Alexander Prohorenko, Extra Solutions http://extra.com.ua "Good day to be alive, sir" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message