Somebody with experience with QTe and Busybox....
I have made a compact flash with LILO as bootloader and BUSYBOX as root file system. The system boot without problems but, when I try to execute a demo example of QTe in my embedded system, all times return me a segmentation fault.
I read a lot of documents about BUSYBOX, and I do not known if it necessary to use uClib to compile my QTe applications or if enought with glibc. Before, I have used my laptop to compile QTe applications and execute it in my embedded system with minimal Slackware instalation.
any advice??
Best reagards.
John
Re: Somebody with experience with QTe and Busybox....
I don't think busybox has any influence on Qt applications.
Re: Somebody with experience with QTe and Busybox....
Quote:
Originally Posted by
wysota
I don't think busybox has any influence on Qt applications.
Hello wysota,
I am very sorry, my fault. I have not copy the correct libraries to my root file system.
Now, If I mount my root file system as RW, qt-embedded works fine, but if I mount my file system as read-only, qt-embedded return me a error, but it is normal because qt app try to bind to tmp/qtembedded-0/QtEmbeddde-0.
Then I am going to create a ramdisk to mount /tmp, and QTe will have to write in this folder.
Best regards.