This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem building eCos with Configuration Tool


Hi Ian

Perhaps the configtool is not able to create the /ecos-c mount correctly for 
some reason. Try looking at the mount table by typing "mount" at a Cygwin 
bash prompt. If there is no mention of /ecos-c in the table, you can create 
it manually using "mount -t -u c: /ecos-c".

I also recommend updating to a more recent version of the configtool. You 
can download a recent snapshot here:

  http://www.ecoscentric.com/devzone/configtool.shtml

John Dallaway
eCosCentric Limited

---Original Message---
From: "Ian Burns" <burns at rangerinstruments dot com>
To: <ecos-discuss at sources dot redhat dot com>
Date: Thu, 8 May 2003 16:35:44 +1000

> Hi,
> 
> I'm new to ecos and trying to get it to build for a h8300-elf target.
> I'm working under cygwin on a w2k box. I've built the necessary cross
> compiler, and am working with the Windows eCos Configuration Tool v2.11.
> 
> In the config tool, when I try Build->Library, I (immediately) get the
> following error, and no comilation:
> 
> make -j1 --directory "/ecos-c/ecos-c/ecos-c/test3_build"
> 
> make: *** /ecos-c/ecos-c/ecos-c/test3_build: No such file or directory.
> Stop.
> 
> It doesn't seem to matter where I save the .ecc file it always prefixes
> it with /ecos-c/. For example, c:\cygwin\home\ian\ecos\test becomes
> /ecos-c/cygwin/home/ian/ecos/test/, which does not exist. Even if I then
> create an /ecos-c/ directory and put the necessary files in it, it
> prefixes the with another /ecos-c/.
> 
> I'm sure I'm doing something really stupid here, but any help would be
> greatly appreciated.
> 
> Cheers,
> Ian Burns


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]