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 > Make problem(SOLVED)

#149700 - yellowstar - Thu Jan 24, 2008 4:24 am

I recently needed to reinstall DevkitPro on my XP, due to a system reinstall.

But, MSYS/Make isn't working right.

It's not finding the ds_rules file.

The environment vars are correct. It's finding the make exe and ect.

I tried installing MSYS without the post-install thing. I also tried with that. And lastly, I tried using the MSYS off of a working DKP install.
But none of those worked.

Code:

> "make" all
Makefile:11: \c\devkitPro\devkitARM/ds_rules: No such file or directory
"make": *** No rule to make target `\c\devkitPro\devkitARM/ds_rules'.  Stop.

> Process Exit Code: 2


Can devkitpro be installed with the installer/updater, without downloading the files again, and only using pre-downloaded files?

I manually installed devkitpro before, but this time...


Last edited by yellowstar on Thu Jan 24, 2008 5:02 am; edited 1 time in total

#149701 - tepples - Thu Jan 24, 2008 4:41 am

(The software is devkitARM. Its publisher is devkitPro.)

Where are the backward slashes coming from?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#149705 - yellowstar - Thu Jan 24, 2008 5:02 am

Solved

tepples wrote:
(The software is devkitARM. Its publisher is devkitPro.)


Yeah, I know. But, it makes more sense to say Devkitpro in this context. :)
(In my opinion anyway)

tepples wrote:

Where are the backward slashes coming from?

My bad. That's in the environment variables. I changed those to forward slashes, and it worked.