Fixed
Created: Jan 8, 2014
Updated: Dec 19, 2017
Resolved Date: Mar 3, 2014
Found In Version: 5.0.1
Fix Version: 5.0.1.13
Severity: Standard
Applicable for: Wind River Linux 5
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 /data1/a/hawan/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