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
SDL_image_Makefile should be "SDL_Image_Makefile" in the Makefile
Couple other issues that kept the compile from working "out of the box" for me:
No executable permissions onSDL-1.2.15/autogen.sh and configure files, also no execuatble permissions on arm-none-eabi-pkg-config, no biggie just had to set the permissions and did a clean compile.
I was also a little confused and had to look back to the gbatemp forum for when this was released to see that I needed to run "make install" first, so for a while make all was failing until I did a make install first, its just not mentioned in the readme thought I would suggest maybe adding it to that if you can.
The text was updated successfully, but these errors were encountered:
I'm using a windows system so names aren't case sensitive and the typo in SDL_Image_Makefile doesn't block the build on my PC.
Same thing for the permission on the shell file. I don't have to set them on my PC.
About the make && make install, I'm sorry it wasn't clear, But it's a very common path to compile and install libs.
When I have time I'll fix the typo and add a note in the read.me file on installing
SDL_image_Makefile should be "SDL_Image_Makefile" in the Makefile
Couple other issues that kept the compile from working "out of the box" for me:
No executable permissions onSDL-1.2.15/autogen.sh and configure files, also no execuatble permissions on arm-none-eabi-pkg-config, no biggie just had to set the permissions and did a clean compile.
I was also a little confused and had to look back to the gbatemp forum for when this was released to see that I needed to run "make install" first, so for a while make all was failing until I did a make install first, its just not mentioned in the readme thought I would suggest maybe adding it to that if you can.
The text was updated successfully, but these errors were encountered: