This is the mail archive of the libc-help@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]

Re: [Ping] Errors with make check of glibc v2.20 while cross compiling for powerpc


The problem in your setup seems that you are trying to run the check
on the 'installed' folder in the destination machine, while INSTALL
file specifies:

"The source and build directories must be visible at the same locations
 on both the build system and HOSTNAME."

In other words, it does not require you to install prior to check, you 
must export the same folder (either through nfs, sshfs, etc.) to the
target machine and configure ssh access to it (preferable with publickey
to avoid asking for credentials).

Also, the INSTALL documentation states the command to use the script to
access the machine is 'make -k test-wrapper=..." and not 'cross-test-wrapper'.

On 19-05-2015 03:20, Ramana wrote:
> On Wed, Apr 1, 2015 at 12:03 PM, Ramana <ramana.venkat83@gmail.com> wrote:
>> Hi,
>>
>> Probably the query
>> https://sourceware.org/ml/libc-alpha/2015-03/msg00841.html posted on
>> libc-alpha is more relavent here.
>>
>> Thank you,
>> Venkata Ramanaiah N


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