This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

make : Don't know how to make target 'sim-crt0.S'


Hi everybody!

After having installed Binutils, gcc, I am now figthing with newlib!

My problem is the following :
I configure the newlibs in two differents ways :

build-newlib> ../newlib-1.8.2/configure --target=powerpc-eabi
--prefix=/local/ppc -v

OR (following an advice of Brendan J Simon that I thank for answering me
each time!)

build-newlib> ../newlib-1.8.2/configure --target=powerpc-eabi
--prefix=/local/ppc/powerpc-eabi -v

No problem during the configuration, so let's make it 

build-newlib> make all install

And for the 2 different configurations I had the following error :

############################################################################
################
a - times.o
a - unlink.o
a - wait.o
a - write.o
powerpc-eabi-ranlib libnosys.a

make: Fatal error: Don't know how to make target `sim-crt0.S'

Current working directory
/local/build-newlib/powerpc-eabi/libgloss/rs6000
*** Error code 1
make:
Fatal error: Command failed for target `stmp-bsp'
Current working directory
/local/build-newlib/powerpc-eabi/libgloss
*** Error code 1
make: Fatal
error: Command failed for target
`all-target-libgloss'
######################################################
######################################

Obviously there is a problem with the makefile. According to me, he does
not know how to make *.S file but it's maybe not the point.
Was somebody already confronted with this problem? Is there something that
I could add in the makefile so that he could recognize this file? Or am I
completly wrong and it has nothing to do with the Makefile? 

			Thanks for your help!

					Johann 







------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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