Skip to content

Missing 32bit glibc libraries #27

@ArturLipowski

Description

@ArturLipowski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions