Keith Packard

Results 146 comments of Keith Packard

> > This is actually working when I disabled newlib-nano to keep the build times in check. The only testing failure occurred when a newlib-nano test slipped through; that should...

I've got the GCC PR queued. zephyrproject-rtos/picolibc main is sync'd with picolibc main to pull in fixes for arc, xtensa and add uchar.h

> Merged GCC PR. > > It looks like I merged [wrong crosstool-ng PR](https://github.com/zephyrproject-rtos/crosstool-ng/pull/26) (though, I assume it is still valid?) and crosstool-ng submodule is still pointing to `multlib-space` branch....

I've rebased this PR and have a plan to make it workable -- we don't need space optimized versions of every library for every target, only for targets which need...

In getting the tests working, I discovered that shared libraries can generate additional files, like the Windows import library, which aren't listed in the outputs array. As you can see...

I missed a case that I need -- configure_file. I've added another commit which fixes that.

> I believe that the additional windows files the `.lib` and `.pdb` must have the same name as the `.dll` to be automatically loaded, I think that Windows `.exe` files...

> Hmmm... IIUC, then we would just need to install the .lib and .pdb with the same name but .pdb, though maybe we have someone with more Windows expertise? "it's...

I've rebased both this and #14002. As I mentioned over there, I greatly prefer #14002 to this kludge, but this would at least let me get my multi-target clang builds...