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

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

No rule to make target `install'


Hi guys - its me again, I'm in the process of building my kernel
still, I fixed alot of previous errors (or so it seems) by rebuilding
my toolchain using an older gcc and glibc version.
Now, however, I get the following error:

./scripts/mkinstalldirs
/home/satvika/stareast/snapgear/snapgear/lib/glibc/build/build/include/gnu
/usr/bin/install -c -m 644
/home/satvika/stareast/snapgear/snapgear/glibc/build/gnu/lib-names.h
/home/satvika/stareast/snapgear/snapgear/lib/glibc/build/build/include/gnu/lib-names.h
make[6]: Leaving directory `/home/satvika/stareast/snapgear/snapgear/glibc'
make[5]: Leaving directory
`/home/satvika/stareast/snapgear/snapgear/glibc/build'
touch all
make[4]: Leaving directory
`/home/satvika/stareast/snapgear/snapgear/glibc/build'
make[3]: Leaving directory `/home/satvika/stareast/snapgear/snapgear/glibc'
make install
make[3]: Entering directory
`/home/satvika/stareast/snapgear/snapgear/glibc/build'
LANGUAGE=C LC_ALL=C; export LANGUAGE LC_ALL; \
make -r PARALLELMFLAGS="" CVSOPTS="" -C .. objdir=`pwd` install
make[4]: Entering directory `/home/satvika/stareast/snapgear/snapgear/glibc'
make[4]: *** No rule to make target `install'.  Stop.
make[4]: Leaving directory `/home/satvika/stareast/snapgear/snapgear/glibc'
make[3]: *** [install] Error 2
make[3]: Leaving directory
`/home/satvika/stareast/snapgear/snapgear/glibc/build'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/satvika/stareast/snapgear/snapgear/glibc/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/satvika/stareast/snapgear/snapgear/lib'
make: *** [subdirs] Error 1

This doesnt make sense because surely the Makefile configures or set
the parameters for make install??
Thank you
--
--------------------------------------------------------------------------------------------------------------------------------------------
When you say 'I wrote a program that crashed Windows', people just
stare at you blankly and say 'Hey, I got those with the system, *for
free*'. (L. Torvalds)
--------------------------------------------------------------------------------------------------------------------------------------------

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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