DS Wifi14 Jun 2006 01:22 am
…is on cvs, this should fix the inet_addr / gethostbyname ip address resolution crash bug.
There’s also a TCP update, and it appears that some problems have been resolved (though probably not all)
Sorry about the lack of updates, I’ve been quite busy with other things.
As of present there are a lot of things half-done, so when I get some time I’ll add more.
RSS feed for comments on this post. | TrackBack URI
June 14th, 2006 at 4:47 am
Sounds good. keep up working
June 14th, 2006 at 4:17 pm
Great work man! I’m setting up my own develop environment here to start programming for the NDS myself :) If i try to compile the wifi example though, i get this message :
c:\devkitpro\devkitarm\arm-eabi\bin\ld.real.exe: ERROR: Source object c:/devkitPro/libnds/lib\libdswifi7r.a(wifi_arm7.o) has EABI version 0, but target c:/devkitPro/examples/nds/dswifi_lib_v0.3_examples/wifi_example1/arm7/wifi_example1.arm7.elf has EABI version 4
c:\devkitpro\devkitarm\arm-eabi\bin\ld.real.exe: failed to merge target specific data of file c:/devkitPro/libnds/lib\libdswifi7r.a(wifi_arm7.o)
Do you know how i can fix this? Thanks a lot :)
June 14th, 2006 at 4:39 pm
Are you using devkit r19? something changed in there, you will need to recompile the library from source.
If you can’t do that, i think there is a tool which will try to fix the library files to work with the new linker
Or perhaps sgstair is using r19 and you are not? in that case, you would need to upgrade
June 15th, 2006 at 1:23 am
Hmm, good point. I installed devkitProUpdater-1.3.1.exe and i have no idea which version that is. I’ll take a look tonight at home, thnx! ;)
June 15th, 2006 at 1:38 am
I haven’t moved to the new version of devkitpro yet, but I probably should :)
I’ll update anything that breaks in the new version, if anything does.
June 15th, 2006 at 10:28 am
Ok, it seems i have the latest update (r19). I really want to start programming using the wifi example, so i hope you can compile the library soon ;) Thanx 4 all the work!