public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Daniel Morris <danielm@redhat.com>
To: A Roturier <roturier@hotmail.com>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] strip gcc preprocessor directives?
Date: Mon, 23 Jul 2001 09:02:00 -0000	[thread overview]
Message-ID: <20010723165824.A21464@chunk.ammanford.redhat.com> (raw)
In-Reply-To: <F110kkZIhTrBoe2U8QV00003e34@hotmail.com>

On Mon, Jul 23, 2001 at 01:17:39PM +0000, A Roturier wrote:
> hello,
> 
> i'd like to strip off those gcc preprocessor directives so the source codes 
> are
> more readable.
> 
> i browsed through gcc online help and found the argument,
> 
> arm-elf-gcc -Wa,-a=out.txt .........

Either invoke the C preprocessor directly, or feed arm-elf-gcc the
-E flag. Note you'll need to pass your usual definitions and macros,
or else the source you'll be reading won't match what is going to
be compiled!

 Daniel

  reply	other threads:[~2001-07-23  9:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-23  6:17 A Roturier
2001-07-23  9:02 ` Daniel Morris [this message]
2001-07-23 18:54   ` I-Jui Sung

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=20010723165824.A21464@chunk.ammanford.redhat.com \
    --to=danielm@redhat.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=roturier@hotmail.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).