Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2001 22:27:58 +0200
From:      Alexander Prohorenko <white@extra.dp.ua>
To:        freebsd-small@freebsd.org
Subject:   PicoBSD build problems
Message-ID:  <20010113222758.A3015@extra.dp.ua>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010113222758.A3015>