Rah17
New Contributor
6 months agolib32 using multilib on 64bit poky for stratix10_htile board
Hi,
I am trying to make 32 bit libraries on a 64 bit poky using multilib for stratix10_htile fpga board .
However i am facing errors..
small portion of the Error log: ( full error log is attached as a file in this post)
Error: Transaction test error:
file /usr/sbin/ldconfig conflicts between attempted installs of lib32-ldconfig-2.39+git0+84f6bfce2c-r0.armv8a and ldconfig-2.39+git0+84f6bfce2c-r0.armv8a
file /usr/lib64/ld-linux-aarch64.so.1 conflicts between attempted installs of libc6-2.39+git0+84f6bfce2c-r0.armv8a and lib32-libc6-2.39+git0+84f6bfce2c-r0.armv8a
file /usr/lib64/libBrokenLocale.so.1 conflicts between attempted installs of libc6-2.39+git0+84f6bfce2c-r0.armv8a and lib32-libc6-2.39+git0+84f6bfce2c-r0.armv8a
my conf/local.conf is:
MACHINE ??= "stratix10_htile"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 = "armv8a"
IMAGE_INSTALL:append = "lib32-python3 lib32-glibc lib32-libstdc++ lib32-zlib lib32-bash "
BB_NUMBER_THREADS = "8"
PARALLEL_MAKE = "-j8"
PACKAGE_CLASSES ?= "package_rpm"
Build configuration:
BB_VERSION = "2.8.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "stratix10_htile"
DISTRO = "poky"
DISTRO_VERSION = "5.0.5"
TUNE_FEATURES = "aarch64 armv8a crc"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "stratix10_htile"
DISTRO = "poky"
DISTRO_VERSION = "5.0.5"
TUNE_FEATURES = "aarch64 armv8a crc"
it seems like lib32 libraries and lib64 libraries are getting packaged into the same directory..
Can anyone help me with this..
Thankyou