-2

I am training about a bare metal program as refer to one book. So now, I execute debugging with "ddd" from ".axf" files which is output from "make".

There's something I'd like to ask about this ddd's error.

The picture described below is to be when I command "start".

They say, There are no file named "0x10210"

I have no idea but I think some libraries are failed to be called,which is necessary for executing this code.

What could I check for them?

enter image description here

NEWBIEEBIEE
  • 197
  • 2
  • 13

1 Answers1

0

I accomplished it by setting

target remote localhost:1234

before the start.

zx485
  • 28,498
  • 28
  • 50
  • 59
NEWBIEEBIEE
  • 197
  • 2
  • 13