Keith Packard

Results 146 comments of Keith Packard

> I am working on adding cortex-m85 support to zephyr. Adding GCC 14.1 would put it on par with those and allow me to to not special case zephyr-sdk. To...

I think the whole series of pending microblaze fixes should be added here, not just one of them.

> Is there any help I could offer to help push this forward? It would be great to have picolibc support out of the box in FreeRTOS. I've rebased past...

Yes, I think that would work. Hrm. Actually, it looks like this code is missing the __tls_align() adjustment changes which went into picolibc a couple of months ago, so we...

this is a bigger job than it seems -- as near as I can tell, 80-bit soft float support is simply absent from glibc (and, hence, libgcc).

> I haven't been able to figure out how `__unordxf2` is generated. I tried using `-mlong-double-64` but still got the same error. That's the problem -- it's *not* generated, it...

The lack of soft float support for 80bit Intel long double means that this type will not work anyways. However, I agree that it would be better to disable all...

I'm still seeing problems with atomic_exchange use in getc -- it fails to return the previously stored value as it should. Picolibc now has a stand-alone atomics test case that...

Hrm. it's working for me. But, github is probably a friendlier place for bug reports anyways. I need to spend some quality time fixing mailman on that host...

Right, there are spammers out there using mailman subscription scripts to send annoying emails to victims. I had to disable external access to my mailing list web pages as a...