Khem Raj
Khem Raj
> > > After this change I am able to launch `rpicam-hello` but the application exits with the following error, > > > ERROR: rpicam-apps currently only supports the Raspberry...
is there more information you can dig e.g. are there any crash reported or some sort of backtrace ? we did have issue with rpi4 where it would assume hw...
@ceggers-arri are you also using `DEBUG_BUILD = "1"` ? if so this could be duplicate of https://github.com/kraj/meta-clang/issues/932 we fixed it for master branch already, please test the patch from https://github.com/kraj/meta-clang/pull/955...
@alyssais does your musl build include - https://git.musl-libc.org/cgit/musl/commit/?id=725e17ed6dff4d0cd22487bb64470881e86a92e7 ?
> > Implementing the same function on mesh/rpl.c provided on the commit above makes it compile again under musl. Tested on Gentoo Musl (6.10.3-gentoo-dist-hardened). [Patch for reference.](https://github.com/user-attachments/files/16631356/rpl.patch.txt) > > Perhaps...
> [config.log](https://github.com/user-attachments/files/17016832/config.log) @alyssais thanks, I think the detection seems to work fine which I wanted to check, if you could upload the pre-processed output of `mesh/mesh-config-json.c` that could help in...
> But it seems pretty straightforward to me? There is a basename defined in libgen.h, and there is a basename defined in missing.h. These two definitions conflict. mesh-config-json.c includes both...
@alyssais Can you test out this patch in your environment for me please ? [0001-mesh-Move-local-basename-into-utility-file.patch](https://github.com/user-attachments/files/17020818/0001-mesh-Move-local-basename-into-utility-file.patch)
is this persistent ?
On the build machine try cloning `git://github.com/raspberrypi/linux.git;` outside yocto fetching it. Perhaps in /tmp folder `git clone https://github.com/raspberrypi/linux.git` does this work ?