archshift / ctr-elf

Converts a 3DS program's EXEFS to an (IDA-loadable) ELF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'arm-none-eabi-objcopy' is not recognized as an internal or external command, operable program or batch file.

omarrrio opened this issue · comments

image
for some reason it keeps telling me stuff is missing, i have both python 3.7 and 2.7 installed.
This issue was closed before being solved here.
Thanks.

Looks like you need to install DevkitARM.

Looks like you need to install DevkitARM.

Still gives the same output

Reading the development environment instructions it looks like you need to use MSYS2 to use the devkitarm tools, instead of cmd.exe

image
It's still not working, do i need to run anything as admin ?

Try running python exefs2elf.py

image
weird, i have both 2.7 and 3.7 installed and environement configured.