1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-12-27 15:16:13 +00:00

Adding ido7 to repo

This commit is contained in:
Ethan Roseman 2020-04-22 15:32:41 -04:00
parent cc045015d9
commit f54e3abbee
17 changed files with 1262 additions and 9 deletions

3
.gitignore vendored
View file

@ -24,7 +24,6 @@ baserom/
out.txt
# Tool artifacts
tools/ido7.1_compiler/*
tools/mipspro7.2_compiler/
tools/overlayhelpers/batchdisasm/output/*
tools/overlayhelpers/batchdisasm/output2/*
@ -44,4 +43,4 @@ tools/asmsplitter/c/*
*.ci8.png
#Per-user configuration
.python-version
.python-version

View file

@ -22,7 +22,6 @@ LD := $(MIPS_BINUTILS_PREFIX)ld
OBJCOPY := $(MIPS_BINUTILS_PREFIX)objcopy
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_OLD := $(QEMU_IRIX) -L tools/ido5.3_compiler tools/ido5.3_compiler/usr/bin/cc
@ -132,7 +131,7 @@ clean:
setup:
git submodule update --init --recursive
make ido7 all -C tools
make all -C tools
python3 fixbaserom.py
python3 extract_baserom.py
python3 extract_assets.py

View file

@ -25,8 +25,3 @@ $(1): $($1_SOURCES)
endef
$(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

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
tools/ido7.1_compiler/lib/rld Executable file

Binary file not shown.

BIN
tools/ido7.1_compiler/usr/bin/cc Executable file

Binary file not shown.

BIN
tools/ido7.1_compiler/usr/lib/as1 Executable file

Binary file not shown.

BIN
tools/ido7.1_compiler/usr/lib/cfe Executable file

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.