This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Should I expect a gcc as the output of the build?
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: casa_verde at excite dot com, gcc-help at gcc dot gnu dot org
- Date: Tue, 29 Mar 2005 17:21:38 -0600
- Subject: Re: Should I expect a gcc as the output of the build?
- References: <20050329224605.EE12F3E37@xprdmailfe11.nwk.excite.com>
Hi Pavarotti,
>1. I believe I have met the prerequisites. I have been programing and compiling other applications, drivers, and kernel images without problems. What else could I have missed?
I don't know.
>2. My output has an xgcc. What is xgcc? or where I can find the info about xgcc?
You are intentionally building a cross-compiler, correct?
>Is xgcc just the gcc but with a different name?
I believe xgcc is GCC built as a cross-compiler. You did add the cross-compiler --target flag, which is for creating a cross-compiler (as per <http://gcc.gnu.org/install/configure.html>).
HTH,
--Eljay