From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17925 invoked by alias); 4 Apr 2006 13:05:54 -0000 Received: (qmail 17915 invoked by uid 22791); 4 Apr 2006 13:05:54 -0000 X-Spam-Check-By: sourceware.org Received: from rwcrmhc11.comcast.net (HELO rwcrmhc11.comcast.net) (216.148.227.151) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Apr 2006 13:05:50 +0000 Received: from godzilla.jrd.org (c-24-91-221-33.hsd1.ma.comcast.net[24.91.221.33]) by comcast.net (rwcrmhc11) with SMTP id <20060404130547m110003rnce>; Tue, 4 Apr 2006 13:05:48 +0000 Received: (qmail 827 invoked from network); 4 Apr 2006 13:05:47 -0000 Received: from kong.jrd.org (192.168.2.1) by godzilla.jrd.org with SMTP; 4 Apr 2006 13:05:47 -0000 Received: (qmail 8081 invoked from network); 4 Apr 2006 13:05:44 -0000 Received: from kong.jrd.org (HELO kong.jrd.org.jrd.org) (192.168.2.1) by kong.jrd.org with SMTP; 4 Apr 2006 13:05:44 -0000 From: "John R. Dunning" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17458.28456.147803.714504@kong.jrd.org> Date: Tue, 04 Apr 2006 13:05:00 -0000 To: ecos-discuss@ecos.sourceware.org X-IsSubscribed: yes 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] Using a different toolchain X-SW-Source: 2006-04/txt/msg00020.txt.bz2 Hi all. I'm trying to find hints on how to get ecos to build using a non-stock toolchain. It's gcc, but not one of the canned ones that comes with ecos. First, is there a way to convince ecosconfig and friends to generate a different tool prefix in the makefiles? It seemed like it was designed for that, but I couldn't find it. If not, it's no big deal, I can tweak the makefiles after generation. Second, is there documentation on what sections and other constructions are required in the linker script? I tried using a linker script from another (non-ecos) project, but that failed miserably. I have the impression that the script I'm using just doesn't have enough in it, but I don't speak ld well enough to know what I'm missing. Do I just need to go read up on that stuff in order to get my linker script right? Any other hints or things I should look at? TIA... -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss