Search found 3 matches

by TheFloatingBrain
Mon May 18, 2020 11:27 pm
Forum: GBA Development
Topic: [ Beginner ] Makefile Wont Work, Neither Will Build Script
Replies: 4
Views: 10279

Re: [ Beginner ] Makefile Wont Work, Neither Will Build Script

Thank you, I did what you said too, it works. While I am at it, is there a way to build with debugging symbols for GDB?

Also, its a little off topic, but ``dprintf``, where does the output go? I cant see any in my console or anything. :(

Is there a way to log errors like this?
by TheFloatingBrain
Sun May 17, 2020 10:02 pm
Forum: GBA Development
Topic: [ Beginner ] Makefile Wont Work, Neither Will Build Script
Replies: 4
Views: 10279

Re: [ Beginner ] Makefile Wont Work, Neither Will Build Script

Update, I am now using WSL and I am having some issues (which I will post about) but I am still curious about this.

Thank you
by TheFloatingBrain
Sat May 16, 2020 11:35 pm
Forum: GBA Development
Topic: [ Beginner ] Makefile Wont Work, Neither Will Build Script
Replies: 4
Views: 10279

[ Beginner ] Makefile Wont Work, Neither Will Build Script

Hello first post here! (Windows 10, devkitPro 10.1.0 latest, mGBA 8.1 latest) I have been through quite a bit trying to compile my first GBA program. I first tried to use the makefile and setup in a video tutorial I found on the net after hours modifying the makefile and I fixed all the errors I was...