Page 1 of 1

Using devkitPro with Visual C++ Express 2008 [SOLVED]

Posted: Fri Dec 25, 2009 7:19 am
by dornad
Hello everyone,

I am trying to set devkitPro for Nintendo DS development, as explained in the main FAQ.
I am always getting a weird error when I try to compile from VC++ 2008 or from console.

Here is the error from console:

Code: Select all

C:\Users\dornad\Documents\Visual Studio 2008\Projects\BattleDS>make
basename: extra operand `2008/Projects/BattleDS'
Try `basename --help' for more information.
make[1]: /c/Users/dornad/Documents/Visual: No such file or directory
make[1]: *** No rule to make target `/c/Users/dornad/Documents/Visual'.  Stop.
make: *** [build] Error 2
I have not worked with C++ in about 4 years, so I am a little rusty on these things.

Thanks

Re: Using devkitPro with Visual C++ Express 2008

Posted: Fri Dec 25, 2009 7:26 am
by dornad
SOLVED!

VC++ 2008 has its workspace in Users\dornad\Documents\Visual Studio 2008\Projects\BattleDS

Apparently make does not like a folder with spaces. Moving the entire solution elsewhere worked.