X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;h=e8f2eb24792f36f4663d8de34ce3e26b4ca48883;hp=469f0666352d0a1fec75c380ed60d88a784ff74e;hb=91c9edbb2d4feafa859aa6becdb0793fbbc9852f;hpb=1a9a09426d1fa74db68a334882f41f1aa609f363 diff --git a/Makefile b/Makefile index 469f066..e8f2eb2 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ build/class/org/ibex/util/MIPSApps.class: build/mips/mipsapps.mips .install_nest mkdir -p build/java/org/ibex/util @echo -e "\n\033[1mtranslating .mips -> .class: $<\033[0m" java -cp upstream/nestedvm/build:upstream/nestedvm/upstream/build/bcel-5.1/bcel-5.1.jar \ - org.xwt.mips.Compiler org.ibex.translators.MIPSApps $< -outfile $@ + org.xwt.mips.Compiler org.ibex.util.MIPSApps $< -outfile $@ #-o onepage,pagesize=8m compile: .compile @@ -325,8 +325,8 @@ build/mips/mipsapps.mips: build/mips/org/ibex/graphics/Freetype.c.o build/mips/o upstream/install/bin/mips-unknown-elf-gcc \ --static \ -march=mips1 \ - -T upstream/mips/org/xwt/mips/linker.ld \ - -L upstream/mips/build/org/xwt/mips/ \ + -T upstream/nestedvm/src/org/xwt/mips/linker.ld \ + -L upstream/nestedvm/build/org/xwt/mips/ \ -L upstream/freetype-2.1.4/src/objs \ -L upstream/libmspack-20030726/build-mips-unknown-elf/ \ -o $@ \