From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3987 invoked by alias); 24 Apr 2006 19:37:33 -0000 Received: (qmail 3978 invoked by uid 22791); 24 Apr 2006 19:37:33 -0000 X-Spam-Check-By: sourceware.org Received: from ls405.t-com.hr (HELO ls405.htnet.hr) (195.29.150.135) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Apr 2006 19:37:30 +0000 Received: from ls422.t-com.hr (ls422.t-com.hr [195.29.150.237]) by ls405.htnet.hr (0.0.0/8.12.10) with ESMTP id k3OJbLbN022160; Mon, 24 Apr 2006 21:37:25 +0200 Received: from ls422.t-com.hr (localhost.localdomain [127.0.0.1]) by ls422.t-com.hr (Qmlai) with ESMTP id D4A3C988043; Mon, 24 Apr 2006 21:37:25 +0200 (CEST) X-Envelope-Sender: andrija.radicevic@zg.t-com.hr X-Envelope-Sender: andrija.radicevic@zg.t-com.hr Received: from harlequin (83-131-108-55.adsl.net.t-com.hr [83.131.108.55]) by ls422.t-com.hr (Qmlai) with SMTP id 774428B8057; Mon, 24 Apr 2006 21:37:16 +0200 (CEST) Message-ID: <001601c667d6$8ed6ec70$0a01a8c0@harlequin> From: "Andrija Radicevic" To: "Dave Korn" , References: <040901c6679a$8da56890$a501a8c0@CAM.ARTIMI.COM> Subject: Re: ld fails to build for target Date: Tue, 25 Apr 2006 02:27:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00328.txt.bz2 > > Well, it's all just shell scripts. Run it under "bash -x" and see what > commands are being executed and see why it goes wrong. > I have tried this too, but it didn't help me much. Obviously, I haven't explained the problem clearly enough. 1. the configure went ok (at least I didn't notice anything suspicuose) 2. make succeded to build everything (bfd, opcodes, gas ...) but ld it exits with the message: *** ld does not support target e1-coff *** see ld/configure.tgt for supported targets make: *** [configure-ld] Error 1 this is the message from ld/configure.tgt which is at the end of the block case "${target}" in ... esac the thing is that I have the line e1-*-coff) targ_emul=coff_e1 ;; in this block, but the case somehow doesn't evaluate the alias e1-coff to e1-*-coff regards Andrija Radicevic