This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gdb issues + how to upgrade gcj version for cross compilation
- From: Tom Tromey <tromey at redhat dot com>
- To: Vladimir Leven <vladimirl at wrx-ca dot com>
- Cc: java at gcc dot gnu dot org
- Date: 11 May 2004 18:02:40 -0600
- Subject: Re: gdb issues + how to upgrade gcj version for cross compilation
- References: <40633001.3090605@wrx-ca.com> <408935D7.2060600@wrx-ca.com><408E92C7.9090302@wrx-ca.com> <4098164C.7050303@wrx-ca.com><40A16233.3060301@wrx-ca.com>
- Reply-to: tromey at redhat dot com
Vladimir> If I wish to upgrade to the latest version of GCJ, do I have to
Vladimir> rebuild all of GCC, or only part of it? o
All of it.
Vladimir> I have a cross compilation
Vladimir> chain set up for my target platform. This chain uses GCC 3.2.3. Using
Vladimir> GCJ 3.4.0 seems to solve with GDB, but to use it for the target
Vladimir> platform, do I have to rebuild the entire gcc toolchain?
You have to rebuild all of gcc, but probably not things like the
assembler or ld.
Tom