JoJo_ReloadeD
Still Fresh
- Joined
 - Nov 18, 2007
 
- Messages
 - 19
 
Hi, I'm trying to port my gp2x port of Elite 2: Frontier to the Wiz and have several problems.
On gp2x I used open2x toolchain, and linked statically, altough I got this warning:
	
	
	
		
Anyway, the game ran flawlessly.
On Wiz, I used the only toolchain available for it, and couldn't get it working statically, I get a segfault.
I tried to link it with shared libs, and it worked! But after loading the 'Frontier' screen it failed with an internal error of the 68k emulation. No coredumps o warnings at linking time here.
Thinking it was from gcc version (this toolchain uses 4.2.4 and gp2x' used 4.1.1), I managed to build it with shared libs with gp2x toolchain.. but got same 68k error after the initial screen...
Any clues ? Thanks.
				
			On gp2x I used open2x toolchain, and linked statically, altough I got this warning:
		Code:
	
	warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
	Anyway, the game ran flawlessly.
On Wiz, I used the only toolchain available for it, and couldn't get it working statically, I get a segfault.
I tried to link it with shared libs, and it worked! But after loading the 'Frontier' screen it failed with an internal error of the 68k emulation. No coredumps o warnings at linking time here.
Thinking it was from gcc version (this toolchain uses 4.2.4 and gp2x' used 4.1.1), I managed to build it with shared libs with gp2x toolchain.. but got same 68k error after the initial screen...
Any clues ? Thanks.
	