You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Check out the source from the SVN repository.
2. Attempt to compile.
What is the expected output? What do you see instead?
It should successfully compile. However, I get this error:
arm-none-eabi-g++ -MMD -MP -MF
/sources/nds/savegame-manager/arm9/build/strings.d -g -Wall -O2 -march=armv5te
-mtune=arm946e-s -fomit-frame-pointer -ffast-math -mthumb -mthumb-interwork
-I/sources/nds/savegame-manager/arm9/include -I/opt/devkitpro/libnds/include
-I/sources/nds/savegame-manager/arm9/build -DARM9 -fno-rtti -fno-exceptions -c
/sources/nds/savegame-manager/arm9/source/strings.cpp -o strings.o
/sources/nds/savegame-manager/arm9/source/strings.cpp:38:32: fatal error:
strings_fallback.inc: No such file or directory
Original issue reported on code.google.com by [email protected] on 15 Apr 2013 at 1:56
The text was updated successfully, but these errors were encountered:
I put together a strings_fallback.inc file based on template.ini (it should
just contain a string array called "strings_fallback"), but still had problems
with the app not functioning correctly even after building it successfully.
Unless you're playing with DSi support, I suggest you stick with the RC1
branch, which doesn't use a strings_fallback.inc file and doesn't appear to
have these bugs.
Original issue reported on code.google.com by
[email protected]
on 15 Apr 2013 at 1:56The text was updated successfully, but these errors were encountered: