namsh@namsh-VirtualBox:~/test_project/images/linux$ petalinux-config
INFO: Checking component...
INFO: Config linux
[INFO ] config linux
mconf: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory
make: *** [config] Error 255
ERROR: Failed to config linux!
ERROR: Failed to config component linux
This is 32bit software on a 64bit install, I need the lib32 version
Solution is installing libncursesw5:i386 package
namsh@namsh-VirtualBox:~/test_project/images/linux$ sudo aptitude install libncursesw5:i386
The following NEW packages will be installed:
libgpm2:i386{a} libncursesw5:i386 libtinfo5:i386{a}
After the install package rerun petalinux-config
namsh@namsh-VirtualBox:~/test_project/images/linux$ petalinux-config
INFO: Checking component...
INFO: Config linux
[INFO ] config linux

0 개의 댓글:
댓글 쓰기