This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc2.6.3
- To: Avinash Karanth Kodi <avinashk at ece dot arizona dot edu>
- Subject: Re: gcc2.6.3
- From: Christian Groessler <cpg at aladdin dot de>
- Date: 13 Jul 2001 11:33:13 +0200
- Cc: cpg at aladdin dot de, gcc at gcc dot gnu dot org
On 07/12/2001 11:49:50 PM MST Avinash Karanth Kodi wrote:
>
>Hi,
>I have an older version of gcc2.6.3 running on Linux. The simulator for
>which I am using the older version fails to execute and gives the
>following message:
>
>bash: ./gcc : cannot execute binary file
>
>I do not have the complete distribution of gcc263, but the one that was
>provided by the designers has all the binaries, assembler, linker and
>moreover it was sufficient to run it properly.
>
>Therefore could you tell me why I may be getting these error messages?
gcc2.6.3 produced aout binaries. Do you have enabled support for aout
in your kernel?
regards,
chris