Oh yes, and I tried configuring and building gdb first and it works fine:
./configure --target=arm-linux-elf
make
Then configure gdbserver:
cd gdb/gdbserver
../../configure arm-linux
make CC=arm-elf-gcc
and I get the errors.
-PaulK
Philip Blundell wrote:
> >I was trying to build using ../../configure arm-linux-elf which as
>
> The hostname for GNU/Linux is `arm-linux'. Putting the `-elf' on the end is
> confusing configure into doing the wrong thing, which is why you're running
> into these obsolete RISCiX files.
>
> p.