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

See crosstool-NG 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]

Building for ARM cortex-a8


Hi All,

I got the error below while building a cross-compiler for armv7-a.
Basically I would get a cross-compiler for a beagle board using
an ubuntu lucid armv5el porting. The build was done under Fedora 16
x86_64 host machine.

Does any one know how to fix it, or eventually provide me a config file
targeting a beagle board?

Thanks in advance.
Roberto Fichera.

[ALL  ]    make[3]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1/sysvipc'
[ALL  ]    /usr/bin/make  subdir=gmon -C gmon ..=../ install-headers
[ALL  ]    make[3]: Entering directory `/TempData/armv5el/.build/src/glibc-2.11.1/gmon'
[ALL  ]    /TempData/armv5el/.build/tools/bin/install -c -m 644 sys/gmon.h
/home/roberto/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/sys/gmon.h
[ALL  ]    /TempData/armv5el/.build/tools/bin/install -c -m 644 sys/gmon_out.h
/home/roberto/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/sys/gmon_out.h
[ALL  ]    /TempData/armv5el/.build/tools/bin/install -c -m 644 sys/profil.h
/home/roberto/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/sys/profil.h
[ALL  ]    make[3]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1/gmon'
[ALL  ]    /usr/bin/make  subdir=gnulib -C gnulib ..=../ install-headers
[ALL  ]    make[3]: Entering directory `/TempData/armv5el/.build/src/glibc-2.11.1/gnulib'
[ALL  ]    make[3]: `install-headers' is up to date.
[ALL  ]    make[3]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1/gnulib'
[ALL  ]    /usr/bin/make  subdir=wctype -C wctype ..=../ install-headers
[ALL  ]    make[3]: Entering directory `/TempData/armv5el/.build/src/glibc-2.11.1/wctype'
[ALL  ]    /TempData/armv5el/.build/tools/bin/install -c -m 644 wctype.h
/home/roberto/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/wctype.h
[ALL  ]    make[3]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1/wctype'
[ALL  ]    /usr/bin/make  subdir=manual -C manual ..=../ install-headers
[ALL  ]    make[3]: Entering directory `/TempData/armv5el/.build/src/glibc-2.11.1/manual'
[ALL  ]    Makefile:235: *** mixed implicit and normal rules.  Stop.
[ALL  ]    make[3]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1/manual'
[ERROR]    make[2]: *** [manual/install-headers] Error 2
[ALL  ]    make[2]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1'
[ERROR]    make[1]: *** [install-headers] Error 2
[ALL  ]    make[1]: Leaving directory `/TempData/armv5el/.build/arm-unknown-linux-gnueabi/build/build-libc-startfiles'
[ERROR] 
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Installing C library headers & start files'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@172]
[ERROR]  >>        called from: do_libc_backend_once[scripts/build/libc/glibc-eglibc.sh-common@380]
[ERROR]  >>        called from: do_libc_backend[scripts/build/libc/glibc-eglibc.sh-common@143]
[ERROR]  >>        called from: do_libc_start_files[scripts/build/libc/glibc-eglibc.sh-common@60]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@598]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      '/home/roberto/data/crosscompilers/cross-ng/share/doc/crosstool-ng/ct-ng.1.15.2/B - Known issues.txt'
[ERROR] 
[ERROR]  (elapsed: 10:26.20)


--
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]