Author Topic: I built SDL 1.2.7  (Read 4286 times)

coldfusion

  • Newbie
  • *
  • Posts: 1
    • View Profile
I built SDL 1.2.7
« on: May 21, 2004, 09:02:48 pm »
Recently I\'ve build SDL 1.2.7 on A SL-5500. How many
have built SDL (with includes)?

CoreyC

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
    • http://
I built SDL 1.2.7
« Reply #1 on: May 21, 2004, 09:14:10 pm »
awsome... are you going to share it?

Ashitaka

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • http://leiber.free.fr
I built SDL 1.2.7
« Reply #2 on: June 08, 2004, 05:18:41 am »
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 !
Zaurus SL-C760, SL-C860 and SL-6000
Sharp ROM 1.20 JP and pdaXrom RC8
512 MB SD Card, other memory, wireless and ethernet CF cards
www.nautilus6.org/operation/zaurus.html

ced

  • Full Member
  • ***
  • Posts: 225
    • View Profile
    • http://
I built SDL 1.2.7
« Reply #3 on: June 08, 2004, 06:23:31 am »
I\'ve compiled the same version for qtopia and it works as expected...
SL-5600, kernel 2.6.16 + GPE from .dev
Ethernet Socket LP-E
Viking 256M SD

Mickeyl

  • Hero Member
  • *****
  • Posts: 1495
    • View Profile
    • http://www.Vanille.de
I built SDL 1.2.7
« Reply #4 on: June 08, 2004, 07:04:54 am »
It\'s also in OE since months
Cheers,

Michael 'Mickey' Lauer | Embedded Linux Freelancer | www.Vanille-Media.de
Consider donating, if you like the software I contribute to.

_Psycho

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • http://zports.sf.net
I built SDL 1.2.7
« Reply #5 on: June 08, 2004, 07:12:42 am »
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
Zaurus Porting Project :
http://zports.sf.net
Conics:
http://www.conics.net

Ashitaka

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • http://leiber.free.fr
I built SDL 1.2.7
« Reply #6 on: June 08, 2004, 10:48:09 pm »
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
Zaurus SL-C760, SL-C860 and SL-6000
Sharp ROM 1.20 JP and pdaXrom RC8
512 MB SD Card, other memory, wireless and ethernet CF cards
www.nautilus6.org/operation/zaurus.html

cmisip

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • http://home.mchsi.com/~cmisip/index.htm
I built SDL 1.2.7
« Reply #7 on: June 08, 2004, 11:50:01 pm »
How about working on SDL mixer and adding tremor codec?
Zaurus 5600
Zynergy Rootfs 1.1
Custom zImage

How Do You Do That in Linux

Ashitaka

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
    • http://leiber.free.fr
I built SDL 1.2.7
« Reply #8 on: June 09, 2004, 12:26:36 am »
Not really interested
Zaurus SL-C760, SL-C860 and SL-6000
Sharp ROM 1.20 JP and pdaXrom RC8
512 MB SD Card, other memory, wireless and ethernet CF cards
www.nautilus6.org/operation/zaurus.html