From f70aa0bad309c2ad4e23fafcd87bf3d1bc039a52 Mon Sep 17 00:00:00 2001 From: Ognyan Kulev Date: Sun, 1 Jun 2003 14:57:00 +0000 Subject: none --- Mach/BuildingOskitMach.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Mach') diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn index d94ef836..1f0358a9 100644 --- a/Mach/BuildingOskitMach.mdwn +++ b/Mach/BuildingOskitMach.mdwn @@ -136,7 +136,7 @@ Unlike its half sister, the OSKit-Mach kernel does _not_ need a cross compiler. $ cd build $ MIG=/usr/local/bin/mig \ CC=gcc-3.2 \ - CFLAGS="-g -O2" \ + CFLAGS="-g -O2" \ OSKIT_LIBDIR=/usr/local/lib/oskit \ ../configure --prefix=/gnu @@ -167,6 +167,8 @@ If you receive an error like `No rule to make target Kernel-ide...`, there is a The patch can be found here: [gnumach-oskit-path.patch](http://www.vis.ethz.ch/~wagi/hurd/gnumach/gnumach-oskit-path.patch) Thanks wagi!! +Don't use both `--with-oskit` and `OSKIT_LIBDIR`. Choose one of these methods. + If you want to use tftp to download the kernel from Grub and don't care about the symbols I recommend either stripping or removing the `--enable-debug` and `-g` statements. ## Debugging -- cgit v1.2.3