[dpdk-dev] [PATCH] Add Armv7 support

s.chandrakant at globaledgesoft.com s.chandrakant at globaledgesoft.com
Thu Jun 10 13:18:39 CEST 2021


From: Chandrakant Sharpa <s.chandrakant at globaledgesoft.com>

Adding support for Armv7 based platforms.
Used latest GNU cross compiler toolchain
version(10.2) for testing.

Signed-off-by: Chandrakant Sharpa <s.chandrakant at globaledgesoft.com>
---
 config/arm/arm_armv7a_linux_gcc | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 config/arm/arm_armv7a_linux_gcc

diff --git a/config/arm/arm_armv7a_linux_gcc b/config/arm/arm_armv7a_linux_gcc
new file mode 100644
index 000000000..65949cc83
--- /dev/null
+++ b/config/arm/arm_armv7a_linux_gcc
@@ -0,0 +1,17 @@
+[binaries]
+c = 'arm-none-linux-gnueabi-gcc'
+cpp = 'arm-none-linux-gnueabi-cpp'
+ar = 'arm-none-linux-gnueabi-ar'
+strip = 'arm-none-linux-gnueabi-strip'
+pkgconfig = 'arm-none-linux-gnueabi-pkg-config'
+pcap-config = ''
+
+[host_machine]
+system = 'linux'
+cpu_family = 'arm'
+cpu = 'armv7-a'
+endian = 'little'
+
+[properties]
+# Generate binaries that are portable across all Armv7 machines
+platform = 'generic'
-- 
2.17.1


-- 
Disclaimer:This message is intended only for the designated recipient(s). 
It may contain confidential or proprietary information and may be subject 
to other confidentiality protections. If you are not a designated 
recipient, you may not review, copy or distribute this message. Please 
notify the sender by e-mail and delete this message. GlobalEdge does not 
accept any liability for virus infected mails.



More information about the dev mailing list