Search found 11 matches

by Sterophonick
Tue Jun 26, 2018 1:03 am
Forum: GBA Development
Topic: MB.EXE
Replies: 0
Views: 11317

MB.EXE

Does anybody know a place where I can get a copy of MB.EXE that works with 64-bit operating systems?
To clarify, MB.EXE was a tool that was used to transfer a multiboot ROM to a GBA via mbv2 cable.
by Sterophonick
Fri Jun 01, 2018 11:21 pm
Forum: GBA Development
Topic: JPEG
Replies: 2
Views: 5595

Re: JPEG

Nevermind.
I got it to work :D
by Sterophonick
Sun May 27, 2018 1:14 am
Forum: GBA Development
Topic: JPEG
Replies: 2
Views: 5595

JPEG

Does anybody know how to get that JPEG library to work with devkitARM?
I know it works with DevKitAdvance, as it uses the __bss_end variable, but no matter what I change the variable to, it always crashes.
Any help?

Jpeg library: http://members.iinet.net.au/~freeaxs/gb ... a-jpeg.zip
by Sterophonick
Sun May 27, 2018 1:13 am
Forum: Announcements
Topic: Kitchen Sink Update Redux
Replies: 10
Views: 24426

Re: Kitchen Sink Update Redux

The problem was that I was using -F and it gave me this:
warning: database file for 'msys' does not exist
warning: database file for 'dkp-libs' does not exist
warning: database file for 'dkp-windows' does not exist
by Sterophonick
Thu May 24, 2018 5:39 pm
Forum: Announcements
Topic: Kitchen Sink Update Redux
Replies: 10
Views: 24426

Re: Kitchen Sink Update Redux

Nevermind i got it working.
by Sterophonick
Wed May 23, 2018 8:45 pm
Forum: GBA Development
Topic: Hamlib
Replies: 3
Views: 8264

Re: Hamlib

Ok. Thanks for letting me know.

P.S. I heard that there was a "change-eabi.zip" file on this website, but I can't find it anywhere. Do you maybe have it?
by Sterophonick
Wed May 23, 2018 8:43 pm
Forum: Announcements
Topic: Kitchen Sink Update Redux
Replies: 10
Views: 24426

Re: Kitchen Sink Update Redux

When I run pacman -F

CMD gives me this:
warning: database file for 'msys' does not exist
warning: database file for 'dkp-libs' does not exist
warning: database file for 'dkp-windows' does not exist

When I run pacman -Syu
It updates anything but devkitARM.
by Sterophonick
Tue May 22, 2018 10:26 pm
Forum: Announcements
Topic: Kitchen Sink Update Redux
Replies: 10
Views: 24426

Re: Kitchen Sink Update Redux

I can't update devkitARM to release 48 with pacman.
If that's not the way to do it, then what is the proper way to do so?
by Sterophonick
Tue May 22, 2018 10:23 pm
Forum: GBA Development
Topic: Hamlib
Replies: 3
Views: 8264

Hamlib

Is the HAMLib compatible with devkitARM?
by Sterophonick
Mon May 21, 2018 3:07 pm
Forum: GBA Development
Topic: Crt0 suggestions
Replies: 1
Views: 4855

Crt0 suggestions

I have wanted to have a proper header in the crt0 for the gba for quite a while now, and it just seems to be annoying to have to use gbafix every single rom i make. Is there a possibility that this could be added in future releases? I would like to have multiboot functionality availible in the sourc...