This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Vr4131
- From: "Jurica Baricevic" <jura at INTESIS dot hr>
- To: <gcc at gcc dot gnu dot org>
- Date: Mon, 24 Mar 2003 12:34:38 +0100
- Subject: Vr4131
Hi!
I would appreciate if anybody could give me an advice what would be the best
way to configure GCC (3.2.1) cross compiler (and GDB) for the NEC Vr4131
CPU. My host is cygwin 1.3.18-1 (P4/XP) and the important thing is that I
need 64-bit register support in GDB (that is probably far more important for
building GDB).
My real target is eCos (http://sources.redhat.ecos), but following their
instructions at http://sources.redhat.com/ecos/build-toolchain.html I failed
to build GCC 3.2.1 for the targets:
mips64vr4100-elf (the one I need, but CPU not supported by eCos yet)
mips64vr4300-elf (the closest target supported by eCos)
I suppose that mips64vr4300 and mips64vr4100 are not supported targets by
GCC (GNUPro maybe?). Which would be the closest target to CPU 4131:
mips64-vr4100-elf or mips64-elf?
Thank you very much,
Jura