This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: 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


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