Skip to content

Commit

Permalink
downgrade gcc version from v13 (default) to v12 to workaround an issue
Browse files Browse the repository at this point in the history
with the RaspberryPi kernel running into a kernel panic in dwc_otg
(this refs #2780)
  • Loading branch information
jens-maus committed Jun 18, 2024
1 parent 19b683d commit 82e89ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildroot-external/Buildroot.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BR2_CCACHE=y
BR2_DL_DIR="$(TOPDIR)/../download"
# BR2_ENABLE_LOCALE_PURGE is not set
BR2_ENABLE_LTO=y
BR2_GCC_VERSION_12_X=y
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_EQ3_PATH)/patches"
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
BR2_KERNEL_MIRROR="https://www.kernel.org/pub"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_TOOLCHAIN_EXTERNAL_GCC_13=y
BR2_TOOLCHAIN_EXTERNAL_GCC_12=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_6_6=y
# BR2_TOOLCHAIN_EXTERNAL_INET_RPC is not set
BR2_TOOLCHAIN_EXTERNAL_PATH="$(BASE_DIR)/../../../host"
Expand Down

0 comments on commit 82e89ae

Please sign in to comment.