Page 1 of 1

Problem with Breakpoints in Insight

Posted: Sat Nov 19, 2011 12:08 pm
by meGa
Hello Guys,

I have the following ARM-Assembler Code: https://gist.github.com/1378720

I compile this with this command: arm-eabi-gcc -g P03_A02.S -o P03_A02.elf

After that I want to simulate it with the Insight-Debugger by starting it with this command: arm-eabi-insight P03_A02.elf

Now, If I want to jump to a certain line in the Assembler Code, I get an error which I cannot solve:

Image

Maybe you can help me with that. Thanks!