public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] at91 hal
@ 2002-07-23 12:36 Thomas Koeller
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Koeller @ 2002-07-23 12:36 UTC (permalink / raw)
  To: ecos-discuss

[-- Attachment #1: Type: text/plain, Size: 1291 bytes --]

I did some more cleanups on my modular at91 HAL. To make the
installation easier, I created a set of two packages in standard .epk
format, so that the 'ecosadmin.tcl' script can be used to install them.
Before doing this, the original at91 hal has to be removed from
the package repository, this can also be done using 'ecosadmin.tcl'.

ecosadmin.tcl works quite well under Linux, but on windows it has
some quirks, mostly related to the fact that Tcl/Tk under Windows
uses Windows-style path names ("c:/cygwin" etc.). A typical
symptom is ecosconfig complaining about being unable to find
gunzip. This is because the PATH variable is inherited from the
cygwin environment and therefore is a unix-style path. I could work
around this by creating a symbolic link named 'gunzip' in the current
directory, pointing to '/bin/gunzip.exe". The windows GUI configuration
tool could be used instead of 'ecosadmin.tcl', but seems to have the
same problem.

I'll be on vacation for three weeks now, so if there are any questions,
please exercise some patience...

tk


-- 

Thomas Koeller, Software Development

Basler Vision Technologies
An der Strusbek 60-62
22926 Ahrensburg
Germany

Phone	+49 (4102) 463-390
Fax	+49 (4102) 463-46390

mailto:thomas.koeller@baslerweb.com
http://www.baslerweb.com 


[-- Attachment #2: hal_at91.epk --]
[-- Type: application/x-gzip, Size: 10399 bytes --]

[-- Attachment #3: hal_eb40.epk --]
[-- Type: application/x-gzip, Size: 7794 bytes --]

[-- Attachment #4: Type: text/plain, Size: 146 bytes --]

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

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

* Re: [ECOS] AT91 HAL
  2002-04-23 14:18   ` John Anderson
@ 2002-04-23 14:23     ` Deli Geng (David)
  0 siblings, 0 replies; 5+ messages in thread
From: Deli Geng (David) @ 2002-04-23 14:23 UTC (permalink / raw)
  To: John Anderson, ecosforum

try http://sources.redhat.com/ecos/
and http://sources.redhat.com/ecos/anoncvs.html
good luck

----- Original Message -----
From: "John Anderson" <john@gocoretec.com>
To: "Deli Geng (David)" <deli.geng@ncl.ac.uk>; "ecosforum"
<ecos-discuss@sources.redhat.com>
Sent: Tuesday, April 23, 2002 10:18 PM
Subject: Re: [ECOS] AT91 HAL


> Not being a CVS user, I'm not sure where to check it.  I've downloaded the
> windows eCos install and it's not there.  I've also downloaded
> ecos-1.3.1.tar.gz and it isn't in that file either.
>
> John Anderson
>
> ----- Original Message -----
> From: "Deli Geng (David)" <deli.geng@ncl.ac.uk>
> To: "John Anderson" <john@gocoretec.com>; "ecosforum"
> <ecos-discuss@sources.redhat.com>
> Sent: Tuesday, April 23, 2002 1:59 PM
> Subject: Re: [ECOS] AT91 HAL
>
>
> > Check the CVS. They do have AT91 support.
> >
> > BTW, does that AT91 HAL take the advantage of the AIC now? It wasn't
when
> I
> > used it this January.
> >
> > ----- Original Message -----
> > From: "John Anderson" <john@gocoretec.com>
> > To: "ecosforum" <ecos-discuss@sources.redhat.com>
> > Sent: Tuesday, April 23, 2002 6:27 PM
> > Subject: [ECOS] AT91 HAL
> >
> >
> > > I have eCos 1.3.1 installed on my computer but there is no directory
for
> > the
> > > at91 HAL.  I see references to "packages/hal/arm/at91" in other posts.
> Is
> > > this available anywhere?
> > >
> > > John Anderson
> > >
> > >
> > > --
> > > Before posting, please read the FAQ:
http://sources.redhat.com/fom/ecos
> > > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> > >
> > >
> > >
> >
> >
> >
>
>
>



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

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

* Re: [ECOS] AT91 HAL
  2002-04-23 10:59 ` Deli Geng (David)
@ 2002-04-23 14:18   ` John Anderson
  2002-04-23 14:23     ` Deli Geng (David)
  0 siblings, 1 reply; 5+ messages in thread
From: John Anderson @ 2002-04-23 14:18 UTC (permalink / raw)
  To: Deli Geng (David), ecosforum

Not being a CVS user, I'm not sure where to check it.  I've downloaded the
windows eCos install and it's not there.  I've also downloaded
ecos-1.3.1.tar.gz and it isn't in that file either.

John Anderson

----- Original Message -----
From: "Deli Geng (David)" <deli.geng@ncl.ac.uk>
To: "John Anderson" <john@gocoretec.com>; "ecosforum"
<ecos-discuss@sources.redhat.com>
Sent: Tuesday, April 23, 2002 1:59 PM
Subject: Re: [ECOS] AT91 HAL


> Check the CVS. They do have AT91 support.
>
> BTW, does that AT91 HAL take the advantage of the AIC now? It wasn't when
I
> used it this January.
>
> ----- Original Message -----
> From: "John Anderson" <john@gocoretec.com>
> To: "ecosforum" <ecos-discuss@sources.redhat.com>
> Sent: Tuesday, April 23, 2002 6:27 PM
> Subject: [ECOS] AT91 HAL
>
>
> > I have eCos 1.3.1 installed on my computer but there is no directory for
> the
> > at91 HAL.  I see references to "packages/hal/arm/at91" in other posts.
Is
> > this available anywhere?
> >
> > John Anderson
> >
> >
> > --
> > Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> >
> >
> >
>
>
>


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

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

* Re: [ECOS] AT91 HAL
  2002-04-23 10:27 [ECOS] AT91 HAL John Anderson
@ 2002-04-23 10:59 ` Deli Geng (David)
  2002-04-23 14:18   ` John Anderson
  0 siblings, 1 reply; 5+ messages in thread
From: Deli Geng (David) @ 2002-04-23 10:59 UTC (permalink / raw)
  To: John Anderson, ecosforum

Check the CVS. They do have AT91 support.

BTW, does that AT91 HAL take the advantage of the AIC now? It wasn't when I
used it this January.

----- Original Message -----
From: "John Anderson" <john@gocoretec.com>
To: "ecosforum" <ecos-discuss@sources.redhat.com>
Sent: Tuesday, April 23, 2002 6:27 PM
Subject: [ECOS] AT91 HAL


> I have eCos 1.3.1 installed on my computer but there is no directory for
the
> at91 HAL.  I see references to "packages/hal/arm/at91" in other posts.  Is
> this available anywhere?
>
> John Anderson
>
>
> --
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
>
>
>



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

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

* [ECOS] AT91 HAL
@ 2002-04-23 10:27 John Anderson
  2002-04-23 10:59 ` Deli Geng (David)
  0 siblings, 1 reply; 5+ messages in thread
From: John Anderson @ 2002-04-23 10:27 UTC (permalink / raw)
  To: ecosforum

I have eCos 1.3.1 installed on my computer but there is no directory for the
at91 HAL.  I see references to "packages/hal/arm/at91" in other posts.  Is
this available anywhere?

John Anderson


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

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

end of thread, other threads:[~2002-07-23 19:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-23 12:36 [ECOS] at91 hal Thomas Koeller
  -- strict thread matches above, loose matches on Subject: below --
2002-04-23 10:27 [ECOS] AT91 HAL John Anderson
2002-04-23 10:59 ` Deli Geng (David)
2002-04-23 14:18   ` John Anderson
2002-04-23 14:23     ` Deli Geng (David)

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).