DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] dpdk compilation issue on cumuluslinux
@ 2016-06-01  7:37 Raja Jayapal
  2016-06-01 11:04 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Raja Jayapal @ 2016-06-01  7:37 UTC (permalink / raw)
  To: dev



Hi All,

I am working on installing dpdk on cumuluslinux(2.5.7v).
I have followed the steps as mentioned in the dpdk quick start guide for installation, but the facing issues during compilation.

Steps followed:
>git clone git://dpdk.org/dpdk
>make config T=x86_64-native-linuxapp-gcc
>sed -ri 's,(PMD_PCAP=).*,\1y,' build/.config
>make

Error:
-------
  SYMLINK-FILE include/exec-env/rte_interrupts.h
  SYMLINK-FILE include/exec-env/rte_kni_common.h
  SYMLINK-FILE include/exec-env/rte_dom0_common.h
  INSTALL-LIB librte_eal.a
== Build lib/librte_eal/linuxapp/igb_uio
make: *** /lib/modules/3.2.68-6/build: No such file or directory.  Stop.
make[5]: *** [igb_uio.ko] Error 2
make[4]: *** [igb_uio] Error 2
make[3]: *** [linuxapp] Error 2
make[2]: *** [librte_eal] Error 2
make[1]: *** [lib] Error 2
make: *** [all] Error 2
root@cumulus:/home/cumulus/dpdk#

I am able to install on the Ubuntu machine without any errors.
Please guide how to resolve this issue.


Thanks,
Raja 
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you

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

* Re: [dpdk-dev] dpdk compilation issue on cumuluslinux
  2016-06-01  7:37 [dpdk-dev] dpdk compilation issue on cumuluslinux Raja Jayapal
@ 2016-06-01 11:04 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2016-06-01 11:04 UTC (permalink / raw)
  To: Raja Jayapal, dev

On 6/1/2016 8:37 AM, Raja Jayapal wrote:
> 
> 
> Hi All,
> 
> I am working on installing dpdk on cumuluslinux(2.5.7v).
> I have followed the steps as mentioned in the dpdk quick start guide for installation, but the facing issues during compilation.
> 
> Steps followed:
>> git clone git://dpdk.org/dpdk
>> make config T=x86_64-native-linuxapp-gcc
>> sed -ri 's,(PMD_PCAP=).*,\1y,' build/.config
>> make
> 
> Error:
> -------
>   SYMLINK-FILE include/exec-env/rte_interrupts.h
>   SYMLINK-FILE include/exec-env/rte_kni_common.h
>   SYMLINK-FILE include/exec-env/rte_dom0_common.h
>   INSTALL-LIB librte_eal.a
> == Build lib/librte_eal/linuxapp/igb_uio
> make: *** /lib/modules/3.2.68-6/build: No such file or directory.  Stop.

This is the default location for kernel source, it is possible to
override it by RTE_KERNELDIR.
make RTE_KERNELDIR=<kernel-source-path>

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

end of thread, other threads:[~2016-06-01 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01  7:37 [dpdk-dev] dpdk compilation issue on cumuluslinux Raja Jayapal
2016-06-01 11:04 ` Ferruh Yigit

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).