[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
source update broke the build
- To: bugs_(_at_)_openbsd_(_dot_)_org
- Subject: source update broke the build
- From: Daniel Colpi <colpi_(_at_)_purdue_(_dot_)_edu>
- Date: Wed, 20 May 1998 10:12:55 -0500 (EST)
- Cc: colpi_(_at_)_purdue_(_dot_)_edu
- Delivery-date: Wed May 20 08:14:33 1998
Greetings all,
I am currently compiling a kernal. This compile worked a few days ago,
then a change to the source tree was made, which made it break the build.
I am compiling on a DEC 3100.
The problem is in many cases you are trying to include mips/*.h where you
should be (I think) including mips/include/*.h
I fixed it by:
biotest# pwd
/a/bashful.bio/usr/bashful/src/sys/arch/mips
biotest# ls
CVS/ README conf/ dev/ include/ mips/
biotest# foreach i ( include/*.h )
? ln -s $i
? end
biotest# ls
CVS/ dev/ kbdreg.h@ pcb.h@ reloc.h@
README disklabel.h@ kcore.h@ pio.h@ setjmp.h@
ansi.h@ dlfcn.h@ kdbparam.h@ pmap.h@ signal.h@
archtype.h@ ecoff.h@ limits.h@ proc.h@ stdarg.h@
asm.h@ elf_abi.h@ link.h@ profile.h@ trap.h@
cdefs.h@ float.h@ memconf.h@ ptrace.h@ types.h@
conf/ frame.h@ mips/ reg.h@ varargs.h@
cpu.h@ ieeefp.h@ mips_opcode.h@ regdef.h@ vmparam.h@
db_machdep.h@ include/ param.h@ regnum.h@
But I am sure there is a better solution by actually changing the source
to include the correct files.
Thanks,
Daniel Colpi
Purdue University
Visit your host, monkey.org