All of lore.kernel.org
 help / color / mirror / Atom feed
* Building toolchain(meta-toolchain) issue for mips
       [not found] ` <d83d174900974afe9e993337abf55b35@HKNPR03MB354.apcprd03.prod.outlook.com>
@ 2014-08-14 12:39   ` atulkumar singh
  2014-08-14 14:02     ` Mark Hatle
  0 siblings, 1 reply; 3+ messages in thread
From: atulkumar singh @ 2014-08-14 12:39 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2118 bytes --]

Hi Folks,



I am trying to build toolchain, but while building I am getting following
warning:

                WARNING: QA Issue: gcc-cross-canadian-mips64-n32: found
library in wrong location:
/usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/libexec/mips64-windriver-linux-gnun32/gcc/mips64-windriver-linux-gnun32/4.9.1/liblto_plugin.so.0.0.0

gcc-cross-canadian-mips64-n32: found library in wrong location:
/usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/libexec/mips64-windriver-linux-gnun32/gcc/mips64-windriver-linux-gnun32/4.9.1/liblto_plugin.so

gcc-cross-canadian-mips64-n32: found library in wrong location:
/usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/libexec/mips64-windriver-linux-gnun32/gcc/mips64-windriver-linux-gnun32/4.9.1/liblto_plugin.so.0
[libdir]



                Matched in
manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips64.populate_sysroot

manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips32r2.populate_sysroot


/data/home/asingh/Yocto/poky/build/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/share/gdb/syscalls/mips-n32-linux.xml

   Matched in
manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips64.populate_sysroot

manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips32r2.populate_sysroot


/data/home/asingh/Yocto/poky/build/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/share/gdb/syscalls/arm-linux.xml



Thanks and Regards,

ATUL KUMAR SINGH



This message contains information that may be privileged or confidential
and is the property of the KPIT Technologies Ltd. It is intended only for
the person to whom it is addressed. If you are not the intended recipient,
you are not authorized to read, print, retain copy, disseminate,
distribute, or use this message or any part thereof. If you receive this
message in error, please notify the sender immediately and delete all
copies of this message. KPIT Technologies Ltd. does not accept any
liability for virus infected mails.

[-- Attachment #2: Type: text/html, Size: 2249 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Building toolchain(meta-toolchain) issue for mips
  2014-08-14 12:39   ` Building toolchain(meta-toolchain) issue for mips atulkumar singh
@ 2014-08-14 14:02     ` Mark Hatle
  2014-08-17  8:12       ` atulkumar singh
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Hatle @ 2014-08-14 14:02 UTC (permalink / raw)
  To: atulkumar singh, yocto@yoctoproject.org

On 8/14/14, 7:39 AM, atulkumar singh wrote:
> Hi Folks,
>
> I am trying to build toolchain, but while building I am getting following warning:
>
>                  WARNING: QA Issue: gcc-cross-canadian-mips64-n32: found library
> in wrong location:
> /usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/libexec/mips64-windriver-linux-gnun32/gcc/mips64-windriver-linux-gnun32/4.9.1/liblto_plugin.so.0.0.0
>
> gcc-cross-canadian-mips64-n32: found library in wrong location:
> /usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/libexec/mips64-windriver-linux-gnun32/gcc/mips64-windriver-linux-gnun32/4.9.1/liblto_plugin.so
>
> gcc-cross-canadian-mips64-n32: found library in wrong location:
> /usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/libexec/mips64-windriver-linux-gnun32/gcc/mips64-windriver-linux-gnun32/4.9.1/liblto_plugin.so.0
> [libdir]

The above QA warnings indicate that a library was found at a non-standard (/lib, 
/usr/lib) location.  This is an issue if a user links to the library and it's 
not available in the standard ld.so load path.

>                  Matched in
> manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips64.populate_sysroot
>
> manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips32r2.populate_sysroot
>
>
> /data/home/asingh/Yocto/poky/build/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/share/gdb/syscalls/mips-n32-linux.xml
>
>     Matched in
> manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips64.populate_sysroot
>
> manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips32r2.populate_sysroot
>
>
> /data/home/asingh/Yocto/poky/build/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/share/gdb/syscalls/arm-linux.xml

The above indicates two packages, x86_64-nativesdk-gdb-cross-canadian-mips64 and 
x86_64-nativesdk-gdb-cross-canadian-mips32r2 both provided the same file at the 
same installation path.  While not always, this is often times an indication of 
a bug in the system.

As long as both packages could be used separately, and the contents of the two 
files are identical this can be ignored.

--Mark

