I followed and error is there again. See more description here: make didnot worked. I still use 1.6. :-)
cubiq at WKS-LNX-006:~$ ${RTE_SDK} cubiq at WKS-LNX-006:~$ ${RTE_TARGET} cubiq at WKS-LNX-006:~$ export RTE_SDK=/home/cubiq/sothy/dpdk-1.6.0r2 cubiq at WKS-LNX-006:~$ export RTE_TARGET=x86_64-native-linuxapp-gcc cubiq at WKS-LNX-006:~$ cd ${RTE_SDK} cubiq at WKS-LNX-006:~/sothy/dpdk-1.6.0r2$ cd examples/exception_path/ cubiq at WKS-LNX-006:~/sothy/dpdk-1.6.0r2/examples/exception_path$ make /home/cubiq/sothy/dpdk-1.6.0r2/mk/rte.extvars.mk:71: /home/cubiq/sothy/dpdk-1.6.0r2/x86_64-native-linuxapp-gcc/.config: Aucun fichier ou dossier de ce type /home/cubiq/sothy/dpdk-1.6.0r2/mk/rte.vars.mk:99: *** RTE_ARCH is not defined. Arr?t. cubiq at WKS-LNX-006:~/sothy/dpdk-1.6.0r2/examples/exception_path$ On Wed, Jul 2, 2014 at 11:56 AM, Alex Markuze <alex at weka.io> wrote: > You need, to define the following variables before compiling, please refer > to the DPDK documentation. > > > export RTE_TARGET=x86_64-native-linuxapp-gcc > > export RTE_SDK=/home/user/dpdk > > > On Wed, Jul 2, 2014 at 12:48 PM, sothy shan <sothy.e98 at gmail.com> wrote: > >> Hello! >> >> I started playing Intel DPDK example. I used to compile exception_path >> code. >> When I do make command "make", I got an error, >> >> RTE_ARCH is not set. So I set the variable via terminal bash using >> >> export RTE_ARCH=x86_64 >> >> Stilll it is not working. Any wrong anywhere? >> >> Thanks for your reponse. >> >> Best regards >> Sothy >> > >