Hi all, On Mon, 20 Jan 2020 08:24:47 +1100 Stephen Rothwell wrote: > > Hi all, > > After merging the arm tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: In file included from scripts/dtc/libfdt/libfdt_env.h:12, from arch/arm/boot/compressed/fdt_rw.c:6: /usr/lib/gcc-cross/arm-linux-gnueabi/9/include/stdint.h:9:26: error: no include path in which to search for stdint.h 9 | # include_next | ^ In file included from arch/arm/boot/compressed/fdt_rw.c:6: scripts/dtc/libfdt/libfdt_env.h:13:10: fatal error: stdlib.h: No such file or directory 13 | #include | ^~~~~~~~~~ compilation terminated. In file included from scripts/dtc/libfdt/libfdt_env.h:12, from arch/arm/boot/compressed/fdt_ro.c:6: /usr/lib/gcc-cross/arm-linux-gnueabi/9/include/stdint.h:9:26: error: no include path in which to search for stdint.h 9 | # include_next | ^ In file included from arch/arm/boot/compressed/fdt_ro.c:6: scripts/dtc/libfdt/libfdt_env.h:13:10: fatal error: stdlib.h: No such file or directory 13 | #include | ^~~~~~~~~~ > Caused by commit > > e3a0e1427dcb ("ARM: 8953/1: decompressor: simplify libfdt builds") > > My arm builds are ppc64le hosted cross compiles using Debian's cross > gcc package. > > I have reverted that commit for today. -- Cheers, Stephen Rothwell