From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28551 invoked by alias); 29 May 2006 09:20:40 -0000 Received: (qmail 28539 invoked by uid 22791); 29 May 2006 09:20:39 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.ITB.ac.id (HELO mx1.itb.ac.id) (167.205.23.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 29 May 2006 09:20:30 +0000 Received: from mx4.ITB.ac.id (mx4.itb.ac.id [IPv6:2001:d30:3:5::69]) by mx1.itb.ac.id (Postfix) with ESMTP id 6571EFD7BE for ; Mon, 29 May 2006 16:18:45 +0700 (WIT) Received: from localhost (antivirus.itb.ac.id [167.205.1.75]) by mx4.ITB.ac.id (Postfix) with ESMTP id CB0754AC2D for ; Mon, 29 May 2006 16:17:55 +0700 (WIT) Received: from mx4.ITB.ac.id ([167.205.1.69]) by localhost (antivirus.itb.ac.id [167.205.1.75]) (amavisd-new, port 10004) with ESMTP id 56927-01 for ; Mon, 29 May 2006 16:18:31 +0000 (UTC) Received: from gajah.ee.itb.ac.id (gajah.ee.ITB.ac.id [167.205.67.187]) by mx4.ITB.ac.id (Postfix) with ESMTP id 4D3474AC2B for ; Mon, 29 May 2006 16:17:52 +0700 (WIT) Received: by gajah.ee.itb.ac.id (Postfix, from userid 80) id 56E534F; Mon, 29 May 2006 16:59:20 +0700 (WIT) Received: from Farmasi-108.fa.ITB.ac.id (Farmasi-108.fa.ITB.ac.id [167.205.68.108]) by gajah.ee.itb.ac.id (IMP) with HTTP for ; Mon, 29 May 2006 16:59:20 +0700 Message-ID: <1148896760.447ac5f80c6e3@gajah.ee.itb.ac.id> Date: Mon, 29 May 2006 09:20:00 -0000 From: Agus Ariffianto Reply-To: aariffianto@s.ee.itb.ac.id To: ecos-discuss@ecos.sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2 Virus-Scanned: antivirus-ITB Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] error: no memory region specified for loadable '.ram_vectors' X-SW-Source: 2006-05/txt/msg00220.txt.bz2 Dear ALL, I am trying to build hello program to run in LEON. During dong that, I faced some problem (and peculiarity) eCos configuration setting: Menu Build repository : /src/ecos Menu Build tempaltes : LEON Processor Packages :default Menu Tools-Paths-Build Tools : /gnutools/sparc-elf-3.2.3/bin Menu Tools-Paths-user tools : /bin The rest, I leave it by default -Configuration - Global Build options - Global command prefix : sparc-rtems Then I build library.... Then I got target.ld file (in folder leon_install/lib/) Next, I compile it: [agus]$ sparc-elf-gcc -I leon_install/include/ ../hello.c -o hello.out -L leon_install/lib/ -Ttarget.ld -nostdlib then the error turn up: /gnutools/sparc-elf-3.4.4/bin/../lib/gcc/sparc-elf/3.4.4/../../../../sparc-elf/bin/ld: error: no memory region for loadable section '.ram_vectors' collect2: ld returned 1 exit status second trial, I change Global command prefix setting: sparc-elf (was sparc-rtems) and change the compiler version to sparc-elf-3.2.3 (was 3.4.4). The error was same. Can anybody please help me solving these problem. Thank you very much. In addition, I use ecos-2 but set the repository to ecos (not ecos-2, different folder). I did that under fedore core 5. Best regards, Agus Ariffianto ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ ----- End forwarded message ----- ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss