public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Gary Thomas <gthomas@redhat.com>
To: Andreas.Karlsson@combitechsystems.com
Cc: ecos-discuss@sourceware.cygnus.com
Subject: RE: [ECOS] Size of downloaded files?
Date: Mon, 18 Sep 2000 08:18:00 -0000	[thread overview]
Message-ID: <XFMail.20000918091817.gthomas@redhat.com> (raw)
In-Reply-To: <2253171AF143D21185A60000F8FA748B0229A973@pluto.combitech.se>

On 18-Sep-2000 Andreas.Karlsson@combitechsystems.com wrote:
> How do I generate a linker map?
> 
> I tried with this and with Map at several other places.
> 
> /Andreas
> 
> arm-elf-gcc -mcpu=arm7di                         -nostartfiles
> -L//d/ecos-work/aeb/config2_install/lib -Map my_mapfile, -Wl,--gc-sections
> -o testprog testprog.o receiver.o  -Ttarget.ld -nostdlib
> 
> arm-elf-gcc: my_mapfile,: No such file or directory
> 
> arm-elf-gcc: unrecognized option `-Map'
> 
> make: *** [testprog] Error 1
> 
> bash-2.04$
> 

You need to pass the options as -Wl,xxx  Thus,
  -Wl,-Map -Wl,my_mapfile

  reply	other threads:[~2000-09-18  8:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-18  8:15 Andreas.Karlsson
2000-09-18  8:18 ` Gary Thomas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-09-18  7:13 Andreas.Karlsson
2000-09-18  7:33 ` Gary Thomas

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=XFMail.20000918091817.gthomas@redhat.com \
    --to=gthomas@redhat.com \
    --cc=Andreas.Karlsson@combitechsystems.com \
    --cc=ecos-discuss@sourceware.cygnus.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).