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 > Problem Building examples/hello_world

#176369 - Pepepuhn - Fri Jul 08, 2011 4:24 am

Hi,
i am new to this forum. I just started getting into Nintendo DS Programming. After setting up DevkitARM i wanted to build the hello world example from DevkitPRO.
The Problem: When I run the Makefile i get the following error:

arm-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory

How can I solve this problem? Thanks for you Help.
I also tried a different example, but i do get the same error.

FYI: I'm working with Mac OS X.

Edit: Ok I have solved that problem. But now i have another one:
I get the following error:

/Users/pepe-roni/devkitPro/examples/hello_world/source/main.cpp:10:17: fatal error: nds.h: No such file or directory

What do I have to do?

Edit2: I found the problem. This Thread can be deleted or closed.