From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29342 invoked by alias); 16 Nov 2002 23:29:27 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 29333 invoked from network); 16 Nov 2002 23:29:24 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 16 Nov 2002 23:29:24 -0000 Received: from tooth.toronto.redhat.com (tooth.toronto.redhat.com [172.16.14.29]) by touchme.toronto.redhat.com (Postfix) with ESMTP id A133D8001B0; Sat, 16 Nov 2002 18:29:23 -0500 (EST) Received: from tooth.toronto.redhat.com (IDENT:vCpGfEn7OixbuoxbD8FtKc+Jl96TKb//@localhost [127.0.0.1]) by tooth.toronto.redhat.com (8.12.5/8.12.5) with ESMTP id gAGNTNjD029760; Sat, 16 Nov 2002 18:29:23 -0500 Received: (from fche@localhost) by tooth.toronto.redhat.com (8.12.5/8.12.5/Submit) id gAGNTNm4029757; Sat, 16 Nov 2002 18:29:23 -0500 Date: Sat, 16 Nov 2002 15:29:00 -0000 From: "Frank Ch. Eigler" To: ?? ?? Cc: sid@sources.redhat.com Subject: Re: SID execution error Message-ID: <20021116232922.GA27805@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-SW-Source: 2002-q4/txt/msg00022.txt.bz2 Hi - > I built SID and a arm-target cross-toolchain and wanted to try sid, but I > got some problem. > > The toolchain on my systerm was a prebuilt one, I download it from: > http://www.lart.tudelft.nl/lartware/compile-tools/ > [...] > then I compiled it with arm-linux-gcc: > arm-linux-gcc -o test.exe test.c The problem is that this toolchain probably produces arm-linux type executables. While they may be ELF format files, they likely assume a memory layout (and importantly, system libraries and system call ABI) that is different from that of basic embedded ARM systems. It's not hopeless to try to configure sid to try to emulate an arm-linux environment. It'd be easier to get a plain embedded arm-elf toolchain, or use the arm-linux one somehow without the linux target dependencies. - FChE