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.
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 scp
2 matches
Mail list logo