--- In [email protected], Smtux S <[EMAIL PROTECTED]> wrote:
>
> what is cris-axis-linux-gnu?

That is the toolchain that is used for the make mechanism of the
FoxBoard SDK.

Insight is not available as binaries, simply because you have to
compile Insight yourself for both the host as well as the target.

In my case (and probably also yours), the host is an i686 machine
(Intel processor, has nothing to do with the OS running on top of
that) and the target is the FoxBoard, so the GDB executable must be
compiled for the cris-axis-linux-gnu toolchain.

After all, to debug you will start gdbserver on the target (=
FoxBoard) and GDB running on the host (= your PC) should be able to
"understand" the gdbserver running on the target.

Otherwise, debugging is simply not possible.

Best rgds,

--Geert


Reply via email to