mirror of
https://github.com/zeldaret/oot.git
synced 2024-12-28 07:46:18 +00:00
Adding ido7 to repo
This commit is contained in:
parent
cc045015d9
commit
f54e3abbee
17 changed files with 1262 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -24,7 +24,6 @@ baserom/
|
||||||
out.txt
|
out.txt
|
||||||
|
|
||||||
# Tool artifacts
|
# Tool artifacts
|
||||||
tools/ido7.1_compiler/*
|
|
||||||
tools/mipspro7.2_compiler/
|
tools/mipspro7.2_compiler/
|
||||||
tools/overlayhelpers/batchdisasm/output/*
|
tools/overlayhelpers/batchdisasm/output/*
|
||||||
tools/overlayhelpers/batchdisasm/output2/*
|
tools/overlayhelpers/batchdisasm/output2/*
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -22,7 +22,6 @@ LD := $(MIPS_BINUTILS_PREFIX)ld
|
||||||
OBJCOPY := $(MIPS_BINUTILS_PREFIX)objcopy
|
OBJCOPY := $(MIPS_BINUTILS_PREFIX)objcopy
|
||||||
OBJDUMP := $(MIPS_BINUTILS_PREFIX)objdump
|
OBJDUMP := $(MIPS_BINUTILS_PREFIX)objdump
|
||||||
|
|
||||||
# Be sure to grab ido7.1_compiler and put it in tools/ first.
|
|
||||||
CC := $(QEMU_IRIX) -L tools/ido7.1_compiler tools/ido7.1_compiler/usr/bin/cc
|
CC := $(QEMU_IRIX) -L tools/ido7.1_compiler tools/ido7.1_compiler/usr/bin/cc
|
||||||
CC_OLD := $(QEMU_IRIX) -L tools/ido5.3_compiler tools/ido5.3_compiler/usr/bin/cc
|
CC_OLD := $(QEMU_IRIX) -L tools/ido5.3_compiler tools/ido5.3_compiler/usr/bin/cc
|
||||||
|
|
||||||
|
@ -132,7 +131,7 @@ clean:
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
make ido7 all -C tools
|
make all -C tools
|
||||||
python3 fixbaserom.py
|
python3 fixbaserom.py
|
||||||
python3 extract_baserom.py
|
python3 extract_baserom.py
|
||||||
python3 extract_assets.py
|
python3 extract_assets.py
|
||||||
|
|
|
@ -25,8 +25,3 @@ $(1): $($1_SOURCES)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach p,$(PROGRAMS),$(eval $(call COMPILE,$(p))))
|
$(foreach p,$(PROGRAMS),$(eval $(call COMPILE,$(p))))
|
||||||
|
|
||||||
ido7:
|
|
||||||
wget -O ido7.zip https://github.com/zeldaret/oot/releases/download/0.1/ido7.1_fixed.zip
|
|
||||||
unzip -n ido7.zip
|
|
||||||
rm ido7.zip
|
|
||||||
|
|
BIN
tools/ido7.1_compiler/lib/cpp
Executable file
BIN
tools/ido7.1_compiler/lib/cpp
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/lib/libc.so.1
Executable file
BIN
tools/ido7.1_compiler/lib/libc.so.1
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/lib/libmalloc.so
Executable file
BIN
tools/ido7.1_compiler/lib/libmalloc.so
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/lib/rld
Executable file
BIN
tools/ido7.1_compiler/lib/rld
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/usr/bin/cc
Executable file
BIN
tools/ido7.1_compiler/usr/bin/cc
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/usr/lib/as1
Executable file
BIN
tools/ido7.1_compiler/usr/lib/as1
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/usr/lib/cfe
Executable file
BIN
tools/ido7.1_compiler/usr/lib/cfe
Executable file
Binary file not shown.
1260
tools/ido7.1_compiler/usr/lib/err.english.cc
Executable file
1260
tools/ido7.1_compiler/usr/lib/err.english.cc
Executable file
File diff suppressed because it is too large
Load diff
BIN
tools/ido7.1_compiler/usr/lib/libc.so.1
Executable file
BIN
tools/ido7.1_compiler/usr/lib/libc.so.1
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/usr/lib/libexc.so
Executable file
BIN
tools/ido7.1_compiler/usr/lib/libexc.so
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/usr/lib/libm.so
Executable file
BIN
tools/ido7.1_compiler/usr/lib/libm.so
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/usr/lib/ugen
Executable file
BIN
tools/ido7.1_compiler/usr/lib/ugen
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/usr/lib/umerge
Executable file
BIN
tools/ido7.1_compiler/usr/lib/umerge
Executable file
Binary file not shown.
BIN
tools/ido7.1_compiler/usr/lib/uopt
Executable file
BIN
tools/ido7.1_compiler/usr/lib/uopt
Executable file
Binary file not shown.
Loading…
Reference in a new issue