From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3590 invoked by alias); 12 Jun 2006 12:01:11 -0000 Received: (qmail 3568 invoked by uid 22791); 12 Jun 2006 12:01:06 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-01.spheriq.net (HELO fra-del-01.spheriq.net) (195.46.51.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Jun 2006 11:59:35 +0000 Received: from fra-out-03.spheriq.net (fra-out-03.spheriq.net [195.46.51.131]) by fra-del-01.spheriq.net with ESMTP id k5CBx79E031979 for ; Mon, 12 Jun 2006 11:59:09 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-03.spheriq.net with ESMTP id k5CBx5ZD018159 for ; Mon, 12 Jun 2006 11:59:05 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id k5CBx0qb020189 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Mon, 12 Jun 2006 11:59:04 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A2A56DA7E for ; Mon, 12 Jun 2006 11:57:27 +0000 (GMT) Received: from mail1.dlh.st.com (mail1.dlh.st.com [10.199.8.21]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 1674B47583 for ; Mon, 12 Jun 2006 11:57:26 +0000 (GMT) Received: from dlhtpabtpc243 (dlhgn13dhcp40.dlh.st.com [10.199.13.40]) by mail1.dlh.st.com (MOS 3.5.8-GR) with ESMTP id CKY22913 (AUTH "kanwalpreet singh"); Mon, 12 Jun 2006 17:27:25 +0530 (IST) From: Kanwal Preet Singh CHANANA To: Subject: ARM Linker Problem Date: Mon, 12 Jun 2006 12:01:00 -0000 Message-ID: <009d01c68e17$5f5250e0$280dc70a@dlh.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook, Build 10.0.5709 X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00099.txt.bz2 Hi all, I am using GCC 4.0.3 ARM Cross Compiler. I am porting my application from A= DS to GCC complier. I have a object file containing Symbols with their abso= lute addresses ( most of the symbols are Interrupt Vector Table Enteries). = When I try to build my application, GCC ARM Linker gives a error "symbols.o file not recognized: File format not recognized". How can i convert that file for GCC Linker( arm-elf-ld )? Also i am facing problem regarding Linker Script File required by "arm-elf-= ld". I have a scatter file working with ADS but it is not working with arm-= elf-ld. Can some body help me on this? Regards, Kanwal