Re: [PATCH v0 0/2] Add C23 stdbit.h functions
Corinna Vinschen <[email protected]> Mon, 23 Mar 2026 09:58:57 +0100
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hi Joel, On Mar 21 18:52, Joel Sherrill wrote: > Thanks. I finally aligned all the autotools versions with your changes. > > It all built for me to target sparc-rtems7. > > You mentioned a problem compiling these earlier. What target was that? I > think all the > XXX_WIDTH constants used are in limits.h. No, they are not. Target was Cygwin with its own limits.h, but even in newlib's limits.h, these WIDTH macros are not defined. Incidentally, they are not defined anywhere in the newlib-cygwin repo. If this works for you, you're probably overloading the newlib headers with rtems headers. > And is there any organization behind ELIX and ELIX_LEVEL anymore? Is 3 > everything or some restricted subset. We would like them on RTEMS and I > assume we would be a more restricted profile since we are single process. Actually, I don't know. I thought we're supposed to maintain this stuff. Jeff? If this isn't important anymore, fine with me, it just complicates the configury anyway ;) Thanks, Corinna