Hi,
Buildroot and OpenADK have samples to create a Linux system to be
bootup in Qemu system emulation for microblaze architecture.
With gcc 6.3 and 7.1 the samples are not working anymore,
because the Linux system userland does not boot.
Qemu 2.9.0:
Kernel panic - not syncing: Attempted to kill init!
exitcode=0x0000000b
(with glibc, musl and uClibc-ng toolchains)
I bisected gcc source code and found the bad commit:
6dcad60c0ef48af584395a40feeb256fb82986a8
When reverting the change, gcc 6.3 and 7.1 produces working
Linux rootfs again.
What can we do about it?
best regards
Waldemar
Hi,
I’m trying to add a nanomsg package. It’s cmake-build-based, that works. However at runtime libanl.so.1 is missing.
I find it in target_*/lib/, together with other libc-stuff. But it is not transferred to root_*/lib (including a few others).
Is there a way to enable this using e.g. PKG_NEEDS or a similar mechanism?
Cheers,
Diez