DrWowe
May 18 2004, 07:42 AM
So, I've tried running various programs that use SDL, but all of them have had bugs of one sort or another. So, I decide to try compiling my own. I downloaded SDL 1.2.7 and compiled it. But when run an SDL application (even the sample apps in the SDL distribution) nothing appears on the screen! I've added debugging statement at various points, and they are printing out, so I know that SDL is initializing, and the API calls are going through.
I also tried the patch from www.gnurou.org/software/zaurus/ but it didn't make a difference.
Has anyone successfully built a working SDL library for qtopia?
ced
May 18 2004, 08:14 AM
I've compiled my own SDL 1.2.7 library like this:
CODE
NM=arm-linux-nm LD=arm-linux-ld CC=arm-linux-gcc CXX=arm-linux-g++ RANLIB=arm-linux-ranlib AR=arm-linux-ar ./configure --host=arm-linux --build=i686-pc-linux-gnu --enable-video-qtopia --disable-video-dummy --disable-video-fbcon --disable-video-dga --disable-arts --disable-esd --disable-alsa --disable-cdrom --disable-video-x11 --disable-nasm --prefix=/opt/Embedix/tools/arm-linux
And I've wrote my own plasma demo and it works fine (I'm getting 25fs/s).
DrWowe
May 18 2004, 08:20 AM
Did you use stock SDL 1.2.7 or apply patches? I suppose the problem could be with my cross compiler - maybe I should try the Embedix toolchain. Can you send me your SDL binary so I can test it?
ced
May 18 2004, 08:28 AM
ok PM me with yr email
minhda
May 8 2005, 01:24 AM
Hi, I'm a newbie, could anyone send me some example code for zaurus sdl app? I've compiled it myself but it run only in root mode and stuck at SDL_SetVideoMode().
Thanks for help.
DINH Anh Minh
lardman
May 8 2005, 02:58 AM
@DrWowe:
Did you look at the .bb files for SDL? Did you apply the same patches, etc.?
Si
minhda
May 8 2005, 02:24 PM
Hi,
First of all, thanks for your attention

.
But.. I really don't understand what did u say

?
I can't find any file .bb, I've read README.Qtopia and my script is:
./configure --enable-video-qtopia --disable-video-dummy --disable-video-fbcon --disable-video-dga --disable-arts --disable-esd --disable-alsa --disable-cdrom --disable-video-x11 --disable-nasm --prefix=/opt/Qtopia/sharp --host=arm-linux --build=i686-pc-linux-gnu
I've all done like
http://www.ossh.com/zaurus/mirrors/docs.za...tup_howto.shtmlwhat more do I have to do?
Thanks
DINH Anh Minh
SL6000L
lardman
May 9 2005, 01:15 AM
@minhda:
Sorry, I was talking about building SDL - you're talking about using it in an app - I don't know anything about that I'm afraid.
Si
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.