Hi all
I m dealing with syscalls.c issue for very long time.I read most threads regarding this issue , I even consulted our local FAE.
The problem can be explained in this way:
when I attempt to debug the project after "power on" or "physical system restart" every thing works fine ,however if I try to debug the session for second run the debug session will fail .in other words it will call the syscalls.c .
if I step through the program the syscalls.c will be called after execution of following line
you could check my debug and target configurations on the following images
I have to mention so far this configuration gives me the best result ,in other words if I change any thing I wont be able to start the debug session at all . specially "jtag clock" and "reset the target on debug".
some more previously I had issue of
Can't find a source file at "/db/ztree/library/trees/xdctargets/xdctargets-h32x/src/gnu/targets/arm/rtsv7A/syscalls.c"
Locate the file or edit the source lookup path to include its location.
which I solve it by manually locating the file through browse window
Thanks in advance