File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ RUN apt-get update && \
19
19
gawk && \
20
20
rm -rf /var/lib/apt/lists/*
21
21
22
- RUN wget --quiet https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc- arm-none-eabi-10-2020-q4-major-x86_64-linux .tar.bz2 -O - \
23
- | tar -xj -C /opt
22
+ RUN wget --quiet https://developer.arm.com/-/media/Files/downloads/gnu/14.2.rel1/binrel/ arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi .tar.xz -O - \
23
+ | tar -xJ -C /opt
24
24
25
25
RUN python3 -m pip install -U pip setuptools \
26
26
&& python3 -m pip install \
@@ -34,7 +34,7 @@ RUN python3 -m pip install -U pip setuptools \
34
34
RUN ln -s /usr/lib/x86_64-linux-gnu/libclang-14.so.14.0.0 /usr/lib/libclang-14.so && \
35
35
ln -s /usr/lib/x86_64-linux-gnu/libclang-14.so.14.0.0 /usr/lib/libclang.so
36
36
37
- ENV PATH=/opt/gcc- arm-none-eabi-10-2020-q4-major /bin/:${PATH}
37
+ ENV PATH=/opt/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi /bin/:${PATH}
38
38
39
39
VOLUME ["/src" ]
40
40
You can’t perform that action at this time.
0 commit comments