-
Notifications
You must be signed in to change notification settings - Fork 88
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
build.sh does not build libgcc/libgcc.a, required by install.sh #1
Comments
I should note that I'm using 32-bit Cygwin with devkitARM-r45-i686 + libgba + gba examples. Entering the libgcc and running
Tried the x86-64 build as well, same result. |
That is odd. I have not used cygwin. If you are on Windows, you can use the compiled files I have made at https://github.com/YamaArashi/pokeruby-tools. If you really want to build this yourself, I would recommend using the MSYS environment that comes with devkitARM rather than cygwin. |
OK. I have installed cygwin and was able to successfully build this without any errors. How did you install devkitARM and why is it within your cygwin "/opt" directory? |
Fix installation of ld, binutils, and gas in directory, and apply better indentation style to gas/
I had this problem and it turned out I'd forgotten to set the DEVKITPRO and DEVKITARM environment variables. |
Does this mean that this issue has been fixed? I guess that means that we should be doing something to update those environment variables somehow. |
No description provided.
The text was updated successfully, but these errors were encountered: