public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Path problem with configtool in cygwin?
@ 2006-09-20 10:26 Andrew Greenberg
  2006-09-20 15:04 ` [ECOS] " John Dallaway
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Greenberg @ 2006-09-20 10:26 UTC (permalink / raw)
  To: ecos-discuss

Hi everyone,

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?

Annoyingly, someone else had this problem long ago, but there's no
response on the mailing list to the fix for this. He referenced that
this might be a stupid mistake, so I'm wondering... ;)

Here's his message:

http://sources.redhat.com/ml/ecos-discuss/2003-05/msg00132.html

Thanks everyone,

Andrew

-- 
-------------------------------------------------------
Andrew Greenberg

Portland State Aerospace Society (http://psas.pdx.edu/)
andrew@psas.pdx.edu  P: 503.788.1343  C: 503.708.7711
-------------------------------------------------------

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS] Re: Path problem with configtool in cygwin?
  2006-09-20 10:26 [ECOS] Path problem with configtool in cygwin? Andrew Greenberg
@ 2006-09-20 15:04 ` John Dallaway
  2006-09-20 16:43   ` Andrew Greenberg
  0 siblings, 1 reply; 4+ messages in thread
From: John Dallaway @ 2006-09-20 15:04 UTC (permalink / raw)
  To: Andrew Greenberg; +Cc: ecos-discuss

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] Re: Path problem with configtool in cygwin?
  2006-09-20 15:04 ` [ECOS] " John Dallaway
@ 2006-09-20 16:43   ` Andrew Greenberg
  2006-09-21  3:04     ` [ECOS] To implement Application Exception Handlers Kalyani, Korubilli (IE10)
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Greenberg @ 2006-09-20 16:43 UTC (permalink / raw)
  To: John Dallaway; +Cc: ecos-discuss

John,

Wow, that's odd. But yes, that was it! Thanks so much.

Andrew

John Dallaway wrote:
> 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
> 

-- 
-------------------------------------------------------
Andrew Greenberg

Portland State Aerospace Society (http://psas.pdx.edu/)
andrew@psas.pdx.edu  P: 503.788.1343  C: 503.708.7711
-------------------------------------------------------

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS] To implement Application Exception Handlers
  2006-09-20 16:43   ` Andrew Greenberg
@ 2006-09-21  3:04     ` Kalyani, Korubilli (IE10)
  0 siblings, 0 replies; 4+ messages in thread
From: Kalyani, Korubilli (IE10) @ 2006-09-21  3:04 UTC (permalink / raw)
  To: Andrew Greenberg; +Cc: ecos-discuss

Hi,
I am working on ECOS operating system. I need to know how to install an
exception handler for my application. I tried posting a question to
ecos-discuss@sourceware.org but it replied in mail-daemon notice. 
Please tell me how to post a question to discussion forum. Plz its
urgent.

Regards,
Kalyani
-----Original Message-----
From: ecos-discuss-owner@ecos.sourceware.org
[mailto:ecos-discuss-owner@ecos.sourceware.org] On Behalf Of Andrew
Greenberg
Sent: Wednesday, September 20, 2006 10:14 PM
To: John Dallaway
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Re: Path problem with configtool in cygwin?

John,

Wow, that's odd. But yes, that was it! Thanks so much.

Andrew

John Dallaway wrote:
> 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
> 

-- 
-------------------------------------------------------
Andrew Greenberg

Portland State Aerospace Society (http://psas.pdx.edu/)
andrew@psas.pdx.edu  P: 503.788.1343  C: 503.708.7711
-------------------------------------------------------

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


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-21  3:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-20 10:26 [ECOS] Path problem with configtool in cygwin? Andrew Greenberg
2006-09-20 15:04 ` [ECOS] " John Dallaway
2006-09-20 16:43   ` Andrew Greenberg
2006-09-21  3:04     ` [ECOS] To implement Application Exception Handlers Kalyani, Korubilli (IE10)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).