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 > dsdoom doesn't run with devkitARM 20!

#118378 - Diddl - Mon Feb 12, 2007 10:32 pm

you can ignore me, but it's true.

I have downloaded devkitARM 20 again (today). dsdoom from (http://code.google.com/p/dsdoom/) will compile with devkitARM 20 without errors. but it is not play able. it run until first graphic screen should appear.

same source compiles with a few changes on devkitARM 19 and runs without problems.

why? what's happen? what is broken in devkit v20?

#118597 - silent_code - Wed Feb 14, 2007 2:52 pm

slightly offtopic: i wouldn't call it broken, just incompatible. think of it as things that were hackish before are now working more as they should. i guess there will be an updated dsdoom that'll be compatible with the new librarys.

#118600 - Diddl - Wed Feb 14, 2007 3:13 pm

I think you are right, I'm too weak to finding out this myself.

But another question, is it possible to install v19 and v20 in same time. I cannot find where this path to toolkit will be set in environment.

So I help myself with renaming the whole path to devkitpro. But I never can use both version same time.

And why I can't change my path in a batch file??! I can do within a batch file

Code:
cd /D/Proj/dsdoom/
ls


and I get the files listet from this directory. But after executing this batch I will stay in my home directory. If I do same by entering this two lines it works fine.

I have this startline and I have set the x flag for execute.