gocario / PHBank

[3DS] Pokémon Homebrew Bank
https://gbatemp.net/threads/398718/
GNU General Public License v3.0
157 stars 17 forks source link

Target PHBank.3dsx fails #20

Closed bulldog98 closed 8 years ago

bulldog98 commented 8 years ago

If I try to build the cia file I get:

stat() failed

/opt/devkitpro/devkitARM/3ds_rules:34: die Regel für Ziel „~/Develop/Homebrew/PHBank/PHBank.3dsx“ scheiterte
gocario commented 8 years ago

It failed at: @3dsxtool $< $@ $(_3DSXFLAGS) I guess you haven't 3dsxtool in your path. Try to update DevkitPro, or download 3dsxtool from somewhere else.

bulldog98 commented 8 years ago

Nope it's in path I guess it's about not having the romfs directory, but even with the romfs directory from your PKBrew repo it would not work

gocario commented 8 years ago

Comment that line: https://github.com/gocario/PHBank/blob/master/Makefile#L41 By adding a # at the start. Then try to compile again.

bulldog98 commented 8 years ago

Yes that fixes the problem thanks