-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
riotbuild: Upgrade ESP32 toolchain to GCC 14.2.0 #255
base: master
Are you sure you want to change the base?
riotbuild: Upgrade ESP32 toolchain to GCC 14.2.0 #255
Conversation
I don't understand why the compile test for |
Ah, the compilation test uses the Obviously, it seems to be related to PR #257 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll probably need to rebase on current master
for the changes from #257 to be included.
|
||
# Install GDB for Xtensa base ESP32 x SoCs in /opt/esp (94 MB) | ||
ARG ESP32_GDB_VERSION=12.1_20221002 | ||
RUN echo 'Installing ESP32 QEMU for RIC-V' >&2 && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RUN echo 'Installing ESP32 QEMU for RIC-V' >&2 && \ | |
RUN echo 'Installing ESP32 QEMU for RISC-V' >&2 && \ |
This PR is required for the upgrade of the ESP-IDF SDK from version 4.4 to version 5.4. It provides the following changes:
The picolibc compilation for ESP32 had to be removed since it produces error on buildung the docker image.
The toolchain should work with current master.
Depends on #257