Page 1 of 1

Anything wrong maybe I do?SOS!

Posted: Wed Aug 11, 2010 4:48 am
by avalondon
Just have a look at the log as below,anything wrong maybe I have done.


D:\devkitpro\examples\nds\dswifi\autoconnect>make
cygwin warning:
MS-DOS style path detected: d:/devkitPro/devkitARM/ds_rules
Preferred POSIX equivalent is: /cygdrive/d/devkitPro/devkitARM/ds_rules
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.h ... -pathnames
autoconnect.c
arm-eabi-gcc -MMD -MP -MF /cygdrive/d/devkitpro/examples/nds/dswifi/autoconnect/
build/autoconnect.d -g -Wall -O2 -fomit-frame-pointer -ffast-math -mthumb -mthum
b-interwork -march=armv5te -mtune=arm946e-s -I/cygdrive/d/devkitpro/examples/nds
/dswifi/autoconnect/include -Id:/devkitPro/libnds/include -Id:/devkitPro/libnds/
include -I/cygdrive/d/devkitpro/examples/nds/dswifi/autoconnect/build -DARM9 -c
/cygdrive/d/devkitpro/examples/nds/dswifi/autoconnect/source/autoconnect.c -o au
toconnect.o
arm-eabi-gcc.exe: /cygdrive/d/devkitpro/examples/nds/dswifi/autoconnect/source/a
utoconnect.c: No such file or directory
arm-eabi-gcc.exe: no input files
make[1]: *** [autoconnect.o] Error 1
make: *** [build] Error 2


SYSTEM Enviroment Vaiable:
DEVKITARM=d:/devkitPro/devkitARM
DEVKITPRO=d:/devkitPro

Re: Anything wrong maybe I do?SOS!

Posted: Wed Aug 11, 2010 8:38 pm
by WinterMute
devkitARM isn't compatible with cygwin, sorry. We provide msys with the windows installer which provides the usual 'nix tools but you'll need to make sure that cygwin isn't in your path when you compile.