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.

DS development > Devkitarm v30 not compatible with Windows 2000?

#174412 - brave_orakio - Wed Jun 09, 2010 2:11 am

Hi guys I recently updated my devkitarm from v20 to v30 to try a little DS 3d enguine development. All of a sudden,things don't work too well.

For my GBA demo, things compile fine but the bin image itself doesn't work.
For the DS, the DSTool itslelf gets an error when I compile.

When I returned to v20, the GBA demo worked just as before. Of course the DS doesn't compile at all because some of the tools are outdated.

So any info on this? And until what version is devkitarm compatible with windows 2000
_________________
help me

#174418 - vuurrobin - Wed Jun 09, 2010 9:29 am

have you tried compiling the examples to see if that works?
_________________
my blog:
http://vuurrobin.100webcustomers.com/

#174429 - brave_orakio - Thu Jun 10, 2010 2:30 am

Well, I compiled an example given to me by a poster here, and it compiled on my work computer(heh) running windows xp.

I tried the same at home and ndstool gets an error. I tried compiling one of my GBA projects under r30 and it compiles but the rom image itself doesn't work with the emulators.

Of course back at the office my GBA projects compiles and runs correctly under r30 as well.

So the only reason I could think of is incompatibility with windows 2000. Of course I could be wrong cause I know some of the posters here use old computers as well but there is no other apparent error I could think of.

edit: My bad. I recompiled my gba project with devkitarm r30 on an xp machine and it didn't work also. I suppose something r30 doesn't like with my code but that is for another time if I can't solve it on my own. However, ndstool might still be incompatible with windows 2000. It says something like

Quote:

Nintendo DS rom tool 1.47 - Mar 25 2010
by Rafael Vuijk, Dave Murphy, Alexei Karpenko
error couldn't open input file


at the end so compilation itself seems fine but when ndstool is required is when things go boom for me.
_________________
help me

#174432 - elhobbs - Thu Jun 10, 2010 9:21 pm

are you sure you have the default arm7 binary installed and/or in the right place?

#174435 - brave_orakio - Fri Jun 11, 2010 2:03 am

Yeah I think so. I used the updater to do the installing. Unless its because I didn't update msys along with devkitarm? I only checked devkitarm during the install and I haven't tried updating msys but I didn't do so on the xp machine so I didn't bother doing it on the windows 2000 machine.

As for the GBA project error, it might have something to do with my makefile cause I don't use the standard makefile, so I'll have to recheck that. Its just the ndstool that 's giving me problems.
_________________
help me

#174440 - elhobbs - Fri Jun 11, 2010 1:44 pm

I suspect it maybe your makefile then as I think the way ndstool looked for the arm7 binary for arm9 only projects changed recently.