https://bugs.dpdk.org/show_bug.cgi?id=1787
Bug ID: 1787
Summary: ARM toolchin prefix changed in newest toolchain
Product: DPDK
Version: 24.11
Hardware: ARM
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: meson
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
In config/arm/* files in the binary section, the prefix tool chain is hardcoded
with the old notation i.e. arch-os-abi, this has changed to arch-vendor-os-abi
causing all this files unusable with latest tool chain.
Example: arm-gnu-toolchain-14.3.rel1-aarch64-aarch64-none-linux-gnu.tar.xz [1]
which prefix is: aarch64-none-linux-gnu instead of old prefix
aarch64-linux-gnu.
[1]
https://developer.arm.com/-/media/Files/downloads/gnu/14.3.rel1/binrel/arm-gnu-toolchain-14.3.rel1-aarch64-aarch64-none-linux-gnu.tar.xz
--
You are receiving this mail because:
You are the assignee for the bug.