Grant Edwards wrote:
:
Here it is. It requires you to have source tarballs for
binutils-2.17.tar.bz2, gcc-core-3.2.3.tar.bz2, gdb-6.4.tar.bz2.
:
One more point: did you really manage to compile gdb-6.4?
Your build script seems to be a little bit tweaked there, because you
are stating that one needs an mspgcc CVS snapshot and in the script you
are doing:
:
GDBVERS=6.4
:
function do-gdb {
echo "=== extracting gdb"
tar xvf gdb-$GDBVERS.tar.bz2 -C src
echo "=== merging mspgdb files"
cp -a mspgcc/gdb/gdb-$GDBVERS/* src/gdb-$GDBVERS/
:
But actually that mspgcc/gdb/gdb-6.4 subdir does not exist in CVS!?
How to do it?
Hardy