[kaffe] building kaffe with less packages
mourad el badaoui
elbadaouimourad at gmail.com
Tue Mar 1 09:11:58 PST 2005
thx
that's what i m trying to do now
also i tried to compile the classes following the given instructions
in FAQ/FAQ.embedded:
####################################################"
Compiling the classes
---------------------
You can compile the classes that will be included in the rt.jar
archive without debugging.
Currently (13.08.2003) the rt.jar archive is about 2425K with
debugging and 2117K without
debugging info in the classes.
You can compile the classes without debugging using the compiler from
SUN's or IBM's JDK
with the -g:none option.
Go to <KAFFE_SRC>/ibraries/javalib and do:
export -n JAVA
export -n JAVAC
export -n CLASSPATH
export JAVAC="<PATH_TO_JDK>/bin/javac"
export JAVAC_FLAGS="-g:none -bootclasspath lib/"
make Klasses
For more details on recompiling Klasses.jar check FAQ/FAQ.classlibrary-compile.
###########################################################
but the last one does not work "make Klasses"
i hope u can help with that and thx again
regards Mourad
More information about the kaffe
mailing list