This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


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

[Bug libc/11245] New: No rule to make target `/home/greg/buildglibc/misc/ioperm.o', needed by `/home/greg/buildglibc/misc/stamp.o'. Stop.


To whom it may concern:

I'm getting No rule to make target `/home/greg/buildglibc/misc/ioperm.o', needed
by `/home/greg/buildglibc/misc/stamp.o'.  Stop. while trying to compile
glibc-2.11.1 using methods shown http://frank.harvard.edu/~coldwell/toolchain/
for the x86_64 architecture.

Configure command as follows:
BUILD_CC=gcc CC=${CROSS_COMPILE}gcc AR=${CROSS_COMPILE}ar
RANLIB=${CROSS_COMPILE}ranlib AS=${CROSS_COMPILE}as LD=${CROSS_COMPILE}ld
../glibc-2.11.1/configure --prefix=$PREFIX --host=x86_64-pc-linux-gnu
--disable-profile --enable-add-ons --enable-kernel=2.6.18
libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes
--build=$(../glibc-2.11.1/scripts/config.guess)
--with-headers=${SYSROOT}/usr/include 2>&1 | tee configure.out

Output of configure.out is http://pastebin.com/m1bc08f09

Make command as follows (on a quad core processor machine):
make -j4 | tee make.out 

Output of make.out is split between http://pastebin.com/f37f5a8de
http://pastebin.com/f4eddc30c and http://pastebin.com/f5bfdf983

Let me know if you need anything else.

-- 
           Summary: No rule to make target
                    `/home/greg/buildglibc/misc/ioperm.o', needed by
                    `/home/greg/buildglibc/misc/stamp.o'.  Stop.
           Product: glibc
           Version: 2.11
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: gregh at cctvsuppliers dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-pc-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=11245

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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