You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building any version of 2.11.1, 2.12.0, 2.12.1, 2.13.0 for arm64 with the current Dockerfiles (and l4t base image as devel base) shows the following behavior:
crosstool_wrapper_driver_is_not_gcc error when building with gcc9 or gcc11
relocation truncated to fit linker error at the very end of the build when building with clang16
setting compilation flag -mcmodel=large/-mcmodel=medium is not supported
patch as applied in Dockerfile has no influence
The text was updated successfully, but these errors were encountered:
Building any version of 2.11.1, 2.12.0, 2.12.1, 2.13.0 for arm64 with the current Dockerfiles (and
l4t
base image as devel base) shows the following behavior:crosstool_wrapper_driver_is_not_gcc
error when building with gcc9 or gcc11relocation truncated to fit
linker error at the very end of the build when building with clang16-mcmodel=large
/-mcmodel=medium
is not supportedThe text was updated successfully, but these errors were encountered: