Date: Thu, 14 Mar 1996 22:30:25 +1030 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> To: current@freebsd.org Subject: -current kernel linuxulator build broken Message-ID: <199603141200.WAA08386@genesis.atrad.adelaide.edu.au>
next in thread | raw e-mail | index | archive | help
Just following up on the recent report of a broken build for
a kernel with Linux emulation in -current.
The failure is this :
cpp -DLOCORE -nostdinc -I. -I../.. -I../../sys -I../../../include -DI586_CPU -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../i386/linux/linux_locore.s | as -o linux_locore.o
../../i386/linux/linux_locore.s:1: linux_assym.h: No such file or directory
../../i386/linux/linux_locore.s: Assembler messages:
../../i386/linux/linux_locore.s:26: Error: Local symbol LINUX_SIGF_HANDLER never defined.
../../i386/linux/linux_locore.s:26: Error: Local symbol LINUX_SIGF_SC never defined.
../../i386/linux/linux_locore.s:26: Error: Local symbol LINUX_SC_FS never defined.
../../i386/linux/linux_locore.s:26: Error: Local symbol LINUX_SC_GS never defined.
../../i386/linux/linux_locore.s:26: Fatal error:4 errors, 0 warnings, no object file generated.
The solution is this :
genesis-10: {7} make linux_assym.h
Either we need to start warning about 'make depend' again, or whatever
magic made it unnecessary before needs to be worked again 8)
(I suspect this bit Peter because I believe he doesn't do full kernel
builds all the time, which is kinda understandable 8)
--
]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[
]] Genesis Software genesis@atrad.adelaide.edu.au [[
]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[
]] realtime instrument control (ph/fax) +61-8-267-3039 [[
]] Collector of old Unix hardware. "Where are your PEZ?" The Tick [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603141200.WAA08386>
