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]

newlib installation problem on cygwin


Hi,
 
         I m trying to install ARM development tools for eCos on Cygwin.
i m using the following ARM tool versions:
binutils-2.10.1.tar.gz
gcc-2.95.2.tar.gz
newlib-1.10.tar.gz
insight-5.2.tar.gz.
 
  now, i m able to carry out the first 2 steps that is configuring and
building the 
binutils and the gcc on cygwin successfully, but in the third step, when i
configure 
the newlib1.10.0 i get the following message:
 
Satish@SLTI-SATISH /d/cygwin/tmp/build/newlib$
../../../src/newlib/newlib-1.10.0/configure --target=arm-elf --prefix=/tools

--exec-prefix=/tools/H-i686-pc-cygwin -v 2>&1 | tee configure.out

Configuring for a i686-pc-cygwin host.

*** This configuration is not supported in the following subdirectories:

target-libgloss

(Any other directories should still work fine.)

Created "Makefile" in /d/cygwin/tmp/build/newlib using "mh-frag"

./config.status is unchanged

Configuring texinfo...

No configuration information in texinfo

Configuring etc...

loading cache ../config.cache

checking for a BSD compatible install... (cached) /usr/bin/install -c

creating ./config.status

creating Makefile

Satish@SLTI-SATISH /d/cygwin/tmp/build/newlib$

 
later when i continue to build the newlib i get the following message, the
following 
shown below is the portion just before the newlib build exits, on error:
 
Satish@SLTI-SATISH /d/cygwin/tmp/build/newlib$ make -w all install  2>&1  |
tee make.out

make[2]: Leaving directory `/d/cygwin/tmp/build/newlib/arm-elf/newlib'

Making all in libc

make[2]: Entering directory `/d/cygwin/tmp/build/newlib/arm-elf/newlib/libc'

Making all in stdlib

make[3]: Entering directory
`/d/cygwin/tmp/build/newlib/arm-elf/newlib/libc/stdl

ib'

arm-elf-gcc -B/d/cygwin/tmp/build/newlib/arm-elf/newlib/ -isystem
/d/cygwin/tmp/

build/newlib/arm-elf/newlib/targ-include -isystem
/d/cygwin/src/newlib/newlib-1.

10.0/newlib/libc/include -DPACKAGE=\"newlib\" -DVERSION=\"1.10.0\" -I.
-I../../

../../../../../src/newlib/newlib-1.10.0/newlib/libc/stdlib -O2
-DABORT_PROVIDED

-DHAVE_GETTIMEOFDAY -DARM_RDI_MONITOR -I../../targ-include
-I../../../../../../

../src/newlib/newlib-1.10.0/newlib/libc/../libc/include -fno-builtin -g -O2

-c
../../../../../../../src/newlib/newlib-1.10.0/newlib/libc/stdlib/__adjust.c

Assembler messages:

for reading.open

: No such file or directory

arm-elf-gcc: file path prefix `/d/cygwin/tmp/build/newlib/arm-elf/newlib/'
never

used

make[3]: *** [__adjust.o] Error 1

make[3]: Leaving directory
`/d/cygwin/tmp/build/newlib/arm-elf/newlib/libc/stdli

b'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/d/cygwin/tmp/build/newlib/arm-elf/newlib/libc'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/d/cygwin/tmp/build/newlib/arm-elf/newlib'

make: *** [all-target-newlib] Error 2

Satish@SLTI-SATISH /d/cygwin/tmp/build/newlib$

                          
                 well, i think i m missing out somethin..plz some one kindly
provide me the solution, coz this is 
very critical for me now..
 
thanks in advance
satish
 
 
 
 
 
 
T Satish Kumar
Design Engineer
SANYO, JAPAN.

-- 
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]