[yocto] Intel machine with 64 Bit kernel and 32 Bit user space

Burton, Ross ross.burton at intel.com
Fri Jul 27 03:57:24 PDT 2018


On 27 July 2018 at 11:23, Ayoub Zaki <ayoub.zaki at googlemail.com> wrote:
> The ERROR: lib32-my-image-1.0-r0 do_image_wic: The file
> /usr/share/gcc-7.3.0/python/libstdcxx/__init__.py is installed by both
> lib32-gcc-runtime and gcc-runtime, aborting is not self-explanatory!
>
> gcc-runtime is anyway not part of the image ?!

It will be as you'll need it to run many binaries built by gcc.

Those files should be in gcc-runtime-dbg though, so I suggest you look
at your local customisations and see why they're in that package.

See gcc-runtime.inc:

# include python debugging scripts
FILES_${PN}-dbg += "\
    ${libdir}/libstdc++.so.*-gdb.py \
    ${datadir}/gcc-${BINV}/python/libstdcxx \
"

Ross


More information about the yocto mailing list