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]

Re: cc1plus problem


"Nicola Bergamin [BW]" wrote:
> The instruction I followed is the standard set in eCos website, and
> here is the
> command file I used under bash shell:
> (just report here the GCC section...)
> ************************************
> #!/bin/sh
> target=arm-elf
> prefix=/tools_ecos
> mkdir -p /tmp/build/build_gcc
> 
> cd /tmp/build/build_gcc/src/gcc/gcc-2.95.2/configure \
>  --target=$target \
>  --prefix=$prefix \
>  --exec_prefix=$prefix/xgcc \
>  --with-gnu-as \
>  --with-gnu-ld \
>  --with-newlib -v 2>&1 | tee configure-xgcc.out
> 
> make -w  all-gcc install-gcc  LANGUAGES="c c" 2>&1 | tee make-
> xgcc.out
> ***********************************************************************
> 
> By changing to ...LANGUAGES="c c++"
> everything worked, cc1plus.exe was built and libgcc.a got 240kB
> size, as expected.

The instructions on the website say LANGUAGES="c c++". Give me an exact URL
if you think otherwise.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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