Hello everybody,
I`m trying to execute a bare metal executable compiled (arm-elf). I`m getting segfaults. The command I used is:
qemu-arm -L /opt/lpc2103 hello.elf
The error I get is :
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
[1] 16858 segmentation fault qemu-arm -L /opt/lpc2103 hello.elf
The directory /opt/lpc2103 contains the toolchain installation. I also tried putting /opt/lpc2103/lib and /opt/lpc2103/lib64, which also gave the same error.
My target device is an ARM7TDMI-S processor from NXP (PLC2103)
What should be my next move?
Thanks in advance,
Jay Aurabind