#163709 - Funky Gibbon - Thu Oct 09, 2008 4:29 pm
is this a known mistake?
this line is taken from the wifi_example1 makefile and causes an error when trying to compile, it apears in both arm7 and arm9 makefiles
LIBS := -lnds9 -ldswifi9r
this line compiles without the "r" on the end
LIBS := -lnds9 -ldswifi9
and after messing with the curtime bussiness it finnally compiles.
now i know im going to get slated for this but i've asked a couple of times for a wifi tutorial on this forum but no-one seems to be bothered, i know it's a problem for alot of noobs like myself, i also know that some people have put alot of time and effort into applications for the DS and dont want some noob just ripping off their work, so please setup a clear step be step tutorial and give these people the chance to create their own work, it's ok looking at examples but unless they are commented in plain english every step of the way they are useless to a begginer
this line is taken from the wifi_example1 makefile and causes an error when trying to compile, it apears in both arm7 and arm9 makefiles
LIBS := -lnds9 -ldswifi9r
this line compiles without the "r" on the end
LIBS := -lnds9 -ldswifi9
and after messing with the curtime bussiness it finnally compiles.
now i know im going to get slated for this but i've asked a couple of times for a wifi tutorial on this forum but no-one seems to be bothered, i know it's a problem for alot of noobs like myself, i also know that some people have put alot of time and effort into applications for the DS and dont want some noob just ripping off their work, so please setup a clear step be step tutorial and give these people the chance to create their own work, it's ok looking at examples but unless they are commented in plain english every step of the way they are useless to a begginer