Guest
#1173380
Hi I managed to get eclipse and openocd to work with the aduc7000 series from ADI. I got debug in ram and flash working. I copied the instructions from J. Lynchs tutorial and adapted it to the aduc. during debugging I found one strange thing. libgcc.a is needed for some operations, e.g. shifting (>>, <<). As soon the debugger reaches a position libgcc.a is used it is complaining about a missing file lib1funcs.asm and stops. I used the arm toolchain for OS X (intel). My solution was to recompile the complete toolchain. After that I had the sources of gcc and eclipse was able to find the source file by itself. I have no problem with this because I got it working now. But maybe people using winarm / yagarto have the same problem and are unable to compile the tollchain theirself. So what is a good solution for this? Cheers, Tilo