gocario / PHBank

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

Cannot link, since undefined reference to `AM_GetTitleList' #19

Closed bulldog98 closed 8 years ago

bulldog98 commented 8 years ago

I tried to build the repro today, but it failed linking because in line 105 and 108 of am.c it uses AM_GetTitleList, but this is not found.

gocario commented 8 years ago

Update your libctru. It has been renamed some commits before. https://github.com/smealum/ctrulib/commit/932630764f04ee2b6f510fe69bb8db1249f1f541#diff-e929320527f19526d7fd64e2c95a107aL40

bulldog98 commented 8 years ago

Ok I'll try that.

Edit: Tried that fixed this problem