Re: Recent change broke bfin-elf
Jeff Law <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On 2/11/2022 3:43 PM, Mike Frysinger wrote: > On 11 Feb 2022 09:06, Jeff Law wrote: >> This change: >> >>> commit 66dfedc28778e81d9d75a4a3fa1e74192138bf62 >>> Author: Mike Frysinger <[email protected]> >>> Date: Wed Feb 2 01:06:21 2022 -0500 >>> >>> libgloss: merge bfin into top-level Makefile >>> >>> Avoid a recursive make to speed things up a bit. >> Broke the bfin-elf port with: >> >> ../../../../..//newlib-cygwin/libgloss/bfin/basiccrt.S:28:10: fatal >> error: sys/platform.h: No such file or directory >> 28 | #include <sys/platform.h> > bfin-elf is one i regularly test. it still builds for me. > > i'm guessing you're testing just binutils+gcc and don't have newlib+libgloss > installed already ? that might be why mine passes ... i'm using a full > toolchain. Correct. It's a build from scratch with nothing pre-installed. jeff