Hi,
If I understand well, dswifi doesn't support WPA. This made sense since the DS was not supposed to do it (see other thread).
Now the DSi has WPA/WPA2 support. For ex. see http://exophase.com/ds/nintendo-dsi-has-wpawpa2-support-8039.htm and I can confirm that it does (my home access point is ...
Search found 4 matches
- Sun Oct 18, 2009 5:10 pm
- Forum: DS/DSi Development
- Topic: DSi and WPA
- Replies: 3
- Views: 8090
- Sat Oct 17, 2009 11:56 am
- Forum: devkitARM
- Topic: Error: selected processor does not support `bx lr...
- Replies: 3
- Views: 9345
Re: Error: selected processor does not support `bx lr...
Thank you very much. Yes it is for DS. I did this, and it works now, this is what I needed. I don't know why the original makefile uses "arm7", and I am just a beginner in DS programming...
Thanks again.
Thanks again.
- Wed Oct 14, 2009 10:24 pm
- Forum: devkitARM
- Topic: Error: selected processor does not support `bx lr...
- Replies: 3
- Views: 9345
Re: Error: selected processor does not support `bx lr...
So I looked for another toolchain for ARM, found the Yagarto one:
http://yagarto.de/
The difference is that he is already using gcc-4.4.1. I replaced in my makefile your CC compiler by his, and it could compile it.
The difference is in the generated assembly code: the return instruction is now ...
http://yagarto.de/
The difference is that he is already using gcc-4.4.1. I replaced in my makefile your CC compiler by his, and it could compile it.
The difference is in the generated assembly code: the return instruction is now ...
- Wed Oct 14, 2009 9:34 pm
- Forum: devkitARM
- Topic: Error: selected processor does not support `bx lr...
- Replies: 3
- Views: 9345
Error: selected processor does not support `bx lr...
Hi,
The compiler for ARM7 doesn't work. Or I can't make it work.
I am trying to compile some source for the ARM7 processor (it doesn't matter, but it is the DSGUI library).
Some parts of it are for ARM7 processor. The compiler gives the error:
Error: selected processor does not support `bx lr ...
The compiler for ARM7 doesn't work. Or I can't make it work.
I am trying to compile some source for the ARM7 processor (it doesn't matter, but it is the DSGUI library).
Some parts of it are for ARM7 processor. The compiler gives the error:
Error: selected processor does not support `bx lr ...