Forum Discussion
lib32 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:
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"
2 Replies
- Jeet14
Frequent Contributor
Hi,
This is most likely a generic configuration error.
The problem is that both the 64-bit and 32-bit environments both think that their libdir is /usr/lib.
You can refer below open source link.
Regards
Tiwari
- Jeet14
Frequent Contributor
Hi,
Please let me know if you have any question on this.
Regards
Tiwari