libnx/README.md
2017-09-08 19:20:25 -04:00

351 B

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

The *rules files under buildscripts/ should be copied to "devkitA64/", while the content of buildscripts/lib/ should be copied to "devkitA64/aarch64-none-elf/lib/".

  • Build switch_crt0 with: aarch64-none-elf-gcc -march=armv8-a -x assembler-with-cpp -c switch_crt0.s -o switch_crt0.o