Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing 32bit glibc libraries #27

Open
ArturLipowski opened this issue May 15, 2018 · 0 comments
Open

Missing 32bit glibc libraries #27

ArturLipowski opened this issue May 15, 2018 · 0 comments

Comments

@ArturLipowski
Copy link

I need to build image for am57xx-evm machine (from meta-ti) using crops/poky:opensuse-42.2.
During build process (bitbake core-image-minimal) there are displayed following messages:

WARNING: ti-cgt-pru-native-2.2.1-r0 do_unpack: TI installer requires 32bit glibc libraries for proper operation
run 'yum install glibc.i686' on Fedora or 'apt-get install libc6:i386' on Ubuntu/Debian
ERROR: ti-cgt-pru-native-2.2.1-r0 do_install: Function failed: do_install (log file is located at /workdir/poky/build/tmp/work/x86_64-linux/ti-cgt-pru-native/2.2.1-r0/temp/log.do_install.8461)
ERROR: Logfile of failure stored in: /workdir/poky/build/tmp/work/x86_64-linux/ti-cgt-pru-native/2.2.1-r0/temp/log.do_install.8461

Yocto build run fine if I create my own container (based on crops/poky:opensuse-42.2) with following instruction in Dockerfile:
RUN zypper install -y glibc-32bit

I tried build only for Rocko (2.4.2) release and the the meta-ti at ti2018.00 tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant