newlib didn't create makefiles

Jeff Johnston jjohnstn@redhat.com
Thu Jul 20 19:32:00 GMT 2006


Gerster Jochen-B01096 wrote:
> Hi Jeff,
> The problem is there is no makefile, so I should download the current sources and try it again?
>

Yes.  Start from scratch (i.e. delete your build directory first).  If 
you again have problems, send me the configuration and build results.

-- Jeff J.

> Thank you for your help!
> 
> Jochen
> 
> -----Original Message-----
> From: Jeff Johnston [mailto:jjohnstn@redhat.com] 
> Sent: Freitag, 14. Juli 2006 20:58
> To: Gerster Jochen-B01096
> Cc: newlib@sources.redhat.com
> Subject: Re: newlib didn't create makefiles
> 
> Gerster Jochen-B01096 wrote:
> 
>> 
>>Hi
>>
>>I'm now back on building the gcc, but the problem is still the same. Building newlib failed.
>>Now I used gcc 4.11 and binutils 2.17 and newlib 1.14 without any 
>>patch or change
>>
>>First I create for each module its own build folder Then I build the 
>>binutils everything works Then the gcc bootstrap And now I want to 
>>build newlib and the problem does still exist
>>
>>Attacted the newlib configure output and the make output
>>
>>Thanks!
>>
>>Jochen Gerster
>>
> 
> 
> Jochen,
> 
>    I'm not seeing anything obvious:
> 
>    Can you append /src/build_newlib/powerpc-eabi/nof/newlib/Makefile?
> 
>    Have you tried the most current CVS sources to see if a problem has been fixed?  A lot has been done with configuration after 1.14 was created.
> 
> -- Jeff J.
> 
> 
>> 
>>
>>-----Original Message-----
>>From: newlib-owner@sourceware.org [mailto:newlib-owner@sourceware.org] 
>>On Behalf Of Jeff Johnston
>>Sent: Dienstag, 28. März 2006 22:01
>>To: Gerster Jochen-B01096
>>Cc: newlib@sources.redhat.com
>>Subject: Re: newlib didn't create makefiles
>>
>>Jochen,
>>
>>   Please post your directory setup (i.e. where is newlib, where are the rest of the tools).  I would need to see your actual configuration command and the results.  Are you configuring as "--target=powerpc-mpc55xx" or "--target=powerpc-eabispe"??  You must configure from the top-level (i.e. you don't configure inside the newlib subdirectory; the top-level src configuration does that for you when you finally issue "make all" or "make all-target-newlib").
>>
>>-- Jeff J.
>>
>>Gerster Jochen-B01096 wrote:
>>
>>
>>>I build the binutils and the gcc bootstrap using this manual 
>>>http://www.ifp.uiuc.edu/~nakazato/tips/xgcc.html
>>>
>>>
>>>-----Original Message-----
>>>From: newlib-owner@sourceware.org [mailto:newlib-owner@sourceware.org]
>>>On Behalf Of Gerster Jochen-B01096
>>>Sent: Freitag, 24. März 2006 11:17
>>>To: newlib@sources.redhat.com
>>>Subject: newlib didn't create makefiles
>>>
>>>Hi,
>>>
>>>I'm working on porting eCos to the powerpc mpc55xx family
>>>
>>>one step is building a gcc. And that's where the trouble getting 
>>>started
>>>
>>>USING:
>>>binutils 2.15  < patch_e200z6_binutils-2.15.diff
>>>gcc-3.4.3      < patch_all_e200_gcc-3.4.3.diff
>>>newlib 1.12.0
>>>
>>>TARGET: powerpc mpc55xx
>>>HOST: i686-pc-cygwin
>>>BUILD: i686-pc-cygwin
>>>
>>>Building binutils 2.15                - works
>>>Building gcc 3.4.3 bootstrap     - works
>>>now I want to build newlib and ...
>>>
>>>make[4]: Entering directory `/src/build-newlib/powerpc-eabispe/mpc7400/newlib'
>>>make[4]: *** No rule to make target `all'. Stop.
>>>make[4]: Leaving directory `/src/build-newlib/powerpc-eabispe/mpc7400/newlib'
>>>make[3]: *** [multi-do] Error 1
>>>make[3]: Leaving directory `/src/build-newlib/powerpc-eabispe/newlib'
>>>make[2]: *** [all-multi] Error 2
>>>make[2]: Leaving directory `/src/build-newlib/powerpc-eabispe/newlib'
>>>make[1]: *** [all-recursive-am] Error 2
>>>make[1]: Leaving directory `/src/build-newlib/powerpc-eabispe/newlib'
>>>make: *** [all-target-newlib] Error 2
>>>
>>>the directory mpc7400/newlib is completely empty, no makefile, nothing
>>>
>>>Any ideas???
>>>
>>>I also tested newlib 1.13.0 newlib 1.14.0 -> same results
>>>
>>>Thank you for your help!
>>>
>>>Jochen
>>
>>
>>
>>----------------------------------------------------------------------
>>--
>>
>>b01096@B01096-11 /src/build_newlib
>>$ make all
>>make[1]: Entering directory `/src/build_newlib'
>>mkdir -p -- ./etc
>>Configuring in ./etc
>>creating cache ./config.cache
>>checking for a BSD compatible install... /usr/bin/install -c updating 
>>cache ./config.cache creating ./config.status creating Makefile
>>make[2]: Entering directory `/src/build_newlib/etc'
>>for f in standards.info configure.info; do \
>>          if test -f ../../newlib-1.14.0/etc/`echo $f | sed -e 's/.info$/.texi/'
>>`; then \
>>            if make "MAKEINFO=makeinfo --split-size=5000000 
>>--split-size=5000000 " $f; then \
>>              true; \
>>            else \
>>              exit 1; \
>>            fi; \
>>          fi; \
>>        done
>>make[3]: Entering directory `/src/build_newlib/etc'
>>makeinfo --split-size=5000000 --split-size=5000000 --no-split 
>>-I../../newlib-1.1 4.0/etc -o standards.info 
>>../../newlib-1.14.0/etc/standards.texi
>>../../newlib-1.14.0/etc/standards.texi:1743: warning: @strong{Note...} 
>>produces a spurious cross-reference in Info; reword to avoid that.
>>../../newlib-1.14.0/etc/standards.texi:1858: warning: @strong{Note...} 
>>produces a spurious cross-reference in Info; reword to avoid that.
>>make[3]: Leaving directory `/src/build_newlib/etc'
>>make[3]: Entering directory `/src/build_newlib/etc'
>>rm -f configdev.txt configbuild.txt
>>cp ../../newlib-1.14.0/etc/configdev.tin configdev.txt cp 
>>../../newlib-1.14.0/etc/configbuild.tin configbuild.txt makeinfo 
>>--split-size=5000000 --split-size=5000000 -I../../newlib-1.14.0/etc -o 
>>configure.info ../../newlib-1.14.0/etc/configure.texi
>>rm -f configdev.txt configbuild.txt
>>make[3]: Leaving directory `/src/build_newlib/etc'
>>make[2]: Leaving directory `/src/build_newlib/etc'
>>Checking multilib configuration for newlib...
>>mkdir -p -- powerpc-eabi/newlib
>>Configuring in powerpc-eabi/newlib
>>creating cache ./config.cache
>>checking for a BSD compatible install... /usr/bin/install -c checking 
>>whether build environment is sane... yes checking whether make sets 
>>${MAKE}... yes checking for Cygwin environment... no checking for 
>>mingw32 environment... no checking host system type... 
>>powerpc-unknown-eabi checking target system type... 
>>powerpc-unknown-eabi checking build system type... i686-pc-cygwin 
>>checking for working aclocal-1.4... missing checking for working 
>>autoconf... missing checking for working automake-1.4... missing 
>>checking for working autoheader... missing checking for working 
>>makeinfo... found checking for gcc... powerpc-eabi-gcc 
>>-B/src/build_newlib/powerpc-eabi/newlib/ -i system 
>>/src/build_newlib/powerpc-eabi/newlib/targ-include -isystem 
>>/src/newlib-1 .14.0/newlib/libc/include checking whether we are using 
>>GNU C... yes checking whether powerpc-eabi-gcc 
>>-B/src/build_newlib/powerpc-eabi/newlib/ -isys tem 
>>/src/build_newlib/powerpc-eabi/newlib/targ-include -isystem 
>>/src/newlib-1.14 .0/newlib/libc/include accepts -g... yes checking for 
>>-as... powerpc-eabi-as checking for -ar... powerpc-eabi-ar checking 
>>for -ranlib... powerpc-eabi-ranlib checking for a BSD compatible 
>>install... /usr/bin/install -c checking whether to enable 
>>maintainer-specific portions of Makefiles... no checking for 
>>.preinit_array/.init_array/.fini_array support... yes checking for 
>>array aliasing support... no updating cache ./config.cache creating 
>>./config.status creating Makefile creating newlib.h Adding multilib 
>>support to Makefile in ../../../newlib-1.14.0/newlib multidirs=nof/ 
>>le/ und/ le/und/ nof/le/ nof/und/ nof/le/und/ with_multisubdir= 
>>Running configure in multilib subdirs nof/ le/ und/ le/und/ nof/le/ 
>>nof/und/ nof /le/und/
>>pwd: /src/build_newlib/powerpc-eabi/newlib
>>Running configure in multilib subdir nof/
>>pwd: /src/build_newlib/powerpc-eabi
>>mkdir nof
>>Running configure in multilib subdir le/
>>pwd: /src/build_newlib/powerpc-eabi
>>mkdir le
>>Running configure in multilib subdir und/
>>pwd: /src/build_newlib/powerpc-eabi
>>mkdir und
>>Running configure in multilib subdir le/und/
>>pwd: /src/build_newlib/powerpc-eabi
>>mkdir le/und
>>Running configure in multilib subdir nof/le/
>>pwd: /src/build_newlib/powerpc-eabi
>>mkdir nof/le
>>Running configure in multilib subdir nof/und/
>>pwd: /src/build_newlib/powerpc-eabi
>>mkdir nof/und
>>Running configure in multilib subdir nof/le/und/
>>pwd: /src/build_newlib/powerpc-eabi
>>mkdir nof/le/und
>>configuring in libc
>>running /bin/sh ../../../../newlib-1.14.0/newlib/libc/configure  
>>--build=i686-pc -cygwin --host=powerpc-eabi --target=powerpc-eabi 
>>--with-newlib --enable-multili b --with-cross-host=i686-pc-cygwin 
>>--prefix=/usr/local/powerpc-eabi '--program-t 
>>ransform-name=s,^,powerpc-eabi-,; ' --with-target-subdir=powerpc-eabi 
>>--cache-fi le=.././config.cache 
>>--srcdir=../../../../newlib-1.14.0/newlib/libc
>>loading cache .././config.cache
>>checking for a BSD compatible install... ../ checking whether build 
>>environment is sane... yes checking whether make sets ${MAKE}... 
>>(cached) yes checking for Cygwin environment... (cached) no checking 
>>for mingw32 environment... (cached) no checking host system type... 
>>powerpc-unknown-eabi checking target system type... 
>>powerpc-unknown-eabi checking build system type... i686-pc-cygwin 
>>checking for working aclocal-1.4... missing checking for working 
>>autoconf... missing checking for working automake-1.4... missing 
>>checking for working autoheader... missing checking for working 
>>makeinfo... found checking for gcc... (cached) powerpc-eabi-gcc 
>>-B/src/build_newlib/powerpc-eabi/n
>>ewlib/ -isystem /src/build_newlib/powerpc-eabi/newlib/targ-include 
>>-isystem /src /newlib-1.14.0/newlib/libc/include
>>checking whether we are using GNU C... (cached) yes checking whether 
>>powerpc-eabi-gcc -B/src/build_newlib/powerpc-eabi/newlib/ -isys tem 
>>/src/build_newlib/powerpc-eabi/newlib/targ-include -isystem 
>>/src/newlib-1.14 .0/newlib/libc/include accepts -g... (cached) yes 
>>checking for -as... (cached) powerpc-eabi-as checking for -ar... 
>>(cached) powerpc-eabi-ar checking for -ranlib... (cached) 
>>powerpc-eabi-ranlib checking for a BSD compatible install... ../ 
>>checking whether to enable maintainer-specific portions of 
>>Makefiles... no creating ./config.status creating Makefile creating 
>>argz/Makefile creating ctype/Makefile creating errno/Makefile creating 
>>locale/Makefile creating misc/Makefile creating reent/Makefile 
>>creating search/Makefile creating stdio/Makefile creating 
>>stdio64/Makefile creating stdlib/Makefile creating string/Makefile 
>>creating time/Makefile creating posix/Makefile creating 
>>signal/Makefile creating syscalls/Makefile creating unix/Makefile 
>>creating iconv/Makefile creating iconv/ces/Makefile creating 
>>iconv/ccs/Makefile creating iconv/ccs/binary/Makefile creating 
>>iconv/lib/Makefile configuring in machine running /bin/sh 
>>../../../../../newlib-1.14.0/newlib/libc/machine/configure  --bu 
>>ild=i686-pc-cygwin --host=powerpc-eabi --target=powerpc-eabi 
>>--with-newlib --ena ble-multilib --with-cross-host=i686-pc-cygwin --prefix=/usr/local/powerpc-eabi '
>>--program-transform-name=s,^,powerpc-eabi-,; ' 
>>--with-target-subdir=powerpc-eabi  --cache-file=../.././config.cache 
>>--srcdir=../../../../../newlib-1.14.0/newlib/
>>libc/machine
>>loading cache ../.././config.cache
>>checking for a BSD compatible install... ../ checking whether build 
>>environment is sane... yes checking whether make sets ${MAKE}... 
>>(cached) yes checking for Cygwin environment... (cached) no checking 
>>for mingw32 environment... (cached) no checking host system type... 
>>powerpc-unknown-eabi checking target system type... 
>>powerpc-unknown-eabi checking build system type... i686-pc-cygwin 
>>checking for working aclocal-1.4... missing checking for working 
>>autoconf... missing checking for working automake-1.4... missing 
>>checking for working autoheader... missing checking for working 
>>makeinfo... found checking for gcc... (cached) powerpc-eabi-gcc 
>>-B/src/build_newlib/powerpc-eabi/n
>>ewlib/ -isystem /src/build_newlib/powerpc-eabi/newlib/targ-include 
>>-isystem /src /newlib-1.14.0/newlib/libc/include
>>checking whether we are using GNU C... (cached) yes checking whether 
>>powerpc-eabi-gcc -B/src/build_newlib/powerpc-eabi/newlib/ -isys tem 
>>/src/build_newlib/powerpc-eabi/newlib/targ-include -isystem 
>>/src/newlib-1.14 .0/newlib/libc/include accepts -g... (cached) yes 
>>checking for -as... (cached) powerpc-eabi-as checking for -ar... 
>>(cached) powerpc-eabi-ar checking for -ranlib... (cached) 
>>powerpc-eabi-ranlib checking for a BSD compatible install... ../ 
>>checking whether to enable maintainer-specific portions of 
>>Makefiles... no creating ./config.status creating Makefile configuring 
>>in powerpc running /bin/sh 
>>../../../../../../newlib-1.14.0/newlib/libc/machine/powerpc/conf
>>igure  --build=i686-pc-cygwin --host=powerpc-eabi 
>>--target=powerpc-eabi --with-n ewlib --enable-multilib 
>>--with-cross-host=i686-pc-cygwin --prefix=/usr/local/pow erpc-eabi 
>>'--program-transform-name=s,^,powerpc-eabi-,; ' --with-target-subdir=p 
>>owerpc-eabi --cache-file=../../.././config.cache 
>>--srcdir=../../../../../../newl ib-1.14.0/newlib/libc/machine/powerpc
>>loading cache ../../.././config.cache
>>checking for a BSD compatible install... ../ checking whether build 
>>environment is sane... yes checking whether make sets ${MAKE}... 
>>(cached) yes checking for Cygwin environment... (cached) no checking 
>>for mingw32 environment... (cached) no checking host system type... 
>>powerpc-unknown-eabi checking target system type... 
>>powerpc-unknown-eabi checking build system type... i686-pc-cygwin 
>>checking for working aclocal-1.4... missing checking for working 
>>autoconf... missing checking for working automake-1.4... missing 
>>checking for working autoheader... missing checking for working 
>>makeinfo... found checking for gcc... (cached) powerpc-eabi-gcc 
>>-B/src/build_newlib/powerpc-eabi/n
>>ewlib/ -isystem /src/build_newlib/powerpc-eabi/newlib/targ-include 
>>-isystem /src /newlib-1.14.0/newlib/libc/include
>>checking whether we are using GNU C... (cached) yes checking whether 
>>powerpc-eabi-gcc -B/src/build_newlib/powerpc-eabi/newlib/ -isys tem 
>>/src/build_newlib/powerpc-eabi/newlib/targ-include -isystem 
>>/src/newlib-1.14 .0/newlib/libc/include accepts -g... (cached) yes 
>>checking for -as... (cached) powerpc-eabi-as checking for -ar... 
>>(cached) powerpc-eabi-ar checking for -ranlib... (cached) 
>>powerpc-eabi-ranlib checking for a BSD compatible install... ../ 
>>checking whether to enable maintainer-specific portions of 
>>Makefiles... no creating ./config.status creating Makefile configuring 
>>in sys running /bin/sh 
>>../../../../../newlib-1.14.0/newlib/libc/sys/configure  --build= 
>>i686-pc-cygwin --host=powerpc-eabi --target=powerpc-eabi --with-newlib 
>>--enable- multilib --with-cross-host=i686-pc-cygwin 
>>--prefix=/usr/local/powerpc-eabi '--pr 
>>ogram-transform-name=s,^,powerpc-eabi-,; ' 
>>--with-target-subdir=powerpc-eabi --c ache-file=../.././config.cache 
>>--srcdir=../../../../../newlib-1.14.0/newlib/libc
>>/sys
>>loading cache ../.././config.cache
>>checking for a BSD compatible install... ../ checking whether build 
>>environment is sane... yes checking whether make sets ${MAKE}... 
>>(cached) yes checking for Cygwin environment... (cached) no checking 
>>for mingw32 environment... (cached) no checking host system type... 
>>powerpc-unknown-eabi checking target system type... 
>>powerpc-unknown-eabi checking build system type... i686-pc-cygwin 
>>checking for working aclocal-1.4... missing checking for working 
>>autoconf... missing checking for working automake-1.4... missing 
>>checking for working autoheader... missing checking for working 
>>makeinfo... found checking for gcc... (cached) powerpc-eabi-gcc 
>>-B/src/build_newlib/powerpc-eabi/n
>>ewlib/ -isystem /src/build_newlib/powerpc-eabi/newlib/targ-include 
>>-isystem /src /newlib-1.14.0/newlib/libc/include
>>checking whether we are using GNU C... (cached) yes checking whether 
>>powerpc-eabi-gcc -B/src/build_newlib/powerpc-eabi/newlib/ -isys tem 
>>/src/build_newlib/powerpc-eabi/newlib/targ-include -isystem 
>>/src/newlib-1.14 .0/newlib/libc/include accepts -g... (cached) yes 
>>checking for -as... (cached) powerpc-eabi-as checking for -ar... 
>>(cached) powerpc-eabi-ar checking for -ranlib... (cached) 
>>powerpc-eabi-ranlib checking for a BSD compatible install... ../ 
>>checking whether to enable maintainer-specific portions of 
>>Makefiles... no creating ./config.status creating Makefile configuring 
>>in libm running /bin/sh 
>>../../../../newlib-1.14.0/newlib/libm/configure  --build=i686-pc 
>>-cygwin --host=powerpc-eabi --target=powerpc-eabi --with-newlib 
>>--enable-multili b --with-cross-host=i686-pc-cygwin 
>>--prefix=/usr/local/powerpc-eabi '--program-t 
>>ransform-name=s,^,powerpc-eabi-,; ' --with-target-subdir=powerpc-eabi 
>>--cache-fi le=.././config.cache 
>>--srcdir=../../../../newlib-1.14.0/newlib/libm
>>loading cache .././config.cache
>>checking for a BSD compatible install... ../ checking whether build 
>>environment is sane... yes checking whether make sets ${MAKE}... 
>>(cached) yes checking for Cygwin environment... (cached) no checking 
>>for mingw32 environment... (cached) no checking host system type... 
>>powerpc-unknown-eabi checking target system type... 
>>powerpc-unknown-eabi checking build system type... i686-pc-cygwin 
>>checking for working aclocal-1.4... missing checking for working 
>>autoconf... missing checking for working automake-1.4... missing 
>>checking for working autoheader... missing checking for working 
>>makeinfo... found checking for gcc... (cached) powerpc-eabi-gcc 
>>-B/src/build_newlib/powerpc-eabi/n
>>ewlib/ -isystem /src/build_newlib/powerpc-eabi/newlib/targ-include 
>>-isystem /src /newlib-1.14.0/newlib/libc/include
>>checking whether we are using GNU C... (cached) yes checking whether 
>>powerpc-eabi-gcc -B/src/build_newlib/powerpc-eabi/newlib/ -isys tem 
>>/src/build_newlib/powerpc-eabi/newlib/targ-include -isystem 
>>/src/newlib-1.14 .0/newlib/libc/include accepts -g... (cached) yes 
>>checking for -as... (cached) powerpc-eabi-as checking for -ar... 
>>(cached) powerpc-eabi-ar checking for -ranlib... (cached) 
>>powerpc-eabi-ranlib checking for a BSD compatible install... ../ 
>>checking whether to enable maintainer-specific portions of 
>>Makefiles... no creating ./config.status creating Makefile creating 
>>math/Makefile creating mathfp/Makefile creating common/Makefile 
>>configuring in machine running /bin/sh 
>>../../../../../newlib-1.14.0/newlib/libm/machine/configure  --bu 
>>ild=i686-pc-cygwin --host=powerpc-eabi --target=powerpc-eabi 
>>--with-newlib --ena ble-multilib --with-cross-host=i686-pc-cygwin --prefix=/usr/local/powerpc-eabi '
>>--program-transform-name=s,^,powerpc-eabi-,; ' 
>>--with-target-subdir=powerpc-eabi  --cache-file=../.././config.cache 
>>--srcdir=../../../../../newlib-1.14.0/newlib/
>>libm/machine
>>loading cache ../.././config.cache
>>checking for a BSD compatible install... ../ checking whether build 
>>environment is sane... yes checking whether make sets ${MAKE}... 
>>(cached) yes checking for Cygwin environment... (cached) no checking 
>>for mingw32 environment... (cached) no checking host system type... 
>>powerpc-unknown-eabi checking target system type... 
>>powerpc-unknown-eabi checking build system type... i686-pc-cygwin 
>>checking for working aclocal-1.4... missing checking for working 
>>autoconf... missing checking for working automake-1.4... missing 
>>checking for working autoheader... missing checking for working 
>>makeinfo... found checking for gcc... (cached) powerpc-eabi-gcc 
>>-B/src/build_newlib/powerpc-eabi/n
>>ewlib/ -isystem /src/build_newlib/powerpc-eabi/newlib/targ-include 
>>-isystem /src /newlib-1.14.0/newlib/libc/include
>>checking whether we are using GNU C... (cached) yes checking whether 
>>powerpc-eabi-gcc -B/src/build_newlib/powerpc-eabi/newlib/ -isys tem 
>>/src/build_newlib/powerpc-eabi/newlib/targ-include -isystem 
>>/src/newlib-1.14 .0/newlib/libc/include accepts -g... (cached) yes 
>>checking for -as... (cached) powerpc-eabi-as checking for -ar... 
>>(cached) powerpc-eabi-ar checking for -ranlib... (cached) 
>>powerpc-eabi-ranlib checking for a BSD compatible install... ../ 
>>checking whether to enable maintainer-specific portions of 
>>Makefiles... no creating ./config.status creating Makefile configuring 
>>in doc running /bin/sh ../../../../newlib-1.14.0/newlib/doc/configure  
>>--build=i686-pc- cygwin --host=powerpc-eabi --target=powerpc-eabi 
>>--with-newlib --enable-multilib  --with-cross-host=i686-pc-cygwin 
>>--prefix=/usr/local/powerpc-eabi '--program-tr 
>>ansform-name=s,^,powerpc-eabi-,; ' --with-target-subdir=powerpc-eabi 
>>--cache-fil e=.././config.cache 
>>--srcdir=../../../../newlib-1.14.0/newlib/doc
>>loading cache .././config.cache
>>checking for a BSD compatible install... ../ checking whether build 
>>environment is sane... yes checking whether make sets ${MAKE}... 
>>(cached) yes checking for Cygwin environment... (cached) no checking 
>>for mingw32 environment... (cached) no checking host system type... 
>>powerpc-unknown-eabi checking target system type... 
>>powerpc-unknown-eabi checking build system type... i686-pc-cygwin 
>>checking for working aclocal-1.4... missing checking for working 
>>autoconf... missing checking for working automake-1.4... missing 
>>checking for working autoheader... missing checking for working 
>>makeinfo... found checking for gcc... (cached) powerpc-eabi-gcc 
>>-B/src/build_newlib/powerpc-eabi/n
>>ewlib/ -isystem /src/build_newlib/powerpc-eabi/newlib/targ-include 
>>-isystem /src /newlib-1.14.0/newlib/libc/include
>>checking whether we are using GNU C... (cached) yes checking whether 
>>powerpc-eabi-gcc -B/src/build_newlib/powerpc-eabi/newlib/ -isys tem 
>>/src/build_newlib/powerpc-eabi/newlib/targ-include -isystem 
>>/src/newlib-1.14 .0/newlib/libc/include accepts -g... (cached) yes 
>>checking for -as... (cached) powerpc-eabi-as checking for -ar... 
>>(cached) powerpc-eabi-ar checking for -ranlib... (cached) 
>>powerpc-eabi-ranlib checking for a BSD compatible install... ../ 
>>checking whether to enable maintainer-specific portions of 
>>Makefiles... no checking for build system executable suffix... no 
>>updating cache .././config.cache creating ./config.status creating 
>>Makefile
>>make[2]: Entering directory `/src/build_newlib/powerpc-eabi/newlib'
>>make "AR_FLAGS=rc"      "CC_FOR_BUILD=gcc"      "CFLAGS=-O2 -g -O2  "   "CFLAGS_
>>FOR_BUILD=-g -O2 "      "CFLAGS_FOR_TARGET=-O2 -g -O2  "        "LDFLAGS=" "LIBC
>>FLAGS=-O2 -g -O2  "     "LIBCFLAGS_FOR_TARGET=-O2 -g -O2  "     "MAKE=make" "MAK
>>EINFO=makeinfo --split-size=5000000 --split-size=5000000 "      "PICFLAG=" "PICF
>>LAG_FOR_TARGET="        "SHELL=/bin/sh"         "EXPECT=expect"         "RUNTEST
>>=runtest"       "RUNTESTFLAGS="         "exec_prefix=/usr/local/powerpc-eabi" "i
>>nfodir=/usr/local/powerpc-eabi/info"    "libdir=/usr/local/powerpc-eabi/lib" "pr
>>efix=/usr/local/powerpc-eabi"   "tooldir=/usr/local/powerpc-eabi/powerpc-eabi" "
>>top_toollibdir=/usr/local/powerpc-eabi/powerpc-eabi/lib"        "AR=powerpc-eabi
>>-ar"    "AS=powerpc-eabi-as"    "CC=powerpc-eabi-gcc -B/src/build_newlib/powerpc
>>-eabi/newlib/ -isystem /src/build_newlib/powerpc-eabi/newlib/targ-include -isyst
>>em /src/newlib-1.14.0/newlib/libc/include"      "LD=powerpc-eabi-ld"    "LIBCFLA
>>GS=-O2 -g -O2  "        "NM=powerpc-eabi-nm"    "PICFLAG="      "RANLIB=powerpc-
>>eabi-ranlib"    "DESTDIR=" all-recursive
>>make[3]: Entering directory `/src/build_newlib/powerpc-eabi/newlib'
>>make "AR_FLAGS=rc"      "CC_FOR_BUILD=gcc"      "CFLAGS=-O2 -g -O2  "   "CFLAGS_
>>FOR_BUILD=-g -O2 "      "CFLAGS_FOR_TARGET=-O2 -g -O2  "        "LDFLAGS=" "LIBC
>>FLAGS=-O2 -g -O2  "     "LIBCFLAGS_FOR_TARGET=-O2 -g -O2  "     "MAKE=make" "MAK
>>EINFO=makeinfo --split-size=5000000 --split-size=5000000  "     "PICFLAG=" "PICF
>>LAG_FOR_TARGET="        "SHELL=/bin/sh"         "EXPECT=expect"         "RUNTEST
>>=runtest"       "RUNTESTFLAGS="         "exec_prefix=/usr/local/powerpc-eabi" "i
>>nfodir=/usr/local/powerpc-eabi/info"    "libdir=/usr/local/powerpc-eabi/lib" "pr
>>efix=/usr/local/powerpc-eabi"   "tooldir=/usr/local/powerpc-eabi/powerpc-eabi" "
>>top_toollibdir=/usr/local/powerpc-eabi/powerpc-eabi/lib"        "AR=powerpc-eabi
>>-ar"    "AS=powerpc-eabi-as"    "CC=powerpc-eabi-gcc -B/src/build_newlib/powerpc
>>-eabi/newlib/ -isystem /src/build_newlib/powerpc-eabi/newlib/targ-include -isyst
>>em /src/newlib-1.14.0/newlib/libc/include"      "LD=powerpc-eabi-ld"    "LIBCFLA
>>GS=-O2 -g -O2  "        "NM=powerpc-eabi-nm"    "PICFLAG="      "RANLIB=powerpc-
>>eabi-ranlib"    "DESTDIR=" DO=all multi-do # make
>>make[4]: Entering directory `/src/build_newlib/powerpc-eabi/newlib'
>>if [ -z "nof/ le/ und/ le/und/ nof/le/ nof/und/ nof/le/und/" ]; then \
>>          true; \
>>        else \
>>          rootpre=`${PWDCMD-pwd}`/; export rootpre; \
>>          srcrootpre=`cd ../../../newlib-1.14.0/newlib; 
>>${PWDCMD-pwd}`/; export srcrootpre; \
>>          lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
>>          compiler="powerpc-eabi-gcc 
>>-B/src/build_newlib/powerpc-eabi/newlib/ -i system 
>>/src/build_newlib/powerpc-eabi/newlib/targ-include -isystem /src/newlib-1 .14.0/newlib/libc/include"; \
>>          for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
>>            dir=`echo $i | sed -e 's/;.*$//'`; \
>>            if [ "${dir}" = "." ]; then \
>>              true; \
>>            else \
>>              if [ -d ../${dir}/${lib} ]; then \
>>                flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
>>                if (cd ../${dir}/${lib}; make "AR_FLAGS=rc"     "CC_FOR_BUILD=gc
>>c"      "CFLAGS=-O2 -g -O2  "   "CFLAGS_FOR_BUILD=-g -O2 "      "CFLAGS_FOR_TARG
>>ET=-O2 -g -O2  "        "LDFLAGS="      "LIBCFLAGS=-O2 -g -O2  "        "LIBCFLA
>>GS_FOR_TARGET=-O2 -g -O2  "     "MAKE=make"     "MAKEINFO=makeinfo --split-size=
>>5000000 --split-size=5000000   "        "PICFLAG="      "PICFLAG_FOR_TARGET=" "S
>>HELL=/bin/sh"   "EXPECT=expect"         "RUNTEST=runtest"       "RUNTESTFLAGS="
>>        "exec_prefix=/usr/local/powerpc-eabi"   "infodir=/usr/local/powerpc-eabi
>>/info"  "libdir=/usr/local/powerpc-eabi/lib"    "prefix=/usr/local/powerpc-eabi"
>>        "tooldir=/usr/local/powerpc-eabi/powerpc-eabi"  "top_toollibdir=/usr/loc
>>al/powerpc-eabi/powerpc-eabi/lib"       "AR=powerpc-eabi-ar"    "AS=powerpc-eabi
>>-as"    "CC=powerpc-eabi-gcc -B/src/build_newlib/powerpc-eabi/newlib/ -isystem /
>>src/build_newlib/powerpc-eabi/newlib/targ-include -isystem /src/newlib-1.14.0/ne
>>wlib/libc/include"      "LD=powerpc-eabi-ld"    "LIBCFLAGS=-O2 -g -O2  " "NM=pow
>>erpc-eabi-nm"   "PICFLAG="      "RANLIB=powerpc-eabi-ranlib"    "DESTDIR=" \
>>                                CFLAGS="-O2 -g -O2   ${flags}" \
>>                                FCFLAGS=" ${flags}" \
>>                                FFLAGS=" ${flags}" \
>>                                ADAFLAGS=" ${flags}" \
>>                                prefix="/usr/local/powerpc-eabi" \
>>                                exec_prefix="/usr/local/powerpc-eabi" \
>>                                GCJFLAGS="@GCJFLAGS@ ${flags}" \
>>                                CXXFLAGS="-g -O2  ${flags}" \
>>                                LIBCFLAGS="-O2 -g -O2   ${flags}" \
>>                                LIBCXXFLAGS="-g -O2  
>>-fno-implicit-templates ${f lags}" \
>>                                LDFLAGS=" ${flags}" \
>>                                MULTIFLAGS="${flags}" \
>>                                DESTDIR="" \
>>                                INSTALL="/usr/bin/install -c" \
>>                                INSTALL_DATA="/usr/bin/install -c -m 644" \
>>                                INSTALL_PROGRAM="/usr/bin/install -c " \
>>                                INSTALL_SCRIPT="/usr/bin/install -c" \
>>                                all); then \
>>                  true; \
>>                else \
>>                  exit 1; \
>>                fi; \
>>              else true; \
>>              fi; \
>>            fi; \
>>          done; \
>>        fi
>>make[5]: Entering directory `/src/build_newlib/powerpc-eabi/nof/newlib'
>>make[5]: *** No rule to make target `all'.  Stop.
>>make[5]: Leaving directory `/src/build_newlib/powerpc-eabi/nof/newlib'
>>make[4]: *** [multi-do] Error 1
>>make[4]: Leaving directory `/src/build_newlib/powerpc-eabi/newlib'
>>make[3]: *** [all-multi] Error 2
>>make[3]: Leaving directory `/src/build_newlib/powerpc-eabi/newlib'
>>make[2]: *** [all-recursive-am] Error 2
>>make[2]: Leaving directory `/src/build_newlib/powerpc-eabi/newlib'
>>make[1]: *** [all-target-newlib] Error 2
>>make[1]: Leaving directory `/src/build_newlib'
>>make: *** [all] Error 2
>>
>>b01096@B01096-11 /src/build_newlib
>>$
>>
>>
>>----------------------------------------------------------------------
>>--
>>
>>b01096@B01096-11 /src/build_newlib
>>$ ../newlib-1.14.0/configure --target=powerpc-eabi 
>>--prefix=/usr/local/powerpc- eabi creating cache ./config.cache 
>>checking host system type... i686-pc-cygwin checking target system 
>>type... powerpc-unknown-eabi checking build system type... 
>>i686-pc-cygwin checking for a BSD compatible install... 
>>/usr/bin/install -c checking whether ln works... yes checking whether 
>>ln -s works... yes checking for gcc... gcc checking whether the C 
>>compiler (gcc  ) works... yes checking whether the C compiler (gcc  ) 
>>is a cross-compiler... no checking whether we are using GNU C... yes 
>>checking whether gcc accepts -g... yes checking for gnatbind... no 
>>checking whether compiler driver understands Ada... no checking how to 
>>compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f
>>2
>>checking for correct version of gmp.h... no checking for bison... 
>>bison -y checking for bison... bison checking for gm4... no checking 
>>for gnum4... no checking for m4... m4 checking for flex... flex 
>>checking for flex... flex checking for makeinfo... makeinfo checking 
>>for expect... no checking for runtest... no checking for 
>>i686-pc-cygwin-ar... no checking for ar... ar checking for 
>>i686-pc-cygwin-as... no checking for as... as checking for 
>>i686-pc-cygwin-dlltool... no checking for dlltool... dlltool checking 
>>for i686-pc-cygwin-ld... 
>>/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../
>>i686-pc-cygwin/bin/ld.exe
>>checking for i686-pc-cygwin-lipo... no checking for lipo... no 
>>checking for i686-pc-cygwin-nm... no checking for nm... nm checking 
>>for i686-pc-cygwin-ranlib... no checking for ranlib... ranlib checking 
>>for i686-pc-cygwin-strip... no checking for strip... strip checking 
>>for i686-pc-cygwin-windres... no checking for windres... windres 
>>checking for i686-pc-cygwin-objcopy... no checking for objcopy... 
>>objcopy checking for i686-pc-cygwin-objdump... no checking for 
>>objdump... objdump checking for powerpc-eabi-ar... powerpc-eabi-ar 
>>checking for powerpc-eabi-as... powerpc-eabi-as checking for 
>>powerpc-eabi-cc... no checking for powerpc-eabi-gcc... 
>>powerpc-eabi-gcc checking for powerpc-eabi-c++... powerpc-eabi-c++ 
>>checking for powerpc-eabi-dlltool... no checking for 
>>powerpc-eabi-gcc... powerpc-eabi-gcc checking for powerpc-eabi-gcj... 
>>powerpc-eabi-gcj checking for powerpc-eabi-gfortran... no checking for 
>>powerpc-eabi-ld... powerpc-eabi-ld checking for powerpc-eabi-lipo... 
>>no checking for powerpc-eabi-nm... powerpc-eabi-nm checking for 
>>powerpc-eabi-objdump... powerpc-eabi-objdump checking for 
>>powerpc-eabi-ranlib... powerpc-eabi-ranlib checking for 
>>powerpc-eabi-strip... powerpc-eabi-strip checking for 
>>powerpc-eabi-windres... no checking where to find the target ar... 
>>pre-installed checking where to find the target as... pre-installed 
>>checking where to find the target cc... pre-installed checking where 
>>to find the target c++... pre-installed checking where to find the 
>>target c++ for libstdc++... pre-installed checking where to find the 
>>target dlltool... pre-installed checking where to find the target 
>>gcc... pre-installed checking where to find the target gcj... 
>>pre-installed checking where to find the target gfortran... 
>>pre-installed checking where to find the target ld... pre-installed 
>>checking where to find the target lipo... pre-installed checking where 
>>to find the target nm... pre-installed checking where to find the 
>>target objdump... pre-installed checking where to find the target 
>>ranlib... pre-installed checking where to find the target strip... 
>>pre-installed checking where to find the target windres... 
>>pre-installed checking whether to enable maintainer-specific portions 
>>of Makefiles... no checking if symbolic links between directories 
>>work... yes updating cache ./config.cache creating ./config.status 
>>creating Makefile



More information about the Newlib mailing list