|
I have just set up a development system using the Atmel SAM-ICE, an AT91SAM7S-EK board, Eclipse 3.6.1, and the Yagarto GNU system. This all works well and I can debug a new project without problems.
My problem is that after I make a small code change and restart the debug session, or start a new one, while the code screen shows my textual change, the arm is using the old executable. I am sure the elf file has been updated, but it is not being downloaded to the arm.
I have re-read all the various tutorials I used to get the system setup but cannot see what I am missing. Any suggestions very welcome.
Thanks
|