| Anonymous | Login | Signup for a new account | 11-10-2008 11:26 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001764 | [buildroot] Other | major | always | 12-13-07 16:00 | 12-17-07 03:39 | ||||
| Reporter | Leo Kaplan | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.9.27 | ||||||
| Summary | 0001764: build root fails | ||||||||
| Description |
After today's check in of gcc-uclibc-4.x.mk the make fails with the following error |
||||||||
| Additional Information |
if [ -d "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib64" ]; then \ if [ ! -e "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib" ]; then \ mkdir -p "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib"; \ fi; \ mv "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib64/"* "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib/"; \ rmdir "/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/lib64"; \ fi # Strip the host binaries # Make sure we have 'cc'. if [ ! -e /opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/usr/bin/mips-linux-uclibc-cc ]; then \ ln -snf mips-linux-uclibc-gcc \ /opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/usr/bin/mips-linux-uclibc-cc; \ fi if [ ! -e /opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/mips-linux-uclibc/bin/cc ]; then \ ln -snf gcc /opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/mips-linux-uclibc/bin/cc; \ fi ln: creating symbolic link `/opt/toolchains/uclibc-crosstools_gcc-4.2.1_uclibc-20071213/mips-linux-uclibc/bin/cc': No such file or directory make: *** [/home/lkaplan/toolChain/buildroot/toolchain_build_mips/gcc-4.2.1-final/.installed] Error 1 |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |