Fixed
Created: Jan 4, 2016
Updated: Dec 3, 2018
Resolved Date: Jan 6, 2016
Found In Version: 8.0
Fix Version: 8.0.0.1
Severity: Standard
Applicable for: Wind River Linux 8
Component/s: Userspace
when building a wrlinux 6 project and adding the PACKAGE_DEBUG_SPLIT_STYLE = "debug-file-directory" , a similar type of QA warnings are encountered in the build.
WARNING: QA Issue: libgcc-dev: found library in wrong location: /usr/lib/debug/lib64/libgcc_s.so.1.debug
WARNING: QA Issue: eglibc-sourcery-compile-dbg: found library in wrong location: /usr/lib/debug/lib64/libnss_db-2.18.so.debug
eglibc-sourcery-compile-dbg: found library in wrong location: /usr/lib/debug/lib64/libnss_files-2.18.so.debug
eglibc-sourcery-compile-dbg: found library in wrong location: /usr/lib/debug/lib64/libc-2.18.so.debug
eglibc-sourcery-compile-dbg: found library in wrong location: /usr/lib/debug/lib64/libthread_db-1.0.so.debug
eglibc-sourcery-compile-dbg: found library in wrong location: /usr/lib/debug/lib64/libBrokenLocale-2.18.so.debug
eglibc-sourcery-compile-dbg: found library in wrong location: /usr/lib/debug/lib64/libdl-2.18.so.debug
eglibc-sourcery-compile-dbg: found library in wrong location: /usr/lib/debug/lib64/libmemusage.so.debug
...
1. copnfigure a project with:
--enable-board=intel-x86-64 --enable-kernel=preempt-rt --enable-rootfs=glibc-std+installer-support --with-template=feature/target-toolchain,feature/lttng2,feature/wrsv-ltt,feature/nfsd,feature/build_libc --enable-doc-pages=target --enable-checkout-all-layers=yes --with-layer=meta-selinux,wr-security --enable-bootimage=ext3 --enable-reconfig --enable-prelink=no --enable-rm-oldimgs=yes --enable-jobs=9 --enable-parallel-pkgbuilds=9 --with-rcpl-version=0023
2. append the following to the end of local.conf or in any template file:
PACKAGE_DEBUG_SPLIT_STYLE = "debug-file-directory"
3. run make all and observe the build console