Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - summer00

Pages: [1] 2 3
1
Qt/Qtopia / <Cross Compile> ALMOST THERE ! need help
« on: July 13, 2004, 05:27:56 am »
 sorry but where can i get libssl/libcrypto 0.9.7 ??

2
Qt/Qtopia / <Cross Compile> ALMOST THERE ! need help
« on: July 13, 2004, 12:00:18 am »
fine then....thanks for the effort...

may i know are you using any PBX server ? meaning that the kphone need to go thru this server which will direct to a destination address(anothe voip) or you just simply dial to another voip phone?

one more thing...how long did you spend to compile this ?   thanks

3
Qt/Qtopia / <Cross Compile> ALMOST THERE ! need help
« on: July 12, 2004, 01:01:04 am »
cool! zautrix....are you using somekind of PBX server(like asterisk) for the kphone ? how did you compile kphone ? can you post the step-by-step guide on it ? thanks a lot

4
Qt/Qtopia / <Cross Compile> ALMOST THERE ! need help
« on: June 28, 2004, 01:27:50 pm »
Quote
Quote
Finally my problem was solved, " KDE APPs cant run in 5500 " !!! wasted two weeks to find this answer , sigh...

Thats true in general.

But actually, KPhone does not need any KDE libs at all.

The statement in the README is not true.

Quote
Did you mean that KDE application can only be run under KDE? how about gnome ? need details on this, im linux noob, thanks

A KDE application may need some KDE libs. You just have to cross-compile these libs as well.
But that is not an easy task. Because all the dependencies in KDE.


To answer your other question:
As I wrote:
Apps for the Sharp ROM have to be Qt2 based!
KPhone is Qt3 based.

Such that you have to cross-compile the Qt3 lib for Sharp as well to use KPhone.

That is possible, KPhone seems to be an interesting app for the Zaurus, I will compile it , when I have some time to try it out and play with it.


z.
KPhone does not need any KDE libs at all ??? can i compile kphone without having KDE libs ?

did you mean that kphone is actually able to be compiled into a zaurus by cross compiling the Qt3 lib for sharp? How can i do this ?

appreciate if you can list out the important instructions on this, thanks

5
Software / Any opensource VOIP software that works in 5500?
« on: June 28, 2004, 07:21:43 am »
Any opensource VOIP software that works in 5500? Any program that can be cross-compiled into a PDA?thanks

6
Qt/Qtopia / <Cross Compile> ALMOST THERE ! need help
« on: June 28, 2004, 07:14:05 am »
Finally my problem was solved, " KDE APPs cant run in 5500 " !!! wasted two weeks to find this answer , sigh...


Did you mean that KDE application can only be run under KDE? how about gnome ? need details on this, im linux noob, thanks

7
Qt/Qtopia / <Cross Compile> ALMOST THERE ! need help
« on: June 28, 2004, 06:47:50 am »
i was able to run kphone in the Linux PC, but i wish to migrate it to a zaurus PDA? can i do that ? can kphone be cross-compiled? or should i ask ,can ALL the linux-PC program be compiled to work in a PDA ?

8
Qt/Qtopia / <Cross Compile> ALMOST THERE ! need help
« on: June 28, 2004, 06:26:21 am »
Quote
On what ROM do you want to use the app on the Zaurus?
Linux Kernel Version :
2.4.18-rmk7-pxa3-embedix
ROM Version : 3.10

9
Qt/Qtopia / <Cross Compile> ALMOST THERE ! need help
« on: June 28, 2004, 06:16:08 am »
I knew i have posted a lot of similar posts, very sorry about that, but this is the latest progression of my project, hope someone can help me on this

I am trying to cross compile kphone(a VOIP softphone) so that it will work in a ZAURUS sl-5500.
I have qt-embedded in " file:/qt-embedded-free-3.3.2 ". I have executed the steps below in the kphone directory :

