From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32436 invoked by alias); 5 Apr 2004 22:39:56 -0000 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 Received: (qmail 32419 invoked from network); 5 Apr 2004 22:39:52 -0000 Received: from unknown (HELO smtp0.libero.it) (193.70.192.33) by sources.redhat.com with SMTP; 5 Apr 2004 22:39:52 -0000 Received: from inwind.it (151.37.78.143) by smtp0.libero.it (7.0.027-DD01) id 404F12EF006AC2BC; Tue, 6 Apr 2004 00:39:49 +0200 Message-ID: <4071E026.6060308@inwind.it> Date: Mon, 05 Apr 2004 22:39:00 -0000 From: Andrea 'fwyzard' Bocci Organization: AntaniX User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) MIME-Version: 1.0 To: Peter Franklen CC: gcc-help@gcc.gnu.org Subject: Re: Linking embedded V850 applications? References: <1080720393.30127.ezmlm@gcc.gnu.org> <002301c416f8$df4618b0$0200000a@PNF> In-Reply-To: <002301c416f8$df4618b0$0200000a@PNF> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00055.txt.bz2 You should probably ask on the binutils mailing list. Linker & assembler for GNU toolchains come from there... .fw. Peter Franklen wrote: >Hi, > >I am using gnuxtools GCC 3.3.2 (I don't use any C++ features, only pure ANSI >C) on the Windows 2000 platform for V850 embedded development. My embedded >system is rather simple with 256K internal Flash ROM starting at 0x000000 >and 16K internal memory starting at 0xffffb000. My main problem is linking >my application. First of all, when I try to setup a simple linker script I >get a lot of messages with undefined references to symbols like __ctbp, __ep >and __gp, ___dtors_end etc. I have found huge linker scripts that somehow >seams to deal with these references, but I haven't yet been able to modify >any of these to produce a runable application. I'm having a feeling that I'm >doing something wrong here. Do I need another library clib.a or crt0.o? > >Can anybody help me? > >Best regards >Peter Franklen > > > >