Hi Andrew Andrew Greenberg wrote:
> We're trying to get the GPL-GPS project to work under Windows, and I'm > having some trouble with the very latest configtool from eCosCentric > running under the latest CygWin (1.5.21-1). > > 1. Build, Generate Build Tree seems to work (there's no output). > 2. But Build, Library has this error: > > --------------- > make -j1 --directory > "/ecos-c/cygwin/home/andrew/gps/redboot/redboot_ram/redboot_ram_build" > > make: *** > /ecos-c/cygwin/home/andrew/gps/redboot/redboot_ram/redboot_ram_build: No > such file or directory. Stop. > --------------- > > I don't understand why it's using /ecos-c/ as the root of the path. it > should clearly be using /cygdrive/c/ or just /home/... any ideas? The eCos Configuration Tool should create the /ecos-c mount if it does not already exist. It is not clear to me why this is not happening with your installation. I suggest you try mounting c:\ at /ecos-c manually from a Cygwin bash prompt: mount -tf c:\\ /ecos-c John Dallaway eCosCentric Limited -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
