Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strings_fallback.inc is not in the repository #7

Open
GoogleCodeExporter opened this issue Nov 17, 2015 · 1 comment
Open

strings_fallback.inc is not in the repository #7

GoogleCodeExporter opened this issue Nov 17, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 29 Apr 2014 at 1:51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant