Run qtcreator under embedded system
-
hi
my system is :- linux core system with kernel 3.1
- no X11, just framebuffer
two cases :
1-
when build qt 4.7 (embedded) and compiling qtcreator 2.0 source code
qtcreator -qws : it is run perfectly.
2- when build qt 4.8 and compiling qtcreator 2.3 or 2.4 source code
the compiling was complete without any error
but when run
qtcreator -qws : it is run perfectly.
give error Segmentation faultthanks for any help
-
I'm more into Qt5 now, but I think 4.8 already comes with QPA (old Lighthouse) as a substitute for QWS. You should look into that area (although, sadly, there is no documentation yet).
I might be wrong, though. Try compiling with -qpa and looking at DevDays video on Lighthouse ("link":http://developer.qt.nokia.com/videos/watch/qpa-the-qt-platform-abstraction).
-
Do you have a backtrace? You could "file a bug report":http://bugreports.qt.nokia.com/ then... I doubt it will end up getting a high priority, considering that the platform is not supported by us, but it could be worth a try.