First of all, it seems to be similar to what happens in issue #492 but the line mentioned there to be causing the problem is patched in the main branch I tried on, plus this happens in FreeBSD.
I'm attaching logs at the end of the text. cmake.log contains the output of the cmake instruction and ninja.log contains the output of the ninja command to build the lib.
let's cc @keith-packard too since it seems to be more picolibc related. I'll try to deep dive a little on the building process and steps again during the weekend
First of all, it seems to be similar to what happens in issue #492 but the line mentioned there to be causing the problem is patched in the main branch I tried on, plus this happens in FreeBSD.
I'm attaching logs at the end of the text.
cmake.log
contains the output of thecmake
instruction andninja.log
contains the output of theninja
command to build the lib.System information:
Steps to reproduce:
And it seems to fail at this point in the process:
It then attempts to continue for a bit (see ninja.log) but it ends up failing to an exit.
Not sure if being a picolibc build step this should be an issue on their repo too, or just keep it here.
cmake.log ninja.log