python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
gdb does not jump to main
I have been using remote gdb debugging on ARM Cortex A8 for months without any problem.
Then I changed the init command in order to debug some memory leak from
set sysroot <path>
to
set sysroot...
peregrinus
Votes: 0
Answers: 0
Why ARM cores behaving differently with an ELF and binary file
I am doing baremetal development on ARM and emulating Raspi 3 on QEMU. Below is my minimal assembly code :
.section ".text.boot"
.global _start
_start:
1: wfe
b 1b
Below is my linker ...

Naveen
Votes: 0
Answers: 1