Skip to content

doldecomp/dolsdk2001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dolphin SDK 2001 Libraries

Decompilation of the archive library files of the 5/22/2001 version of the Dolphin SDK. This repository does not provide a complete copy of that version of the SDK. This repo is focusing on the built code libraries within this version and is not a complete replacement.

Compatibility

Currently this repository supports building the following libraries:

✔️ = 100% Complete ⚠️ = In Progress, at least 1 or more files done. ❌ = No code yet

Library Name Progress
ai ✔️
amcnotstub ✔️
amcstubs ✔️
ar ✔️
ax ✔️
axfx ✔️
base ✔️
card ✔️
db ✔️
demo ✔️
dolformat ✔️
dsp ✔️
dtk ✔️
dvd ✔️
fileCache ✔️
G2D ✔️
gx ✔️
hio ✔️
mcc ✔️
mix ✔️
mtx ✔️
odemustubs ✔️
odenotstub ✔️
os ✔️
pad ✔️
perf ✔️
seq ✔️
support ✔️
syn ✔️
texPalette ✔️
vi ✔️

Preparation

After cloning the repo, you can copy your copies of the .a files to baserom/ and run make extract to disassemble these files to source files with DTK.

The build process requires the following packages:

  • build-essential
  • binutils-powerpc-linux-gnu

Under Debian / Ubunutu you can install them with the following commands:

sudo apt update
sudo apt install build-essential

If building any Dolphin SDK Libraries you can install binutils-powerpc-linux-gnu with:

sudo apt install binutils-powerpc-linux-gnu

Running make will then setup DTK if necessary and build all supported libraries.

About

A decompilation of the 5-23-2001 version of the Dolphin SDK Libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages