Wind River Support Network

HomeDefectsLIN7-4910
Fixed

LIN7-4910 : CLONE - Missing multilib libusb symlinks in the exported SDK

Created: Oct 9, 2015    Updated: Sep 8, 2018
Resolved Date: Oct 15, 2015
Found In Version: 7.0
Fix Version: 7.0.0.10
Severity: Standard
Applicable for: Wind River Linux 7
Component/s: Kernel

Description

When creating a multilib (x86_64,x86_32) project with libusb, the following symlinks for the usb shared libs are missing:
- libusb-0.1.so.4 in /lib and /lib64
- libgcc_s.so.1 in /lib and /lib64
- libstdc++.so.6.0.18 in /lib and /lib64

Steps to Reproduce

1)
/wrlinux-6/wrlinux/configure --enable-board=intel_x86_64 --enable-rootfs=glibc-core --enable-kernel=standard --enable-build=production --enable-reconfig --enable-parallel-pkgbuilds=16 --with-layer=meta-selinux,wr-security,cgp --with-template=feature/archiver --with-license-flags-blacklist=GPLv3,LGPLv3,GPLv3+,LGPLv3+ --enable-jobs=16 --with-rcpl-version=0018

2)
add the following packages:
IMAGE_INSTALL += "libusb1"
IMAGE_INSTALL += "lib32-libusb1"
IMAGE_INSTALL += "libusb-compat"
IMAGE_INSTALL += "lib32-libusb-compat"

3) $ make
already check the contents of export/dist, the libusb, libgcc, libstdc++
are missing!

4) 
$ make export-sdk
check the contents of toolchains/sysroots/x86_64-wrs-linux/, the various symlinks for libusb, libgcc, libstdc++ are missing!

Other Downloads


Live chat
Online