Fixed
Created: Mar 4, 2014
Updated: Dec 3, 2018
Resolved Date: Mar 31, 2014
Previous ID: LIN5-18218
Found In Version: 6.0
Fix Version: 6.0.0.6
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Build & Config
Host OS: Linux Other
Architecture: ARM
make export-sdk generates tar ball with error message. We used CentOS 5.9 32-bits
snake02 /opt3>make fs
Removing fs
./scripts/fakestart.sh rm -rf export/dist
/opt3/sysroots/i686-wrlinuxsdk-linux/usr/bin/pseudo: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
It's OK on RCPL 2. After customer upgrade to RCPL 9, the exported SDK make fs failed.
1. configure platform project
/WindRiver-5/wrlinux-5/wrlinux/configure --enable-board=mv-armada-xp --enable-build=production --enable-jobs=4 --
enable-kernel=standard --enable-parallel-pkgbuilds=4 --enable-rootfs=glibc_small --enable-bootimage=ext3 --enable-
reconfig --with-template=feature/initramfs --with-rcpl-version=0009
2. make
make export-sdk
3. install the sdk, then cd to the sdk folder.
make fs
Removing fs
./scripts/fakestart.sh rm -rf export/dist
/opt3/sysroots/i686-wrlinuxsdk-linux/usr/bin/pseudo: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory