diff options
-rw-r--r-- | Mach/BuildingOskitMach.mdwn | 4 |
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> |