On 11 Feb 2022 09:06, Jeff Law wrote: > This change: > > > commit 66dfedc28778e81d9d75a4a3fa1e74192138bf62 > > Author: Mike Frysinger > > 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 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. -mike