Trolltech Home | Qtopia-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qtopia-interest Archive, March 2008
Qtopia on arm - make install issue


Message 1 in thread

Hello !


I want to install Qtopia on an AT91SAM9261-EK board (arm based). I downloaded "qtopia-opensource-4.3.1" and try to install it.

I configured it with the following options :

../qtopia-opensource-4.3.1/configure -image /tftpboot/tst/  -edition platform  -xplatform linux-arm-g++  -arch arm  -singleexec  -no-sxe  -displaysize 240x320  -no-ssl  -no-bluetooth  -no-infrared  -no-drm  -no-telephony  -no-modem  -no-voip  -no-qtopiamedia -extra-qtopiacore-config "-embedded"


Compiled it :

make


And try to install it:

su -c 'make install'


But I get the following error :
*********************************************************
/home/ggardet/Desktop/test_qtopia/bin/content_installer /tftpboot/tst//qtopia_db.sqlite /tftpboot/tst/ /apps/MainApplications "" /home/ggardet/Desktop/qtopia-opensource-4.3.1/apps/MainApplications/.directory
Database handle doesnt exist in the master list, returning an invalid database
OPEN DATABASE: failed (-1, Driver not loaded, Driver not loaded)

Database creation/upgrade failed on database /tftpboot/tst//qtopia_db.sqlite
make[5]: *** [install_docapi_mainapps_category] Erreur 1
*********************************************************

the file "qtopia_db.sqlite" is created but empty...


Any idea ?


Cheers,

Guillaume