* rte_config.h missing in DPDK 1.7.1
@ 2014-12-11 11:17 sothy shan
[not found] ` <CAHcF_0a9do8vg8D=nthMG3mBOwAzfOn1Hmh0fMMxus0uHG+j+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: sothy shan @ 2014-12-11 11:17 UTC (permalink / raw)
To: dev-VfR2kkLFssw@public.gmane.org
Hi!
I am seeking help on installing DPDK OVS with DPDK 1.7.1 on ubuntu 14.04.
If any body knows solutin, please let me.
I compile in a typical way for DPDK 1.7.1 with x86_64_native-linuxaap-gcc.
command:
make config T=x86_64-native-linuxapp-gcc
make
It compiled and worked. I am able to run testpmd appplication also.
But I start to compile DPDK OVS, DPDK OVS gives error. The erros is :
CC lib/dpdk-link.lo
lib/dpdk-link.c:25:24: fatal error: rte_config.h: No such file or directory
#include <rte_config.h>
Please help where is wrong. WhenI search in DPDK 1.7.1 folder, I
couldnt find rte_config.h file.
Thank you very much for your help.
Best regards
Sothy
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <CAHcF_0a9do8vg8D=nthMG3mBOwAzfOn1Hmh0fMMxus0uHG+j+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: rte_config.h missing in DPDK 1.7.1 [not found] ` <CAHcF_0a9do8vg8D=nthMG3mBOwAzfOn1Hmh0fMMxus0uHG+j+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2014-12-11 11:22 ` Marc Sune [not found] ` <54897E59.4090708-kpkqNMk1I7M@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Marc Sune @ 2014-12-11 11:22 UTC (permalink / raw) To: dev-VfR2kkLFssw This usually shows up when you are attempting to compile your DPDK application without properly defining RTE_SDK and RTE_TARGET (where DPDK source resides). Just double check if they are properly defined and exported marc On 11/12/14 12:17, sothy shan wrote: > Hi! > I am seeking help on installing DPDK OVS with DPDK 1.7.1 on ubuntu 14.04. > If any body knows solutin, please let me. > > I compile in a typical way for DPDK 1.7.1 with x86_64_native-linuxaap-gcc. > command: > > make config T=x86_64-native-linuxapp-gcc > make > > It compiled and worked. I am able to run testpmd appplication also. > > But I start to compile DPDK OVS, DPDK OVS gives error. The erros is : > > CC lib/dpdk-link.lo > lib/dpdk-link.c:25:24: fatal error: rte_config.h: No such file or directory > #include <rte_config.h> > > Please help where is wrong. WhenI search in DPDK 1.7.1 folder, I > couldnt find rte_config.h file. > > Thank you very much for your help. > > Best regards > Sothy ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <54897E59.4090708-kpkqNMk1I7M@public.gmane.org>]
* Re: rte_config.h missing in DPDK 1.7.1 [not found] ` <54897E59.4090708-kpkqNMk1I7M@public.gmane.org> @ 2014-12-11 13:37 ` sothy shan 0 siblings, 0 replies; 3+ messages in thread From: sothy shan @ 2014-12-11 13:37 UTC (permalink / raw) To: Marc Sune; +Cc: dev-VfR2kkLFssw@public.gmane.org Hi Marc! Thank for your response. But I tried double check.Propelly set those values. Actually I found the file inside x86_64-native-linuxapp-gcc/include/rte_config.h. But when I compile DPDK OVS, it does not find the file. I got same error/ lib/dpdk-link.c:25:24: fatal error: rte_config.h: No such file or directory #include <rte_config.h> Best regards Sothy On Thu, Dec 11, 2014 at 12:22 PM, Marc Sune <marc.sune-kpkqNMk1I7M@public.gmane.org> wrote: > This usually shows up when you are attempting to compile your DPDK > application without properly defining RTE_SDK and RTE_TARGET (where DPDK > source resides). > > Just double check if they are properly defined and exported > > marc > > > On 11/12/14 12:17, sothy shan wrote: > >> Hi! >> I am seeking help on installing DPDK OVS with DPDK 1.7.1 on ubuntu 14.04. >> If any body knows solutin, please let me. >> >> I compile in a typical way for DPDK 1.7.1 with x86_64_native-linuxaap-gcc. >> command: >> >> make config T=x86_64-native-linuxapp-gcc >> make >> >> It compiled and worked. I am able to run testpmd appplication also. >> >> But I start to compile DPDK OVS, DPDK OVS gives error. The erros is : >> >> CC lib/dpdk-link.lo >> lib/dpdk-link.c:25:24: fatal error: rte_config.h: No such file or >> directory >> #include <rte_config.h> >> >> Please help where is wrong. WhenI search in DPDK 1.7.1 folder, I >> couldnt find rte_config.h file. >> >> Thank you very much for your help. >> >> Best regards >> Sothy >> > > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-11 13:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-11 11:17 rte_config.h missing in DPDK 1.7.1 sothy shan
[not found] ` <CAHcF_0a9do8vg8D=nthMG3mBOwAzfOn1Hmh0fMMxus0uHG+j+Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-11 11:22 ` Marc Sune
[not found] ` <54897E59.4090708-kpkqNMk1I7M@public.gmane.org>
2014-12-11 13:37 ` sothy shan
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.