Dear all,
I would like to use qt-embedded on the omapl137 evm. When I compile qt-embedded, i have an error during the make. I use montavista cross compiler (arm_v5t_le) and the last qt-everywhere-opensource-src-4.6.0.
My qt embedded configuration is :
./configure -prefix /opt/qt -embedded arm -platform qws/linux-x86-g++ -xplatform /qws/linux-omapl1-g++ -depths 16 -no-cups -no-largefile -no-accessibility -no-opengl -no-openssl -no-rpath
And the error :
In function `_start':
init.c:(.text+0x30): undefined reference to `main'
collect2: ld a retourné 1 code d'état d'exécution
make[1]: *** [../../lib/libQtCore.so.4.6.0] Error 1
make[1]: Leaving directory `/home/arnaud/qt-everywhere-opensource-src-4.6.0/src/corelib'
make: *** [sub-corelib-make_default-ordered] Error 2