esden / summon-arm-toolchain

This project is not under active development any more. Consider using https://launchpad.net/gcc-arm-embedded instead! A very simple build script for bare metal arm toolchain. NO LINUX!

Home Page:http://summon-arm-toolchain.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdb has "moved".

rewolff opened this issue · comments

In my case the script downloaded gdb-linaro-7.3-2011.10.tar.bz2 while it expects: gdb-7.3.1.tar.bz2 .

I had to create a link to the source and a symlink to the build directory for it to build. ln -s gdb-linaro-7.3-2011.10 gdb-7.3.1

(and the cleanup then eventually deletes the symlink instead of the actual build directory).

I think this should work now. And when compiling linaro the correct zip file should be used. If the issue still persists please let me know. :)