public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: "Frank Ch. Eigler" <fche@redhat.com>
To: mnskrishna@soc-soft.com
Cc: sid@sources.redhat.com
Subject: Re: Need information about passing command line arguments.
Date: Thu, 12 Jan 2006 00:10:00 -0000	[thread overview]
Message-ID: <20060111210837.GB17696@redhat.com> (raw)
In-Reply-To: <4BF47D56A0DD2346A1B8D622C5C5902C01288F49@soc-mail.soc-soft.com>

Hi -

On Wed, Jan 11, 2006 at 12:01:11PM +0530, mnskrishna@soc-soft.com wrote:
> [...]
> ./sid -board=mm_MAX -load=hello.x -INITTIME
> considering the above example please let me know how to pass -INITTIME
> to the hello.x
> [...]

The code in sid/main/mainDynamic.cxx does not appear able to pass
simulated command line arguments to the gloss component (the
"command-line" attribute) the same way that the sid/bsp/configrun-sid
perl front-end did.  You may be able to simulate it with the more
general "-e" option, something like this:

./sid -board=mm_MAX -load=hello.x \
     -e 'set GLOSS-COMPONENT command-line -INITTIME'

You'd have to figure out the right GLOSS-COMPONENT name though,
perhaps from a prior run with "--save-temps".

- FChE

       reply	other threads:[~2006-01-12  0:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4BF47D56A0DD2346A1B8D622C5C5902C01288F49@soc-mail.soc-soft.com>
2006-01-12  0:10 ` Frank Ch. Eigler [this message]
2006-01-12  5:52 mnskrishna
2006-01-12 13:15 ` Frank Ch. Eigler
2006-01-12  7:20 mnskrishna
2006-01-12 10:07 mnskrishna
2006-01-12 10:19 mnskrishna
2006-01-12 13:51 mnskrishna
2006-01-12 15:52 ` Frank Ch. Eigler

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=20060111210837.GB17696@redhat.com \
    --to=fche@redhat.com \
    --cc=mnskrishna@soc-soft.com \
    --cc=sid@sources.redhat.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).