DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] build error with default configuration
@ 2016-03-21 12:09 Iremonger, Bernard
  2016-03-21 13:20 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Iremonger, Bernard @ 2016-03-21 12:09 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

Hi Thomas,

There is a build error occurring when using the default configuration.

make config T=x86_64-default-linuxapp-gcc
<snip>

make install T=x86_64-default-linuxapp-gcc -j
<snip>
In file included from /root/dpdk_sforge_2/lib/librte_table/rte_table_lpm.c:43:0:
/root/dpdk_sforge_2/x86_64-default-linuxapp-gcc/include/rte_lpm.h:484:25: fatal error: rte_lpm_sse.h: No such file or directory
#include "rte_lpm_sse.h"
                         ^
compilation terminated.

Regards,

Bernard.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] build error with default configuration
  2016-03-21 12:09 [dpdk-dev] build error with default configuration Iremonger, Bernard
@ 2016-03-21 13:20 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-03-21 13:20 UTC (permalink / raw)
  To: Iremonger, Bernard; +Cc: dev

2016-03-21 12:09, Iremonger, Bernard:
> make config T=x86_64-default-linuxapp-gcc
> make install T=x86_64-default-linuxapp-gcc -j


make config T=x86_64-native-linuxapp-gcc
sed -i s,native,default, build/.config
make -j

> In file included from /root/dpdk_sforge_2/lib/librte_table/rte_table_lpm.c:43:0:
> /root/dpdk_sforge_2/x86_64-default-linuxapp-gcc/include/rte_lpm.h:484:25: fatal error: rte_lpm_sse.h: No such file or directory
> #include "rte_lpm_sse.h"

It works on my machine.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-21 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21 12:09 [dpdk-dev] build error with default configuration Iremonger, Bernard
2016-03-21 13:20 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).