public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew.lunn@ascom.ch>
To: jameshq <jameshq@liverpool.ac.uk>
Cc: Ecos-Discuss <ecos-discuss@sources.redhat.com>
Subject: Re: [ECOS] Problem while building the ecos Application with newer version gcc tool set.
Date: Tue, 11 Jun 2002 07:29:00 -0000	[thread overview]
Message-ID: <20020611142908.GF940@biferten.ma.tech.ascom.ch> (raw)
In-Reply-To: <PJECKLPLDMIGMBJHOILFIEJFCAAA.jameshq@liv.ac.uk>

> I got the following error message:
> 
> /tools/H-I686~1/bin/../lib/gcc-lib/arm-elf/3.0.4/../../../../arm-elf/bin/ld:
> can
> not find libsupc++.a
> collect2: ld returned 1 exit status

The library should be in your gcc install directory:

$ find . -name libsupc++.a
./arm-elf/lib/thumb/libsupc++.a
./arm-elf/lib/libsupc++.a

Is it there?

pass -v to gcc so you see exactly what ld is doing. Does it have the
paths correct?

      Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

  reply	other threads:[~2002-06-11 14:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-11  7:23 jameshq
2002-06-11  7:29 ` Andrew Lunn [this message]
2002-06-11  7:34   ` jameshq
2002-06-11  7:38     ` Andrew Lunn
2002-06-11  8:10       ` jameshq
2002-06-11  7:31 ` Tim Drury
2002-06-11  9:22   ` Martin Buck

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=20020611142908.GF940@biferten.ma.tech.ascom.ch \
    --to=andrew.lunn@ascom.ch \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=jameshq@liverpool.ac.uk \
    /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).