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?