> Thanks and Regards,
>
> ATUL KUMAR SINGH
>
> This message contains information that may be privileged or confidential and is
> the property of the KPIT Technologies Ltd. It is intended only for the person to
> whom it is addressed. If you are not the intended recipient, you are not
> authorized to read, print, retain copy, disseminate, distribute, or use this
> message or any part thereof. If you receive this message in error, please notify
> the sender immediately and delete all copies of this message. KPIT Technologies
> Ltd. does not accept any liability for virus infected mails.
>
>
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Building toolchain(meta-toolchain) issue for mips
  2014-08-14 14:02     ` Mark Hatle
@ 2014-08-17  8:12       ` atulkumar singh
  0 siblings, 0 replies; 3+ messages in thread
From: atulkumar singh @ 2014-08-17  8:12 UTC (permalink / raw)
  To: Mark Hatle; +Cc: yocto@yoctoproject.org

Hi Mark,

Thanks for your valuable suggestion.
But could you please let me know how to work around this issue.

Thanks and regards,
Atul

On 14/08/2014, Mark Hatle <mark.hatle@windriver.com> wrote:
> On 8/14/14, 7:39 AM, atulkumar singh wrote:
>> Hi Folks,
>>
>> I am trying to build toolchain, but while building I am getting following
>> warning:
>>
>>                  WARNING: QA Issue: gcc-cross-canadian-mips64-n32: found
>> library
>> in wrong location:
>> /usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/libexec/mips64-windriver-linux-gnun32/gcc/mips64-windriver-linux-gnun32/4.9.1/liblto_plugin.so.0.0.0
>>
>> gcc-cross-canadian-mips64-n32: found library in wrong location:
>> /usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/libexec/mips64-windriver-linux-gnun32/gcc/mips64-windriver-linux-gnun32/4.9.1/liblto_plugin.so
>>
>> gcc-cross-canadian-mips64-n32: found library in wrong location:
>> /usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/libexec/mips64-windriver-linux-gnun32/gcc/mips64-windriver-linux-gnun32/4.9.1/liblto_plugin.so.0
>> [libdir]
>
> The above QA warnings indicate that a library was found at a non-standard
> (/lib,
> /usr/lib) location.  This is an issue if a user links to the library and
> it's
> not available in the standard ld.so load path.
>
>>                  Matched in
>> manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips64.populate_sysroot
>>
>> manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips32r2.populate_sysroot
>>
>>
>> /data/home/asingh/Yocto/poky/build/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/share/gdb/syscalls/mips-n32-linux.xml
>>
>>     Matched in
>> manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips64.populate_sysroot
>>
>> manifest-x86_64_x86_64-nativesdk-gdb-cross-canadian-mips32r2.populate_sysroot
>>
>>
>> /data/home/asingh/Yocto/poky/build/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/usr/local/windriver/sysroots/x86_64-pokysdk-linux/usr/share/gdb/syscalls/arm-linux.xml
>
> The above indicates two packages, x86_64-nativesdk-gdb-cross-canadian-mips64
> and
> x86_64-nativesdk-gdb-cross-canadian-mips32r2 both provided the same file at
> the
> same installation path.  While not always, this is often times an indication
> of
> a bug in the system.
>
> As long as both packages could be used separately, and the contents of the
> two
> files are identical this can be ignored.
>
> --Mark
>
>> Thanks and Regards,
>>
>> ATUL KUMAR SINGH
>>
>> This message contains information that may be privileged or confidential
>> and is
>> the property of the KPIT Technologies Ltd. It is intended only for the
>> person to
>> whom it is addressed. If you are not the intended recipient, you are not
>> authorized to read, print, retain copy, disseminate, distribute, or use
>> this
>> message or any part thereof. If you receive this message in error, please
>> notify
>> the sender immediately and delete all copies of this message. KPIT
>> Technologies
>> Ltd. does not accept any liability for virus infected mails.
>>
>>
>>
>
>


-- 
*
Thanks and  regards,
ATUL KUMAR SINGH
E-mail Id- atul.singh008@gmail.com
Mob. no.-08055440486(R)*


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-17  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <70c818031fe4471ea683fc552b9ad1b5@HKNPR03MB354.apcprd03.prod.outlook.com>
     [not found] ` <d83d174900974afe9e993337abf55b35@HKNPR03MB354.apcprd03.prod.outlook.com>
2014-08-14 12:39   ` Building toolchain(meta-toolchain) issue for mips atulkumar singh
2014-08-14 14:02     ` Mark Hatle
2014-08-17  8:12       ` atulkumar singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.