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] | |
> ./scripts/mkinstalldirs /opt/crosstool/arm-iwmmxt-linux-gnueabi/arm-iwmmxt-linux-gnueabi/include/gnu
> /usr/bin/install -c -m 644 /home/arabinda/My-Project/crosstool-0.43.cosmos.patched/build/arm-iwmmxt-linux-gnueabi/gcc-4.1.1-glibc-2.5/build-glibc-headers/gnu/lib-names.h /opt/crosstool/arm-iwmmxt-linux-gnueabi/arm-iwmmxt-linux-gnueabi/include/gnu/lib-names.h
> /usr/bin/install: cannot stat `/home/arabinda/My-Project/crosstool-0.43.cosmos.patched/build/arm-iwmmxt-linux-gnueabi/gcc-4.1.1-glibc-2.5/build-glibc-headers/gnu/lib-names.h': No such file or directory
> make[1]: *** [/opt/crosstool/arm-iwmmxt-linux-gnueabi/arm-iwmmxt-linux-gnueabi/include/gnu/lib-names.h] Error 1
> make[1]: Leaving directory `/home/arabinda/My-Project/crosstool-0.43.cosmos.patched/build/arm-iwmmxt-linux-gnueabi/gcc-4.1.1-glibc-2.5/glibc-2.5'
> make: *** [install-headers] Error 2
This file is generated during the build. So it seems something went
wrong with your configure. If you post full build log that might help.
Usually it could be that some of your configure scripts are being
regenerated and the autconf version on your host might not generate the
file in sync with other configure fragments.
You should touch all configure files so they do not get regenerated
during build.
you can do something like this in the crosstool.sh
find ${glibc_sources} -name configure -exec touch '{}' ';'
or you can rerun autoconf on the top dir before the build starts.
Hope that helps.
--
-Khem Raj
MontaVista Software
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |