Wxwidgets Ftw


Creature XL

Active Member
Joined
Jun 12, 2004
Messages
563
Age
47
Location
Hannover.de
Website
Visit site
I tried to compile wxX11, the X11 version from wxWidgets for the GP2x.
My overall goal is the compile/ port xCHM. Porting chmlib was easy. But compiling wxX11 gave me strange problems.
In short: the GCC used the hosts include files (i386) in _some_ places, so that the resulting assembler code was filled with i386 asm-code (just the instructions, the register were the normal arm9 ones. like "btsl r0,[r2, #10]", btsl being an i386 instruction).

I think with a working wxX11 some more apps could be ported.
 
Back
Top