[Qemu-devel] QEMU: Illegal instruction (core dumped) when using Pthread example code

2016-02-15 Thread junaidaslam1
Hi, I am using a very simple Pthread code to be emulated through QEMU which is cross compiled using ARM-GCC Compiler. When i run the program through QEMU it gives illegal instruction (core dump) error. Can anyone help me or enlighten me what is the reason of this message. My simple code is shown

[Qemu-devel] QEMU: Illegal instruction (core dumped) when using Pthread example code

2016-02-15 Thread junaidaslam1
Hi, I am using a very simple Pthread code to be emulated through QEMU which is cross compiled using ARM-GCC Compiler. When i run the program through QEMU it gives illegal instruction (core dump) error. Can anyone help me or enlighten me what is the reason of this message. My simple code is shown

[Qemu-devel] Help Needed Regarding Address Translation in User Mode Emulation

2016-02-11 Thread junaidaslam1
Dear Sir, I am looking for help regarding address translation in user mode emulation. I intend to grab the address from where a function is called after its original address from ".exe" is translated. For Example, in my sample program when a certain function is called 30 times, that is called fr