$ PATH=/usr/local/tools/linux/arm/gcc-3.2.2/arm-linux/bin:$PATH ./configure --host=arm-linux
Code: [Select]
reating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... yes
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... yes
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking whether gcc needs -traditional... no
checking for moc... /usr/lib/qt-3.1/bin/moc
checking for uic... /usr/lib/qt-3.1/bin/uic
checking location of Qt header files... /usr/lib/qt-3.1/include
checking location of Qt library... /usr/lib/qt-3.1/lib
checking if Qt is multi-threaded... no
checking for main in -lX11... no
checking for main in -lXext... no
checking for main in -lXt... no
checking for main in -lICE... no
checking for main in -lSM... no
checking for main in -lpng... no
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for sys/ioctl.h... yes
checking for unistd.h... yes
checking for working const... yes
checking for select... no
checking for mkstemp() in unistd.h... no
checking for mkstemp() in stdlib.h... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating kphone/Makefile
creating dissipate2/Makefile
creating ilbc/Makefile
creating gsm/Makefile
creating icons/Makefile

Now type 'make', followed by 'make install' as root.

[root@localhost kphone-4.0.1]#

$ PATH=/usr/local/tools/linux/arm/gcc-3.2.2/arm-linux/bin:$PATH make
here are the erros during "make" process
Code: [Select]
 ......
  ......
/usr/bin/ld: main.o: Relocations in generic ELF (EM: 40)
main.o: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make[1]: *** [kphone] Error 1
make[1]: Leaving directory `/kphone-4.0.1/kphone'
make: *** [all] Error 2

the compilation was successful if i use:
Code: [Select]
$ ./configure
$ make

instead of

Code: [Select]
$ PATH=/usr/local/tools/linux/arm/gcc-3.2.2/arm-linux/bin:$PATH ./configure --host=arm-linux
$ PATH=/usr/local/tools/linux/arm/gcc-3.2.2/arm-linux/bin:$PATH make


Any idea on this ?

Kphone source
http://cvs.wirlab.net/cgi-bin/viewcvs.cgi/...ar.gz?tarball=1

10
Qt/Qtopia / How to create .pro file using configure script?
« on: June 28, 2004, 12:21:55 am »
i have done these:

1) qmake -project -o myProject.pro
2) qmake -o Makefile myProject.pro
3) make

thats all ? do i need to install any other additional packages? im using /qt-embedded-free-3.3.2

actually i tried to CROSS COMPILE kphone, i followed the steps above, errors showing syntax error,toast.h no such file r directory, etc. But the program was successfully compiled and run in linux. wonder why, appreciate if someone can test it out for me....really thanks for these

11
Qt/Qtopia / How to create .pro file using configure script?
« on: June 21, 2004, 05:10:14 am »
sorry , i dont understand , do i need to write down the header and source file in the myProject.pro?
where to download QT3? how to install/upgrade?

12
Qt/Qtopia / How to create .pro file using configure script?
« on: June 21, 2004, 04:20:55 am »
im using qtopia right now, wonder how to create a .pro file using configure script?
One way is modifying the example.pro given...but how if i have a lot of .cpp and .h files?

13
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?

14
thanks everyone ,finally i was able to compile using arm-gcc(zazz\'s method), but another problem occur was the compile process stopped with
Code: [Select]
make[1]: *** No rule to make target `../dissipate2/dissipate2.a\'

may be it is the program problem not the compiler itself, thanks a lot

15
Linux Applications / Compiling ./configure script ?
« on: June 16, 2004, 10:18:10 pm »
i have done a lot of researches, read a lot of tutorials, but found that there are many ways on doing this cross-compile, and different methods require different compiler version, some need to use 2.95, some require new/old kernel version, and so forth ......a lot of dependencies, i have formatted my linux cuz i have installed/compiled too much things , the OS was totally messed up.......and run out of ideas. So i just need some guides , sorry abt this

Pages: [1] 2 3