From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12901 invoked by alias); 15 May 2006 10:14:41 -0000 Received: (qmail 12893 invoked by uid 22791); 15 May 2006 10:14:40 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 May 2006 10:14:39 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4FAEZMf017917; Mon, 15 May 2006 06:14:35 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4FAEXQ5011320; Mon, 15 May 2006 06:14:34 -0400 Received: from [10.32.68.7] (vpn-68-7.surrey.redhat.com [10.32.68.7]) by pobox.surrey.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4FAEVBs020631; Mon, 15 May 2006 11:14:32 +0100 Message-ID: <44685480.6060505@redhat.com> Date: Mon, 15 May 2006 22:38:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Mauricio Alvarez CC: binutils@sourceware.org Subject: Re: problems with gas in AIX 5.2 References: <4464BD35.2030006@ac.upc.edu> In-Reply-To: <4464BD35.2030006@ac.upc.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00258.txt.bz2 Hi Mauricio, > Now I am doing something like this: > to compile a selected file with gcc-4.0.2 to assembly > to assemble the result file to object file with gas-2.16.1 Why not use gcc-4.0.2 to assemble the file as well ? ie why use a different assembler from the one that forms part of the gcc-4.0.2 toolchain ? > link the resultant object file and other objects with gcc-4.0.2 ie: powerpc-ibm-aix5.2.0.0-gcc-4.0.2 [...] -S -o ffmpeg.s ffmpeg.c powerpc-ibm-aix5.2.0.0-gcc-4.0.2 -mppc -o ffmpeg.o ffmpeg.s powerpc-ibm-aix5.2.0.0-gcc-4.0.2 [...] -o ffmpeg_g ffmpeg.o Cheers Nick