#109031 - mellyshum - Tue Nov 14, 2006 6:56 am
Most of the tutorials for setting up your system for DS development are geared toward developing on Windows, but for a short time the only OS I'll have access to is OS X. I've gone through a few tutorials, but I've run into some snags so I need to make sure I'm doing everything correctly.
=======================
Step 1: download devkitpro.
- I downloaded devkitARM_r19b-osx.zip. It's an installer and everything went smoothly.
Step 1a: download devkitpro examples
- I downloaded these because a tutorial insinuated that a good default make file was in these? Seemed like a good idea to look at some examples anyway.
Step 2: set paths?
- I'm not really sure how to do this... I went into the terminal and wrote:
DEVKITPRO=/opt/local/devkitpro
DEVKITARM=/opt/local/devkitpro/devkitARM
PATH=/opt/local/devkitpro/devkitARM/bin
Step 3: try compiling an example
- tried compiling /nds-examples-20060817/templates/combined
- got an error
make -C arm7
template.d:1: *** target pattern contains no `%'. Stop.
make[1]: *** [build] Error 2
make: *** [arm7/combined.elf] Error 2
========================
As you can see I feel like I'm way over my head. What should I do here?
=======================
Step 1: download devkitpro.
- I downloaded devkitARM_r19b-osx.zip. It's an installer and everything went smoothly.
Step 1a: download devkitpro examples
- I downloaded these because a tutorial insinuated that a good default make file was in these? Seemed like a good idea to look at some examples anyway.
Step 2: set paths?
- I'm not really sure how to do this... I went into the terminal and wrote:
DEVKITPRO=/opt/local/devkitpro
DEVKITARM=/opt/local/devkitpro/devkitARM
PATH=/opt/local/devkitpro/devkitARM/bin
Step 3: try compiling an example
- tried compiling /nds-examples-20060817/templates/combined
- got an error
make -C arm7
template.d:1: *** target pattern contains no `%'. Stop.
make[1]: *** [build] Error 2
make: *** [arm7/combined.elf] Error 2
========================
As you can see I feel like I'm way over my head. What should I do here?