https://github.com/blocksds/libath6k
[MIRROR]
https://github.com/blocksds/libath6k
Last synced: 17 days ago
JSON representation
[MIRROR]
- Host: GitHub
- URL: https://github.com/blocksds/libath6k
- Owner: blocksds
- Created: 2026-05-14T01:20:49.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-26T23:22:11.000Z (23 days ago)
- Last Synced: 2026-05-27T01:16:57.885Z (23 days ago)
- Language: CSS
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: licenses/Zlib.txt
Awesome Lists containing this project
README
# libath6k
## 1. Introduction
This is a library to help develop applications for the Xtensa CPU that comes
with the DSi and 3DS consoles. It is provided as part of
[BlocksDS](https://blocksds.skylyrac.net), but it can also be used as a
standalone library.
Please, report issues [here](https://codeberg.org/blocksds/sdk/issues).
## 2. Setup
The Xtensa toolchain is currently distributed by
[Wonderful Toolchain](https://wonderful.asie.pl). Currently it's only available
on Linux, not Windows.
Install the Xtensa toolchain of Wonderful Toolchain:
```bash
wf-pacman -Syu
wf-pacman -S toolchain-gcc-xtensa-elf
```
Now, build the library:
```bash
make
```