This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Problem while building the ecos Application with newer version gcc tool set.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]