public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Robert Cragie" <rcc@jennic.com>
To: <rajeev50@lycos.com>, <ecos-discuss@sources.redhat.com>
Subject: RE: [ECOS] configuration option in ecos.ecc
Date: Tue, 24 Apr 2001 06:52:00 -0000	[thread overview]
Message-ID: <NDBBLOIOMLKELOJBAPAGEEOHCEAA.rcc@jennic.com> (raw)
In-Reply-To: <BKEGGPFILIIOPAAA@mailcity.com>

Try deleting all your ecos tree (except for ecos.ecc and your application
source, of course) and rebuilding the tree using

ecosconfig tree

Then try re-making.

I found I had to do this (for 1.3.1 and associated tools) if changing
ecos.ecc. I still do it for "belt 'n' braces" - if there is a less
ham-fisted approach, it would be useful to know what it is...

I use the following script for linux - it (or something similar) should work
for cygwin too:

[snip begin]
#!/bin/bash

# If you have altered target.ld to include additional libs,
# save target.ld, the lib files and their associated headers
# mv ./install/lib/target.ld /tmp
# mv ./install/lib/mylib.a /tmp
# mv ./install/include/mylib.h /tmp

# Erase the whole tree to be on the safe side
rm -rf devs
rm -rf error
rm -rf hal
rm -rf infra
rm -rf install
rm -rf isoinfra
rm -rf io
rm -rf kernel
rm -rf language
rm -rf services
rm -f makefile

# Rebuild tree using ecosconfig from ecos.ecc
ecosconfig tree

# Restore target.ld and Jennic libs and includes
#mv /tmp/target.ld ./install/lib/
#mv /tmp/mylib.a ./install/lib
#mv /tmp/mylib.h ./install/include

# Build everything
make >& make.log
[snip end]

Robert

> -----Original Message-----
> From: ecos-discuss-owner@sources.redhat.com
> [ mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of Rajeev murthy
> Sent: 24 April 2001 13:37
> To: ecos-discuss@sources.redhat.com
> Subject: [ECOS] configuration option in ecos.ecc
>
>
> hi,
>    when i try to change the user value of
> CYGDAT_LIBC_STDIO_DEFAULT_CONSOLE in ecos.ecc to my display
> device and make it, the option is not reflected in libc.h where
> it is #defined.
>   where else should the change me made?
>
> thanks a lot
> rajeev
>
>
> Get 250 color business cards for FREE!
> http://businesscards.lycos.com/vp/fastpath/

      reply	other threads:[~2001-04-24  6:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-24  5:37 Rajeev murthy
2001-04-24  6:52 ` Robert Cragie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=NDBBLOIOMLKELOJBAPAGEEOHCEAA.rcc@jennic.com \
    --to=rcc@jennic.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=rajeev50@lycos.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).