Author Topic: how to cross compile those ordinary ./configure programs?  (Read 7264 times)

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
how to cross compile those ordinary ./configure programs?
« Reply #15 on: June 17, 2004, 06:16:39 am »
It looks like it is a specific problem with whatever you\'ve compiling. What are you compiling BTW?

Did the configure script finish running?

Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

summer00

  • Newbie
  • *
  • Posts: 42
    • View Profile
how to cross compile those ordinary ./configure programs?
« Reply #16 on: June 17, 2004, 10:37:52 pm »
i was trying to cross-compile kphone(an asterisk PBX client)  so that it can work on the zaurus 5500, anyone has tried this? ya the configure script did finish running

my problems are :

Code: [Select]
/usr/lib/qt-3.1/lib/libqt.so: could not read symbols: Invalid operation

/usr/lib/libogg.so: could not read symbols: Invalid operation


under ...../arm-linux/libp, no files named \"libqt.so\" , \"libogg.so\" found  ,could it be that i need to install something else ? probably those extra .so files for arm development?

tumnus

  • Hero Member
  • *****
  • Posts: 1176
    • View Profile
    • http://www.cpinkney.org.uk
how to cross compile those ordinary ./configure programs?
« Reply #17 on: June 18, 2004, 02:51:58 am »
Looks like you still haven\'t got your environment setup properly as that looks like your desktop\'s QT libraries.

In any case there is already an Asterisk PBX Zaurus client: http://www.killefiz.de/zaurus/showdetail.php?app=1848 (Don\'t know how good it is though)
# Search the Zaurus Howtos ## Search the Zaurus FAQs ## Find Z software at ELSI #
--------------------
UK SL5500 with Sharp ROM 3.13, SL5600 with Sharp ROM 1.32 - SuSE 9.0 Pro, Windows XP Home
Qualendar for Calendar and Todo
Socket Bluetooth CF Card (Rev F), Kingmax 512MB MMC Card, Palm Tungsten T Stylus,
Pretec CF->Smartmedia Adapter, Semsons Universal Battery Extender

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
how to cross compile those ordinary ./configure programs?
« Reply #18 on: June 18, 2004, 06:19:34 am »
Plus you\'ll need to grab the sources for libogg, cross-compile it, and add it to the appropriate lib directory (and add its headers to include) in the cross-toolchain.


Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva