WLAN sample crash

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

WLAN sample crash

Post by Art »

Hi Guys,
I've been trying to use the WLAN sample in sdk samples directory without any modification at all
except it is compiled as eboot.

Code: Select all

 * main.c - Example of using the WLAN scanner
 * The info here was reversed from scan.prx which Sony/Namco so 
 * helpfully left in plain sight on the japanese ridge racer UMD
 * Thx boys :)
I have only added to the makefile:

Code: Select all

EXTRA_TARGETS	= EBOOT.PBP
PSP_EBOOT_TITLE	= Scan
KXDIR			= __SCE__$(TARGET)
KXDUMMY			= %__SCE__$(TARGET)
The code then compiles without errors, but crashes my PSP in 1.50
with no wifi LED, and no text to the screen.

I have tried with a very old toolchain, and very new toolchain.
The eboot differs in size a little, but the result is the same.
Any suggestions to get it working?
Cheers, Art.
If not actually, then potentially.
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

I suppose that would happen if you used the PRX version
instead of the elf version.
thx
If not actually, then potentially.
Viper8896
Posts: 110
Joined: Thu Jan 26, 2006 6:20 pm

Post by Viper8896 »

I haven't checked myself but it might be the NIDs that changed. Check http://silverspring.lan.st/
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

No, all is fine it was my own silly mistake as I said.

In samples there is a seperate elf, and prx version of the sample.
If not actually, then potentially.
better
Posts: 2
Joined: Mon Dec 03, 2007 6:39 pm

Post by better »

Sorry, Dont understand anything. I am not a programmer who can debug the program that you are using for the WLAN. So i am out of it.
cloudhunter
Posts: 86
Joined: Thu Aug 17, 2006 3:27 am

Post by cloudhunter »

better wrote:Sorry, Dont understand anything. I am not a programmer who can debug the program that you are using for the WLAN. So i am out of it.
He's already fixed it - there's no point in bumping it.

Cloudy
:)
Post Reply