> 1. I do not have a JDK installed on my Linux box, only gcc.

        To avoid building the JOS Java libraries, change the
'all: $(TARGET) target_zip' line in arch/host/nativecode/Makefile to
'all: $(TARGET)'.  'make jjos' from the command line should do the same
thing.  For the i386 build, changing 'all: $(GRUBIMAGE) $(TARGET_ZIP)' to
'all: $GRUBIMAGE' and 'make jjos-grub' from the command line should do the
same thing.

> 2. Which version of make?

        gmake, apparently.  (3.77)  pmake barfs on the 'include'
lines; try converting them to ".include <file>".  Not sure if gmake will
buy this.

-_Quinn


_______________________________________________
Kernel maillist  -  [EMAIL PROTECTED]
http://jos.org/mailman/listinfo/kernel

Reply via email to