Hi,

I'm a french embedded developper (on armv4t).

I have some issues with QtLocation (part of QtMobility).

I have built it successfully and to use it I pasted the .h in my project and the libQtLocation.so in the Qt's libs path.

The compiler works fine with the -lQtLocation, but ... :
- with QtEmbedded 4.6 TP it ends without errors and I get an symbol lookup error : undefined symbol: _ZN9QListData7detach3Ev
- with QtEmbedded 4.5.2 it ends with references errors on QListData detach3(), QHashData free_helper() and QHashData detach_helper().

I think the common error is on QListData detach3() but I checked in the headers of both QList and QHash, QListData struct and QHashData struct with appropriate functions are presents.

Any ideas ?

Thanks,
Mickael