Language…
8 users online: DinoMom, Firstnamebutt, masl, Odinstafel, pnaha, qantuum,  Ringo, tOaO - Guests: 240 - Bots: 402
Users: 64,795 (2,380 active)
Latest user: mathew

Super Mario 64 with n64split question

Hey so, I used n64split on my SM64 rom so I could edit some files. First time doing this, but it worked!

I edited a file, but now I'm sort of lost because I can't quite figure out how to build the rom again. I read through the readme and downloaded a couple things, like mips64 and n64chain, but I still cant figure it out.

Any help? Thank you.
From the original post:

Originally posted by queueRAM

The build system relies on GNU make (included) to detect changes in resources and mips64-elf assembler and linker to rebuild the ROM. You'll need to either build or obtain mips64-elf toolchain on your own if you want to rebuilt the image. The developer of cen64 also makes n64chain which provides prebuilt mips64 toolchains. The current list is below, but you can find more info on his website: http://git.cen64.com/?p=n64chain.git
Windows (x86_64) : http://downloads.cen64.com/n64chain/n64chain-win64.zip
Linux (x86_64): http://downloads.cen64.com/n64chain/n64chain-linux64.tgz

Usage
With mips64-elf bin directory in your PATH, just run 'make' from the command line, and it will handle the rest.
> make
mips64-elf-as -mtune=vr4300 -march=vr4300 -o build/sm64.o gen/sm64.s
mips64-elf-ld -Tn64.ld -Map build/sm64.map -o build/sm64.elf build/sm64.o
mips64-elf-objcopy build/sm64.elf build/sm64.bin -O binary
./tools/n64cksum build/sm64.bin sm64.gen.z64

Note: you will see warnings about "multiple instructions in a branch delay slot" but those can be safely ignored.

something something mario 64 beta