#164715 - isbeorn - Sat Nov 15, 2008 5:52 pm
Hi everybody.
I'm new to developing for the ds and I've been trying to get started by reading some tutorials.
I'm running windows XP, so I have downloaded and installed the devkitPro stuff.
But I can't get the makefiles to run correctly. They complain about not finding "ds_rules" in my devkitARM dir. This is the line that fails:
Just like it says there is no such dir or file and I have no clue to what that's supposed to be. What is missing?
In another thread I read this:
My folder structure starts with devkitPro as the root. In there are the "examples", "libgba", "libnds", "msys", etc folders. Not a single one of those mentioned by the quote.
Both my DEVKITARM and DEVKITPRO environment variables point to that same devkitPro dir, as well as it being contained in my PATH variable along with the path to the "msys\bin" folder.
Anyone who can see something amiss? Thanks a lot.
I'm new to developing for the ds and I've been trying to get started by reading some tutorials.
I'm running windows XP, so I have downloaded and installed the devkitPro stuff.
But I can't get the makefiles to run correctly. They complain about not finding "ds_rules" in my devkitARM dir. This is the line that fails:
Code: |
include $(DEVKITARM)/ds_rules |
Just like it says there is no such dir or file and I have no clue to what that's supposed to be. What is missing?
In another thread I read this:
Quote: |
This installer places files inside folders called 'bin', 'lib', 'include', etc. inside C:\devkitPro\devkitARM\. There should be a file called C:\devkitPro\devkitARM\bin\arm-eabi-gcc.exe. |
My folder structure starts with devkitPro as the root. In there are the "examples", "libgba", "libnds", "msys", etc folders. Not a single one of those mentioned by the quote.
Both my DEVKITARM and DEVKITPRO environment variables point to that same devkitPro dir, as well as it being contained in my PATH variable along with the path to the "msys\bin" folder.
Anyone who can see something amiss? Thanks a lot.