Hi.

I've been trying to cross compile a very simple QT app for the A1200. The test app is pretty much a QApplication creating (and deleting) a QWidget.

When using yan0's cross compiler, the QWidget is shown on screen, however deleting the QWidget causes a crash.

On the other hand, when I use the cross toolchain i built myself, either using ezx-crosstool or mkezx, the test app crashes at the constructor (new QWidget()).

Both compiling uses the same headers and same sets of libs to link against.

Any one has any suggestions or comments?

Thanks a lot.