Hi, all:
Working Environment:
OS: Ubuntu 18.04
QEMU: Default from repository
$ qemu-arm --version
qemu-arm version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.1)
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
$ qemu-system-arm --version
QEMU emulator version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.1)
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
A simple code "Hello World" is successfully compiled but failed to run from within Eclipse (I've already configured Eclipse from Window->Preferences), with the following ERROR message:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Can anybody give me a hand please?
Cheers
Pei