From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9019 invoked by alias); 11 Jan 2008 12:31:45 -0000 Received: (qmail 9008 invoked by uid 22791); 11 Jan 2008 12:31:43 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.155) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Jan 2008 12:31:13 +0000 Received: by fg-out-1718.google.com with SMTP id l27so1051435fgb.44 for ; Fri, 11 Jan 2008 04:31:10 -0800 (PST) Received: by 10.86.65.11 with SMTP id n11mr2935446fga.26.1200054670619; Fri, 11 Jan 2008 04:31:10 -0800 (PST) Received: by 10.86.80.9 with HTTP; Fri, 11 Jan 2008 04:31:10 -0800 (PST) Message-ID: <2cbbd8de0801110431q2a7fd7bfh4350b8b79df1f413@mail.gmail.com> Date: Fri, 11 Jan 2008 12:31:00 -0000 From: "Antoine Zen-Ruffinen" To: "ANILA SOOMRO" Cc: "eCos Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2cbbd8de0801110231p559aa23dqd024ecb07a47a40b@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] target.ld error X-SW-Source: 2008-01/txt/msg00056.txt.bz2 The error come probably from your BASE_DIR variable. As cygwin emulate a UNIX system, you should use the UNIX file path, not windows. I think you set BASE_DIR as somting like c:\path_to_my_workspace\some_other_dir\, no ? Then you should set it to /cygdrive/c/path_to_my_workspace/some_other_dir/. I develop under linux, so I can not be sure about cygwin config, but I think it can be that. Hope it help. Antoine 2008/1/11, ANILA SOOMRO : > > Please see my other reply. I have mentioned the compilation command that I > am using and the errors. > > Thanks > dranne > > > Date: Fri, 11 Jan 2008 11:31:57 +0100 > > From: antoine.zen@gmail.com > > To: dranne27@hotmail.com; > ecos-discuss@ecos.sourceware.org > > > Subject: Re: [ECOS] target.ld error > > > > First, as somebody told me yesterday, it is important to reply also to > > the mailing list, not only me. Some others will be maybe interested by > > your issue. > > With this makefile, does the error is just linking or does is not compile > also ? > > > > ---------- Forwarded message ---------- > > From: ANILA SOOMRO > > Date: 11 janv. 2008 11:01 > > Subject: RE: [ECOS] target.ld error > > To: Antoine Zen-Ruffinen > > > > > > > > I am attaching the makefile as well. Its the makefile present within > > the examples directory. > > I have edited it and the install directory is PowerPCSimulated_install. > > > > dranne > > > > > > > > > Date: Fri, 11 Jan 2008 09:52:23 +0100 > > > From: antoine.zen@gmail.com > > > To: dranne27@hotmail.com > > > Subject: Re: [ECOS] target.ld error > > > CC: ecos-discuss@ecos.sourceware.org > > > > > > Hello, > > > > > > I am not very experienced with eCos, I am also almost new to it. But I > > > think I can help you. (such problem are not far for me) It is maybe > > > just a problem of path. > > > What is you target platform ? > > > Can you post us the makefile you use or the command you type and the > > > complier/linker output ? > > > > > > Antoine > > > > > > 2008/1/11, ANILA SOOMRO : > > > > > > > > I am using the eCos user guide to compile sample program hello.c but I > get this error: cannot open linker script file target.ld: No such file or > directory > > > > although target.ld exists. > > > > I am using cygwin bash on WinXp, can anyone help? I am new to Cygwin > and eCos. > > > > > > > > Thanks in advance. > > > > dranne > > > > > > > > > > > > > _________________________________________________________________ > > > > Share life as it happens with the new Windows Live. > > > > > http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008 > > > > > > > > -- > > > > Before posting, please read the FAQ: > http://ecos.sourceware.org/fom/ecos > > > > and search the list archive: > http://ecos.sourceware.org/ml/ecos-discuss > > > > > > > > > > > > > > ________________________________ > > Share life as it happens with the new Windows Live. Start sharing! > > > ________________________________ > Share life as it happens with the new Windows Live. Start sharing! -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss