[dpdk-users] DPDK installation on cavium ThunderX SoC

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jan 23 09:34:42 CET 2017


Hi,

2017-01-22 19:18, Gyanesh Patra:
> Hi,
> 
> What is the proper method to install DPDK on a ThunderX SoC?
> 
> Does it work with onboard NICs or externally added PCIe based only?
> 
> I faces problem while trying to install dpdk (16, 17 & master):-
> 
> ?>>make config T=arm64-thunderx-linuxapp-gcc
> 
> /bin/sh: 1: aarch64-thunderx-linux-gnu-gcc: not found
> 
> /bin/sh: 1: aarch64-thunderx-linux-gnu-gcc: not found
> 
> /bin/sh: 1: test: -lt: unexpected operator
> 
> /bin/sh: 1: aarch64-thunderx-linux-gnu-gcc: not found
> 
> /bin/sh: 1: aarch64-thunderx-linux-gnu-gcc: not found
> 
> How to fix this problem? 
> 
> System info:
> 
> Cavium ThunderX SoC (model - R150-T62)
> 
> gcc-6.3.0
> 
> Ubuntu 16.06 LTS

I think you need to add CROSS= on your command line to unset the
default CROSS value (aarch64-thunderx-linux-gnu-).

We should remove this default value in DPDK.


More information about the users mailing list