![]() ![]() |
May 21 2004, 05:02 PM
Post
#1
|
|
|
Group: Members Posts: 1 Joined: 21-May 04 Member No.: 3,379 |
Recently I've build SDL 1.2.7 on A SL-5500. How many
have built SDL (with includes)? |
|
|
|
May 21 2004, 05:14 PM
Post
#2
|
|
|
Group: Members Posts: 288 Joined: 13-February 04 Member No.: 1,851 |
awsome... are you going to share it?
|
|
|
|
Jun 8 2004, 01:18 AM
Post
#3
|
|
|
Group: Members Posts: 58 Joined: 7-June 04 From: Tokyo Member No.: 3,599 |
I also built SDL 1.2.7 for Zaurus using the instructions given for the cross-compilation of VLC (video player). It seems to work, since VLC is still running after I replace the libraries on the Zaurus.
Of course, you have to change the "/opt/cross" to indicate the path to the installation of you cross-compiling toolchain. $ tar xvzf SDL-1.2.7.tar.gz $ cd SDL-1.2.7 $ ./configure --enable-release --target=arm-linux --host=arm-linux --disable-esd --prefix=/opt/cross/arm-linux/usr --x-includes=/opt/cross/arm-linux/usr/X11R6/include --x-libraries=/opt/cross/arm-linux/usr/X11R6/lib --disable-video-opengl $ export PATH=/opt/cross/bin:$PATH $ make && make install BUT, I don't know how to program using that I have some good experience of SDL programming for computers, but on my Zaurus C760 I just have "No available video device" when doing SDL_Init(SDL_INIT_VIDEO)... Does anyone have the source of an example program using SDL for Zaurus ? Thanks ! |
|
|
|
Jun 8 2004, 02:23 AM
Post
#4
|
|
|
Group: Members Posts: 225 Joined: 9-December 03 Member No.: 1,104 |
I've compiled the same version for qtopia and it works as expected...
|
|
|
|
Jun 8 2004, 03:04 AM
Post
#5
|
|
|
Group: Members Posts: 1,497 Joined: 12-November 03 From: Germany Member No.: 907 |
It's also in OE since months
|
|
|
|
Jun 8 2004, 03:12 AM
Post
#6
|
|
|
Group: Members Posts: 114 Joined: 7-December 03 Member No.: 1,057 |
QUOTE BUT, I don't know how to program using that
I have some good experience of SDL programming for computers, but on my Zaurus C760 I just have "No available video device" when doing SDL_Init(SDL_INIT_VIDEO)... Does anyone have the source of an example program using SDL for Zaurus ? Thanks ! for SDL itself i suggest to check on zports.sf.net, its on the cvs, there is a lots of SDL patches for the c7x0 devices. For example, well you can always check scummvm source or something else that use SDL on the zaurus Edit: For the original post, thats a yes |
|
|
|
Jun 8 2004, 06:48 PM
Post
#7
|
|
|
Group: Members Posts: 58 Joined: 7-June 04 From: Tokyo Member No.: 3,599 |
OK thanks I'll check that out !
If it works well I'll maybe port my strategy game (you know M.A.X.) for the Zaurus |
|
|
|
Jun 8 2004, 07:50 PM
Post
#8
|
|
|
Group: Members Posts: 256 Joined: 6-March 04 Member No.: 2,191 |
How about working on SDL mixer and adding tremor codec?
|
|
|
|
Jun 8 2004, 08:26 PM
Post
#9
|
|
|
Group: Members Posts: 58 Joined: 7-June 04 From: Tokyo Member No.: 3,599 |
Not really interested
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 03:02 AM |