Go to file
2017-09-09 02:48:15 +02:00
buildscripts Trying to make first few steps towards relocations 2017-09-09 02:48:15 +02:00
crt0 stuff 2017-09-09 01:42:33 +02:00
nx Trying to make first few steps towards relocations 2017-09-09 02:48:15 +02:00
README.md stuff 2017-09-09 01:42:33 +02:00

Nintendo Switch AArch64-only userland library. Based on libctru.

Install:

  • The *rules files under buildscripts/ should be copied to "devkitA64/".
  • The content of buildscripts/lib/ should be copied to "devkitA64/aarch64-none-elf/lib/".
  • Build and install switch_crt0 with: make -C crt0 install