From: brian Date: Tue, 6 Jul 2004 03:45:08 +0000 (+0000) Subject: nestedvm build fixes X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=6fac59a17e4646aa7799253d5da777b43ba9099e nestedvm build fixes darcs-hash:20040706034508-24bed-abba2aec71cfb1a659c6dd92e180833cb2b115f5.gz --- diff --git a/Makefile b/Makefile index 72d1f5f..9ca6dea 100644 --- a/Makefile +++ b/Makefile @@ -194,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"