Compile Qt embedded for CC9M2443

Hello all,
I need to recompile the Qt library to add some feature I need; the cross compilation seems to be successfull; but any program compiled with the new library crashes…

export PATH=/usr/local/DigiEL-5.0/usr/bin:$PATH

./configure -embedded arm -xplatform mkspecs/linux-arm-g++

Can someone help me?
Thanks!

I’ve got the exact same problem. As soon as the Program get to creating the QCoreApplication the program crashes with a segmentation fault. I’m running on a CC9P9215.

Any help is much appreciated.