X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;h=9ca6dea453dc2cc7dd1e211eceb2bd98b336669c;hp=3e248f55298eb27d53920a099acf62845eb96a5e;hb=281809f6b87f0abc7b944795c05b1131a4495895;hpb=e37e0d13890e41aeb233bf85db1a8e1a376b22e9 diff --git a/Makefile b/Makefile index 3e248f5..9ca6dea 100644 --- a/Makefile +++ b/Makefile @@ -106,6 +106,7 @@ java_src_sources += $(plat_java_src_sources) java_sources := $(patsubst src/%.java, build/java/%.java, $(java_src_sources)) java_sources += build/java/org/ibex/nestedvm/util/Seekable.java +java_sources += build/java/org/ibex/nestedvm/util/Platform.java java_sources += build/java/org/ibex/nestedvm/Registers.java java_sources += build/java/org/ibex/nestedvm/Runtime.java java_sources += build/java/org/ibex/nestedvm/UsermodeConstants.java @@ -193,8 +194,8 @@ compile: .compile build/class/org/ibex/util/MIPSApps.class: build/mips/mipsapps.mips .install_org.ibex.nestedvm @mkdir -p build/java/org/ibex/util @echo -e "\n\033[1mtranslating .mips -> .class: $<\033[0m" - java -cp upstream/org.ibex.nestedvm/build:upstream/org.ibex.nestedvm/upstream/build/bcel-5.1/bcel-5.1.jar \ - org.xwt.mips.Compiler org.ibex.util.MIPSApps $< -outfile $@ + java -cp upstream/org.ibex.nestedvm/build:upstream/org.ibex.nestedvm/upstream/build/classgen/build \ + org.ibex.nestedvm.Compiler org.ibex.util.MIPSApps $< -outfile $@ build/Java2/ibex.jar: compile build/res/builtin.jar build/class/org/ibex/util/MIPSApps.class @echo -e "\n\033[1marchiving .class -> .jar: build/Java2/ibex.jar\033[0m"