I followed all instructions for Fremantle and my app is running in the emulator (X86 target) and compiling for ARMEL target. I tried to copy it to N900 and run it but I have a segmentation fault. Before exploring the problem, I tried to install the same libs I am using at PC:
Code:
Nokia-N900-44-1:~# apt-get update
Nokia-N900-44-1:~# apt-get remove libqt4*
Nokia-N900-44-1:~# apt-get install libqt4-maemo5-dev
But it generates some dependency errors:
Code:
The following packages have unmet dependencies:
libqt4-maemo5-dev: Depends: libgles2-sgx-img-dev but it is not installable
Depends: opengles-sgx-img-common-dev but it is not installable
Depends: libsqlite3-dev but it is not installable
However, these packages are not available:
Code:
Nokia-N900-44-1:~# apt-cache search libgles2-sgx-img
libgles2-sgx-img - OpenGL ES 2.0 SGX library
opengles-sgx-img-common - PowerVR SGX support libraries
Nokia-N900-44-1:~# apt-cache search libsqlite3
libsqlite3-0 - SQLite 3 shared library
For N900, do we really need dev packages instead only libs ? Tips for solving this problem ?
PS: My source list:
Code:
Nokia-N900-44-1:~# cat /etc/apt/sources.list.d/hildon-application-manager.list
deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./
deb https://downloads.maemo.nokia.com/fremantle/ssu/mr0 ./
deb https://downloads.maemo.nokia.com/fremantle/ovi/ ./
deb http://repository.maemo.org/extras/ fremantle free non-free
deb-src http://repository.maemo.org/extras/ fremantle free non-free
deb http://repository.maemo.org/extras-devel/ fremantle free non-free
deb-src http://repository.maemo.org/extras-devel/ fremantle free non-free
deb http://repository.maemo.org/extras-testing/ fremantle free non-free
deb-src http://repository.maemo.org/extras-testing/ fremantle free non-free