From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17074 invoked by alias); 26 Dec 2004 22:59:38 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 17048 invoked from network); 26 Dec 2004 22:59:26 -0000 Received: from unknown (HELO postfix3-1.free.fr) (213.228.0.44) by sourceware.org with SMTP; 26 Dec 2004 22:59:26 -0000 Received: from [192.168.2.11] (xargent-3-82-226-152-61.fbx.proxad.net [82.226.152.61]) by postfix3-1.free.fr (Postfix) with ESMTP id 5249F173489 for ; Sun, 26 Dec 2004 23:59:26 +0100 (CET) Message-ID: <41CF41D2.3010505@fnac.net> Date: Sun, 26 Dec 2004 22:59:00 -0000 From: Paul Chavent User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: binutils@sources.redhat.com Subject: About ld scirpts and genscripts.sh Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00309.txt.bz2 Hello. I would like to build a cross development toolchain. I have an 'emulparams', an 'emultempl' and a 'scripttempl' file. I would like to know the diference between : - Insert them in the source tree of ld before compiling binutils (so it compile ld with the .c generated file). - Simply use my ld script with the option -T of ld. Or in other words, what does the *.c generated file do ? A last question : If i specify a emulation with no 'emultempl' script, is there any sense ? Do i need to modify the source tree of ld or can i simply use my ld script with the option -T of ld ? Thanks a lot. Cordialement. Paul.