Segmentation fault while running Qt Helloworld on embedded system
问题 I cross-compiled a Helloworld executable for ARM . It worked well on my friend's development board, but failed with a " segmentation fault " on my board. The two boards are slightly different in both hardware and software. My question is, how can I debug in my board? Is it relatively easy to debug such a simple program? Does it indicate that there's nothing wrong with the executable and the problem most probably lies in the filesystem of my board? Below is the code: #include <QApplication>