Page 1 of 1

A problem in a sammple copilation

Posted: Thu May 07, 2009 5:10 am
by Quirko
HI!!! its my first post hellow everybody

Well, i build it in mac os x 10.5.6.

all ok... then
I tried to "make" an sample and .... shit!!!!
an error!!!

well: in the terminal i get this error

linking print_both_screens.elf
/Users/lillmonster/devkitPRO/devkitarm/bin/../lib/gcc/arm-eabi/4.4.0/../../../../arm-eabi/bin/ld: cannot find -ldswifi9
collect2: ld returned 1 exit status
make[4]: *** [/Users/lillmonster/nds-examples-20090221/Graphics/Printing/print_both_screens/print_both_screens.elf] Error 1
make[3]: *** [build] Error 2
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [examples] Error 1




Qrk!

Thanks

Re: A problem in a sammple copilation

Posted: Thu May 07, 2009 5:11 am
by Quirko
Someone can help me?

Re: A problem in a sammple copilation

Posted: Thu May 07, 2009 11:39 am
by vuurrobin
Quirko wrote:cannot find -ldswifi9
it cannot find the ds wifi library. if your program doesn't need it, you should modefy the makefile so it wont try to include it. if your program does need the wifi library, that you should check if it is installed, in the right folder ect.

Re: A problem in a sammple copilation

Posted: Fri May 08, 2009 2:16 am
by Quirko
okay, i re-tried and now only shows me

akefile:9: /DSWIFI/ds_rules: No such file or directory
make[3]: *** No rule to make target `/DSWIFI/ds_rules'. Stop.
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [examples] Error 1


and in the carpet dswifi i have thel ds_rules


now, what???

how can i get the compiler recognize the directory?

thank you