Bug#953844: This appears to be due to "provide-stdint-for-embedded.patch"

2024-04-22 Thread Johannes Schauer Marin Rodrigues
Hi Keith, On Thu, 14 Jul 2022 15:19:22 +0100 Steve Capper wrote: > With some stracing, it became apparent that the newlib headers were > pulling in an extra stdint.h (that wasn't part of newlib). I rebuilt the > gcc-arm-none-eabi package with the "provide-stdint-for-embedded.patch" > removed.

Bug#953844: This appears to be due to "provide-stdint-for-embedded.patch"

2022-07-14 Thread Steve Capper
Hello, I also ran into this issue when building firmware. FWIW, my steps can be found condensed here: = FROM debian:sid WORKDIR /build RUN apt-get update && apt-get -y install gcc-arm-none-eabi git \ cmake make RUN git clone https://git.morello-project.org/morello/scp-firmware.git && \ cd