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:

Maybe you can help me with that. Thanks!