From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15088 invoked by alias); 4 Aug 2010 13:21:55 -0000 Received: (qmail 15077 invoked by uid 22791); 4 Aug 2010 13:21:53 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail41c40.carrierzone.com (HELO mail41c40.carrierzone.com) (209.235.156.181) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Aug 2010 13:21:44 +0000 Received: from mail41c40.carrierzone.com (localhost [127.0.0.1]) by mail41c40.carrierzone.com (8.13.6/8.13.1) with ESMTP id o74DLfS2029309 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 4 Aug 2010 09:21:42 -0400 Received: (from webmail@localhost) by mail41c40.carrierzone.com (8.13.6/8.12.2/Submit) id o74DLeRS029308 for gcc-help@gcc.gnu.org; Wed, 4 Aug 2010 09:21:40 -0400 Received: from 110-234-3-2.del.tulipconnect.com (110-234-3-2.del.tulipconnect.com [110.234.3.2]) by webmail.rf-silicon.com (Webmail 5.0 V.V.I.) with HTTP for ; Wed, 04 Aug 2010 09:21:40 -0400 Message-ID: <20100804092140.tpr9uob9w5wscs8s@webmail.rf-silicon.com> From: suvir.bhargav@rf-silicon.com To: gcc-help@gcc.gnu.org Subject: facinf problem in arm-cc to arm-gcc gas conversion Date: Wed, 04 Aug 2010 13:21:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Webmail 6.0 X-CSC: 0 X-CHA: v=1.1 cv=3zfizZ1xcncFWMkF1UTvA93yo3tU6MD8TJqXEXvo5MU= c=1 sm=1 a=qVzzSJ4NEYAA:10 a=IkcTkHD0fZMA:10 a=RuAUlhufsQWaRWcZkjW7WA==:17 a=AYTKzqm6XOr7kOAUqd0A:9 a=td2Oopl9r9H0qn3mQ6tN2z-JJkAA:4 a=QEXdDO2ut3YA:10 a=WkljmVdYkabdwxfqvArNOQ==:117 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg00039.txt.bz2 hi all, =C2=A0I was stuck up with some issues amidst my application porting on gcc/= linux on BeagleBoard(ARM). Could you kindly look into the activities I have undergone as per this assi= gnment, as mentioned below. 1.I have compiled OpenMax Signal processing libraries=C2=A0 using arm tool = chain(RVDS 4.0) and created object files. =C2=A0I=E2=80=99m linking .objs of OpenMax along with other =E2=80=98c=E2= =80=99 files in my application on linux using gcc. I am getting =E2=80=9Cundefined references=E2=80=9D=C2=A0 to assembly funct= ions of OpenMax in my application. (I assume that=C2=A0 .objs from arm-cc and arm-gcc should be compatible). 2.I have also started converting OpenMax libraries from arm-cc format to gc= c assembly format(GAS) ,but still facing the same errors. Could you please suggest me any hints/solution to address my requirement. Also please let me know if you have any other workaround for my problem. =C2=A0 Thanks & regards suvir