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 build/21052] cross compiling glibc for arm.


https://sourceware.org/bugzilla/show_bug.cgi?id=21052

--- Comment #3 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to ataro+glibc_bug from comment #2)
> (In reply to Andreas Schwab from comment #1)
> > You are missing a cross C++ compiler.  Since it is only needed for the
> > testsuite this isn't a fatal error.
> 
> Sorry but I think that I do have a C++ compiler.
> 
> it is available in the gcc prefix directory:
> /root/andro_test/gcc-build/gcc/cpp

Did you add this to the PATH?

Your config.log shows it's not found:

configure:2920: checking for arm-linux-gnueabi-g++
configure:2950: result: no

And the configure falls back to trying the system G++:

configure:2964: checking for g++
configure:2980: found /usr/bin/g++
configure:2991: result: g++

And the system g++ won't work because you're building cross.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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