docs icon indicating copy to clipboard operation
docs copied to clipboard

3DS build instructions unclear

Open ParzivalWolfram opened this issue 6 years ago • 1 comments

First and foremost consider this:

  • Only documentation related issues should be filed here. Not RetroArch bugs, or core bugs, or game bugs, or build errors.
  • Before reporting a 404, refresh the doc a few times.

Documents

https://docs.libretro.com/development/retroarch/compilation/3ds/

Proposed changes

RetroArch on 3DS is statically linked. With statically linked RetroArch, each executable is a separate libretro core instead of the core being separately loaded from a single executable. A pre-existing libretro library needs to be present in the root directory in order to link RetroArch 3DS. This file needs to be called 'libretro_ctr.a'.

Where to make/get 'libretro_ctr.a' is never stated.

ParzivalWolfram avatar May 28 '19 00:05 ParzivalWolfram

You ever figure this out? I'm having issues compiling RetroArch for 3DS and I believe this file to be the issue. I was told to compile a core to get this file, but the subsequent RetroArch build crashes immediately on launch.

SirFluffDev avatar Nov 24 '22 17:11 SirFluffDev