public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Re: Adding new platform
       [not found] <F130mlegh0YCaRW5ER8000017e0@hotmail.com>
@ 2002-06-27  8:51 ` Iztok Zupet
  0 siblings, 0 replies; 2+ messages in thread
From: Iztok Zupet @ 2002-06-27  8:51 UTC (permalink / raw)
  To: john ashfield; +Cc: ecos-discuss

On Thursday 27 June 2002 15:19, john ashfield wrote:
> Hi,
>
> Thank you very much for your help. I tried to login the server, but it
> fails with the error message:
> cvs login: authorization failed: server sources.redhat.com rejected access
> to /cvs/ecos for user anoncvs
> However, I can still download the htdocs directory without login using the
> second cvs you gave me. The htdocs contains many html files and a few
> directory. How do I view the docs, and which doc should I read first?
>
> Thank you very much.

Hi:
   Go to the htdocs/docs-latest directory and open index.html with a browser.
This is the index (the topmost file) for the latest docs available. Since all 
the liniks in the htdocs are relative browsing should be no problem. On Linux 
the docs are browseable using any browser as they should be on Win using 
MSIE.

Regards
iz
 

-- 
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] 2+ messages in thread

* [ECOS] Re: Adding new platform
       [not found] <F100txc1o8yfogkJXrR000008d5@hotmail.com>
@ 2002-06-27  1:41 ` Iztok Zupet
  0 siblings, 0 replies; 2+ messages in thread
From: Iztok Zupet @ 2002-06-27  1:41 UTC (permalink / raw)
  To: john ashfield; +Cc: ecos-discuss

On Wednesday 26 June 2002 23:03, john ashfield wrote:
> Hi Iztok,
>
> I read your response on ecos discuss about "Adding new platform". I am very
> new to ecos, so I dont have much experience about adding a new platform
> when ecos does not support my platform (MPC7400). Based on you response
> email, I can add a new directory in packages/hal such as MPC74xx or I start
> with one of the existing directories by copying and renaming it to MPC74xx.
> Is it ok to do that? If so, how do I know what to change in the cdl and src
> files. In particular, what components should I keep or add in the cdl file
> that describe my platform?
>
> Thanks a lot.
>
>
> _________________________________________________________________
> Join the worldÂ’s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com

Hi
  Yes, You can add a new directory to packages/hal. But better, if You can use 
an existing one (copy/rename), that allready suits Your needs, at least 
partially .

 The src files are normal c files, which You can edit freely, but you must 
preserve the original entry points and function returns.
 The syntax for the cdl files is very similar to tcl programming syntax ( eg 
cdl seems to be a tcl extension).

 Once You've created Your hal directory with corresponding cdl files, You must 
add the target into the packages/ecos.db file, which is also esentially a cdl 
file. (Just copy the original target definition , rename it to your target 
and modify the packages/hal directory in there. (Targets used to be defined 
somewhere near the end of ecos.db)

  But befor doing that You must obtain the most recent eCos documentation, 
which is also available from the cvs server. Just do

%mkdir htdocs
%cd htdocs
%cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/ecos login
  You will be prompted for a password which is anoncvs.
%cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/ecos -z 6 co -P htdocs

That's the way how I obtained the most recent eCos htdocs (it checks out in 
the docs_latest directory).

There's an eCos porting guide in there, too.

Regards
iz

-- 
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] 2+ messages in thread

end of thread, other threads:[~2002-06-27 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <F130mlegh0YCaRW5ER8000017e0@hotmail.com>
2002-06-27  8:51 ` [ECOS] Re: Adding new platform Iztok Zupet
     [not found] <F100txc1o8yfogkJXrR000008d5@hotmail.com>
2002-06-27  1:41 ` Iztok Zupet

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