public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "jameshq" <jameshq@liverpool.ac.uk>
To: "Andrew Lunn" <andrew.lunn@ascom.ch>
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 08:10:00 -0000	[thread overview]
Message-ID: <PJECKLPLDMIGMBJHOILFMEJGCAAA.jameshq@liv.ac.uk> (raw)
In-Reply-To: <20020611143812.GG940@biferten.ma.tech.ascom.ch>

I followed exactly the same as on the web:
http://sources.redhat.com/ecos/tools/win-arm-elf.html

Configure GCC, ensuring that the GNU Binary Utilities are at the head of the
PATH:
    PATH=/tools/H-i686-pc-cygwin/bin:$PATH ; export PATH
    mkdir -p /tmp/build/gcc
    cd /tmp/build/gcc
    /src/gcc/gcc-2.95.2/configure --target=arm-elf \
      --prefix=/tools \
      --exec-prefix=/tools/H-i686-pc-cygwin \
      --with-gnu-as --with-gnu-ld --with-newlib \
      -v 2>&1 | tee configure.out

Build and install GCC:
    make -w all-gcc install-gcc \
      LANGUAGES="c c++" 2>&1 | tee make.out

I redo it again but still can't get the library. Is it because I am using
the GCC 3.0.4?

Thanks a lot!

james

-----Original Message-----
From: Andrew Lunn [mailto:andrew.lunn@ascom.ch]
Sent: 11 June 2002 15:38
To: jameshq
Cc: Ecos-Discuss
Subject: Re: [ECOS] Problem while building the ecos Application with newer
version gcc tool set.


On Tue, Jun 11, 2002 at 03:34:07PM +0100, jameshq wrote:
> It is very strange I don't have this library installed. Is it installed
> while confinguring? I just got "libgcc.a". how can I solve this problem?
> Thanks a lot!

The make install would of installed it. When you built gcc, what
languages did you make? I could imagine that if you only build a C
compiler and not a C++ compiler, maybe it did not build this library.

         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 15:10 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
2002-06-11  7:34   ` jameshq
2002-06-11  7:38     ` Andrew Lunn
2002-06-11  8:10       ` jameshq [this message]
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=PJECKLPLDMIGMBJHOILFMEJGCAAA.jameshq@liv.ac.uk \
    --to=jameshq@liverpool.ac.uk \
    --cc=andrew.lunn@ascom.ch \
    --cc=ecos-discuss@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).