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 > My developer environment doesn't work since I formatted

#109950 - Robthar - Thu Nov 23, 2006 2:25 pm

After formatting my Pc I couldn't get the devkitarm/pro working :(

the compiler tells me /cygdrive/c/... no such file or directory and I don't know how to fix this error because I never used mingw (or whatever) before

Before formatting my Pc i just copied some files into my system32, changed path settings and it worked... :(

I think I have to mount cygdrive to a directory but I dont know how to use the mount command

#109960 - tepples - Thu Nov 23, 2006 5:11 pm

As I understand it, devkitPro does not use Cygwin; instead, it uses MinGW. Have you tried just using the devkitPro Updater from devkitpro.org?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#109965 - Robthar - Thu Nov 23, 2006 6:27 pm

Yes, I have version 1.4.1 ,just downloaded this afternoon, but I installed a previous version of devkitPro from one of my backup dvds

I needed some executables to build the projects (e.g. "arm-g++.exe") and I think I downloaded cgy-based compileres

does anyone know a link to the "normal" compilers???

#109968 - tepples - Thu Nov 23, 2006 7:50 pm

In recent devkitPro, you use arm-eabi-g++ instead of arm-thumb-elf-g++ or arm-agb-elf-g++ or arm-elf-g++.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.