Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building WiiLM


Prerequisites

  • DevKit Pro (devkitPPC + libogc) installed and in your PATH. You can grab it from https://devkitpro.org.

1. Clone & Prepare

  1. Open a shell on your dev machine:

    git clone https://github.com/Asomeones222/WiiLM.git
    cd WiiLM
  2. Ensure DEVKITPRO and DEVKITPPC are set (usually in your shell profile) and update your PATH:

    export DEVKITPRO=/opt/devkitpro
    export DEVKITPPC=$DEVKITPRO/devkitPPC
    export PATH=$PATH:$DEVKITPRO/tools/bin:$DEVKITPPC/bin
    echo $DEVKITPPC  # should print something like /opt/devkitpro/devkitPPC

2. Build the App

From the project root, just run:

make

This produces:

  • WiiLM.elf
  • WiiLM.dol

The .dol is the Wii executable.

Acknowledgment

This project is a fork of https://github.com/aarossig/ullm

aarossig's project already addressed the endianness problem which helped me a lot

Finally

The code is kinda messy but dw ur smart and will manage.

Happy wii hacking!

About

Running Language Models on the Nintendo Wii

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages