main branch broken after f81bf08f7caaebf877956d5d09c56a5d501de08a
Torbjorn SVENSSON <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hello all, It appears that the main branch is broken after the revert done yesterday for the arm-none-eabi target. commit f81bf08f7caaebf877956d5d09c56a5d501de08a Author: Jeff Johnston <[email protected]> Date: Tue Dec 19 13:58:12 2023 -0500 Add generated files for Revert patch commit b67114d7d826194d20a002869ac3f2ef2db47b8f Author: Mike Frysinger <[email protected]> Date: Mon Dec 4 02:03:06 2023 -0500 Revert "Fix libgloss/newlib build to conditionally use top include dir" This reverts commit 17ac400c11bab30ac2c0bef12cbf7788f0b6f954. The build failures were due to incorrectly using $(INCLUDES) when running $(AS). Let's roll this back and drop $(INCLUDES) from the $(AS) invocations. Building b67114d7d826194d20a002869ac3f2ef2db47b8f or b67114d7d826194d20a002869ac3f2ef2db47b8f~1 is successful, building f81bf08f7caaebf877956d5d09c56a5d501de08a gives: In file included from ..../libgloss/arm/crt0.S:2: .../libgloss/arm/arm.h:32:10: fatal error: arm-acle-compat.h: No such file or directory 32 | #include "arm-acle-compat.h" | ^~~~~~~~~~~~~~~~~~~ Kind regards, Torbjörn