summaryrefslogtreecommitdiff
path: root/Mach/BuildingOskitMach.mdwn
diff options
context:
space:
mode:
authorOgnyan Kulev <ogi@fmi.uni-sofia.bg>2003-06-01 14:57:00 +0000
committerOgnyan Kulev <ogi@fmi.uni-sofia.bg>2003-06-01 14:57:00 +0000
commitf70aa0bad309c2ad4e23fafcd87bf3d1bc039a52 (patch)
tree31d2b571ee94d7911f906c144eb17eba319daf41 /Mach/BuildingOskitMach.mdwn
parent65cec0ea1d65f2592d89ee0ddf98c621af355d4b (diff)
none
Diffstat (limited to 'Mach/BuildingOskitMach.mdwn')
-rw-r--r--Mach/BuildingOskitMach.mdwn4
1 files changed, 3 insertions, 1 deletions
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.
## <a name="Debugging"> Debugging </a>