gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

C/C++ > GCC compiler not working..

#13528 - AcidGame - Tue Dec 16, 2003 12:08 am

I have been working on a GBA project and just when the time came to compile... it didnt. I am using the tool-addon from gbadev called BuildGBA. It creates a batch file, and runs it through. It is not working though! I am using DevC++ ( obviously >_< ) Please help me someone.

#13529 - XeroxBoy - Tue Dec 16, 2003 1:41 am

You're using DevC++? That's not an ARM compiler.

Get DevKitAdvance.

#13531 - yaustar - Tue Dec 16, 2003 4:07 am

hmm, can you ellaborate 'it didn't work'?
_________________
[Blog] [Portfolio]

#13532 - tepples - Tue Dec 16, 2003 4:16 am

XeroxBoy wrote:
You're using DevC++? That's not an ARM compiler.

Dev-C++ is an IDE. It normally comes with MinGW (GCC targeted for win32), but its web page seems to claim that it can be tweaked through preferences to use GCC for any target.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#13533 - AcidGame - Tue Dec 16, 2003 4:27 am

Using the buildGBA you can infact compile its source files ( not the DevC++ ide's workspaces ). But anyway, it has to be a problem with my devkitadv files. I re-wrote the make.bat's to the correct directory and it still doesnt seem to be working. I'll let you guys know if i get anywhere. :)

#13633 - AcidGame - Thu Dec 18, 2003 9:57 pm

Ok guys.. the problem was with my pc.. sorry anyway, its working on my othe one.