Discussion and technical support related to USRP, UHD, RFNoC
View all threadshello, i am a new user with ubuntu and uhd. Later i need to build gnuradio.
I build uhd(look from changelog, release 3.15). There were errors about
dpdk as follows.
Would you please help to solve this problem. I have time to finish this
task.
Thank you so much!
-- ******************************************************
-- * You are building the UHD development master branch.
-- * For production code, we recommend our stable,
-- * releases or using the release branch (maint).
-- ******************************************************
-- Building version: 3.15.0.0-96-g0408f47b
-- Using install prefix: /usr/local
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dell/uhd/host/build
dell@dell-XPS-15-9550:~/uhd/host/build$ make
[ 2%] Built target uhd_rpclib
Scanning dependencies of target uhd
[ 2%] Building C object
lib/CMakeFiles/uhd.dir/transport/uhd-dpdk/uhd_dpdk.c.o
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:0:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:102:23: error:
field ‘mac_addr’ has incomplete type
struct ether_addr mac_addr;
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:176:23: error:
field ‘mac_addr’ has incomplete type
struct ether_addr mac_addr;
^
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:9:0:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:22:62:
warning: ‘struct arp_hdr’ declared inside parameter list
int _uhd_dpdk_process_arp(struct uhd_dpdk_port *port, struct arp_hdr
*arp_frame);
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:22:62:
warning: its scope is only this definition or declaration, which is
probably not what you want
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:24:34:
warning: ‘struct udp_hdr’ declared inside parameter list
struct udp_hdr *pkt, bool bcast);
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:25:86:
warning: ‘struct ipv4_hdr’ declared inside parameter list
int _uhd_dpdk_process_ipv4(struct uhd_dpdk_port *port, struct rte_mbuf
*mbuf, struct ipv4_hdr *pk
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c: In function
‘uhd_dpdk_get_eth_addr’:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:55:31: error:
‘ETHER_ADDR_LEN’ undeclared (first use in this function)
memset(retval.addr, 0xff, ETHER_ADDR_LEN);
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:55:31: note: each
undeclared identifier is reported only once for each function it appears in
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c: In function
‘uhd_dpdk_port_init’:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:103:5: warning:
‘rte_eth_dev_count’ is deprecated [-Wdeprecated-declarations]
if (port->id >= rte_eth_dev_count())
^
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:12:0,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:
/usr/local/include/dpdk/rte_ethdev.h:1669:10: note: declared here
uint16_t rte_eth_dev_count(void);
^
In file included from /usr/local/include/dpdk/rte_ethdev.h:152:0,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:12,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:122:108: warning:
format ‘%llx’ expects argument of type ‘long long unsigned int’, but
argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
LOG(WARNING, EAL, "%d: Only supports RX offloads 0x%0llx\n", port->id,
dev_info.rx_offload_capa);
^
/usr/local/include/dpdk/rte_log.h:324:25: note: in definition of macro
‘RTE_LOG’
RTE_LOGTYPE_ ## t, # t ": " VA_ARGS)
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:126:108: warning:
format ‘%llx’ expects argument of type ‘long long unsigned int’, but
argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
LOG(WARNING, EAL, "%d: Only supports TX offloads 0x%0llx\n", port->id,
dev_info.tx_offload_capa);
^
/usr/local/include/dpdk/rte_log.h:324:25: note: in definition of macro
‘RTE_LOG’
RTE_LOGTYPE_ ## t, # t ": " VA_ARGS)
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:134:13: error:
unknown field ‘jumbo_frame’ specified in initializer
.jumbo_frame = 1,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:135:13: error:
unknown field ‘hw_ip_checksum’ specified in initializer
.hw_ip_checksum = 1,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:135:31: warning:
initialized field overwritten [-Woverride-init]
.hw_ip_checksum = 1,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:135:31: note: (near
initialization for ‘port_conf.rxmode.offloads’)
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:136:13: error:
unknown field ‘ignore_offload_bitfield’ specified in initializer
.ignore_offload_bitfield = 0,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:136:40: warning:
excess elements in struct initializer
.ignore_offload_bitfield = 0,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:136:40: note: (near
initialization for ‘port_conf.rxmode’)
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c: In function
‘uhd_dpdk_init’:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:279:5: warning:
‘rte_eth_dev_count’ is deprecated [-Wdeprecated-declarations]
ctx->num_ports = rte_eth_dev_count();
^
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:12:0,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:
/usr/local/include/dpdk/rte_ethdev.h:1669:10: note: declared here
uint16_t rte_eth_dev_count(void);
^
lib/CMakeFiles/uhd.dir/build.make:3824: recipe for target
'lib/CMakeFiles/uhd.dir/transport/uhd-dpdk/uhd_dpdk.c.o' failed
make[2]: *** [lib/CMakeFiles/uhd.dir/transport/uhd-dpdk/uhd_dpdk.c.o] Error
1
CMakeFiles/Makefile2:128: recipe for target 'lib/CMakeFiles/uhd.dir/all'
failed
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
Hi Jane,
What host OS are you using? What version of DPDK do you have installed?
Can you try using the latest stable release, UHD 3.14.1.1, master can be
unstable.
Regards,
Nate Temple
On Sun, Oct 27, 2019 at 10:24 AM Jane Zhang via USRP-users <
usrp-users@lists.ettus.com> wrote:
hello, i am a new user with ubuntu and uhd. Later i need to build gnuradio.
I build uhd(look from changelog, release 3.15). There were errors about
dpdk as follows.
Would you please help to solve this problem. I have time to finish this
task.
Thank you so much!
-- ******************************************************
-- * You are building the UHD development master branch.
-- * For production code, we recommend our stable,
-- * releases or using the release branch (maint).
-- ******************************************************
-- Building version: 3.15.0.0-96-g0408f47b
-- Using install prefix: /usr/local
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dell/uhd/host/build
dell@dell-XPS-15-9550:~/uhd/host/build$ make
[ 2%] Built target uhd_rpclib
Scanning dependencies of target uhd
[ 2%] Building C object
lib/CMakeFiles/uhd.dir/transport/uhd-dpdk/uhd_dpdk.c.o
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:0:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:102:23: error:
field ‘mac_addr’ has incomplete type
struct ether_addr mac_addr;
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:176:23: error:
field ‘mac_addr’ has incomplete type
struct ether_addr mac_addr;
^
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:9:0:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:22:62:
warning: ‘struct arp_hdr’ declared inside parameter list
int _uhd_dpdk_process_arp(struct uhd_dpdk_port *port, struct arp_hdr
*arp_frame);
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:22:62:
warning: its scope is only this definition or declaration, which is
probably not what you want
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:24:34:
warning: ‘struct udp_hdr’ declared inside parameter list
struct udp_hdr *pkt, bool bcast);
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:25:86:
warning: ‘struct ipv4_hdr’ declared inside parameter list
int _uhd_dpdk_process_ipv4(struct uhd_dpdk_port *port, struct rte_mbuf
*mbuf, struct ipv4_hdr *pk
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c: In function
‘uhd_dpdk_get_eth_addr’:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:55:31: error:
‘ETHER_ADDR_LEN’ undeclared (first use in this function)
memset(retval.addr, 0xff, ETHER_ADDR_LEN);
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:55:31: note: each
undeclared identifier is reported only once for each function it appears in
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c: In function
‘uhd_dpdk_port_init’:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:103:5: warning:
‘rte_eth_dev_count’ is deprecated [-Wdeprecated-declarations]
if (port->id >= rte_eth_dev_count())
^
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:12:0,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:
/usr/local/include/dpdk/rte_ethdev.h:1669:10: note: declared here
uint16_t rte_eth_dev_count(void);
^
In file included from /usr/local/include/dpdk/rte_ethdev.h:152:0,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:12,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:122:108: warning:
format ‘%llx’ expects argument of type ‘long long unsigned int’, but
argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
LOG(WARNING, EAL, "%d: Only supports RX offloads 0x%0llx\n", port->id,
dev_info.rx_offload_capa);
^
/usr/local/include/dpdk/rte_log.h:324:25: note: in definition of macro
‘RTE_LOG’
RTE_LOGTYPE_ ## t, # t ": " VA_ARGS)
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:126:108: warning:
format ‘%llx’ expects argument of type ‘long long unsigned int’, but
argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
LOG(WARNING, EAL, "%d: Only supports TX offloads 0x%0llx\n", port->id,
dev_info.tx_offload_capa);
^
/usr/local/include/dpdk/rte_log.h:324:25: note: in definition of macro
‘RTE_LOG’
RTE_LOGTYPE_ ## t, # t ": " VA_ARGS)
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:134:13: error:
unknown field ‘jumbo_frame’ specified in initializer
.jumbo_frame = 1,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:135:13: error:
unknown field ‘hw_ip_checksum’ specified in initializer
.hw_ip_checksum = 1,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:135:31: warning:
initialized field overwritten [-Woverride-init]
.hw_ip_checksum = 1,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:135:31: note: (near
initialization for ‘port_conf.rxmode.offloads’)
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:136:13: error:
unknown field ‘ignore_offload_bitfield’ specified in initializer
.ignore_offload_bitfield = 0,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:136:40: warning:
excess elements in struct initializer
.ignore_offload_bitfield = 0,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:136:40: note: (near
initialization for ‘port_conf.rxmode’)
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c: In function
‘uhd_dpdk_init’:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:279:5: warning:
‘rte_eth_dev_count’ is deprecated [-Wdeprecated-declarations]
ctx->num_ports = rte_eth_dev_count();
^
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:12:0,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:
/usr/local/include/dpdk/rte_ethdev.h:1669:10: note: declared here
uint16_t rte_eth_dev_count(void);
^
lib/CMakeFiles/uhd.dir/build.make:3824: recipe for target
'lib/CMakeFiles/uhd.dir/transport/uhd-dpdk/uhd_dpdk.c.o' failed
make[2]: *** [lib/CMakeFiles/uhd.dir/transport/uhd-dpdk/uhd_dpdk.c.o]
Error 1
CMakeFiles/Makefile2:128: recipe for target 'lib/CMakeFiles/uhd.dir/all'
failed
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
What USRP are you targeting?
Also, I'm not sure it makes sense to enable DPDK on an XPS15 laptop with a
USRP. It was targeted by Ettus for use with the USRP X3x0 and N3x0, which
most people use with desktop PCs with dual10gigE NICs or a QSFP in the
case of the N320/N321.
On Sun, Oct 27, 2019 at 10:51 AM Nate Temple via USRP-users <
usrp-users@lists.ettus.com> wrote:
Hi Jane,
What host OS are you using? What version of DPDK do you have installed?
Can you try using the latest stable release, UHD 3.14.1.1, master can be
unstable.
Regards,
Nate Temple
On Sun, Oct 27, 2019 at 10:24 AM Jane Zhang via USRP-users <
usrp-users@lists.ettus.com> wrote:
hello, i am a new user with ubuntu and uhd. Later i need to build
gnuradio.
I build uhd(look from changelog, release 3.15). There were errors about
dpdk as follows.
Would you please help to solve this problem. I have time to finish this
task.
Thank you so much!
-- ******************************************************
-- * You are building the UHD development master branch.
-- * For production code, we recommend our stable,
-- * releases or using the release branch (maint).
-- ******************************************************
-- Building version: 3.15.0.0-96-g0408f47b
-- Using install prefix: /usr/local
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dell/uhd/host/build
dell@dell-XPS-15-9550:~/uhd/host/build$ make
[ 2%] Built target uhd_rpclib
Scanning dependencies of target uhd
[ 2%] Building C object
lib/CMakeFiles/uhd.dir/transport/uhd-dpdk/uhd_dpdk.c.o
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:0:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:102:23: error:
field ‘mac_addr’ has incomplete type
struct ether_addr mac_addr;
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:176:23: error:
field ‘mac_addr’ has incomplete type
struct ether_addr mac_addr;
^
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:9:0:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:22:62:
warning: ‘struct arp_hdr’ declared inside parameter list
int _uhd_dpdk_process_arp(struct uhd_dpdk_port *port, struct arp_hdr
*arp_frame);
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:22:62:
warning: its scope is only this definition or declaration, which is
probably not what you want
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:24:34:
warning: ‘struct udp_hdr’ declared inside parameter list
struct udp_hdr *pkt, bool bcast);
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_driver.h:25:86:
warning: ‘struct ipv4_hdr’ declared inside parameter list
int _uhd_dpdk_process_ipv4(struct uhd_dpdk_port *port, struct rte_mbuf
*mbuf, struct ipv4_hdr *pk
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c: In function
‘uhd_dpdk_get_eth_addr’:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:55:31: error:
‘ETHER_ADDR_LEN’ undeclared (first use in this function)
memset(retval.addr, 0xff, ETHER_ADDR_LEN);
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:55:31: note: each
undeclared identifier is reported only once for each function it appears in
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c: In function
‘uhd_dpdk_port_init’:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:103:5: warning:
‘rte_eth_dev_count’ is deprecated [-Wdeprecated-declarations]
if (port->id >= rte_eth_dev_count())
^
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:12:0,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:
/usr/local/include/dpdk/rte_ethdev.h:1669:10: note: declared here
uint16_t rte_eth_dev_count(void);
^
In file included from /usr/local/include/dpdk/rte_ethdev.h:152:0,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:12,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:122:108: warning:
format ‘%llx’ expects argument of type ‘long long unsigned int’, but
argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
LOG(WARNING, EAL, "%d: Only supports RX offloads 0x%0llx\n", port->id,
dev_info.rx_offload_capa);
^
/usr/local/include/dpdk/rte_log.h:324:25: note: in definition of macro
‘RTE_LOG’
RTE_LOGTYPE_ ## t, # t ": " VA_ARGS)
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:126:108: warning:
format ‘%llx’ expects argument of type ‘long long unsigned int’, but
argument 5 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
LOG(WARNING, EAL, "%d: Only supports TX offloads 0x%0llx\n", port->id,
dev_info.tx_offload_capa);
^
/usr/local/include/dpdk/rte_log.h:324:25: note: in definition of macro
‘RTE_LOG’
RTE_LOGTYPE_ ## t, # t ": " VA_ARGS)
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:134:13: error:
unknown field ‘jumbo_frame’ specified in initializer
.jumbo_frame = 1,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:135:13: error:
unknown field ‘hw_ip_checksum’ specified in initializer
.hw_ip_checksum = 1,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:135:31: warning:
initialized field overwritten [-Woverride-init]
.hw_ip_checksum = 1,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:135:31: note: (near
initialization for ‘port_conf.rxmode.offloads’)
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:136:13: error:
unknown field ‘ignore_offload_bitfield’ specified in initializer
.ignore_offload_bitfield = 0,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:136:40: warning:
excess elements in struct initializer
.ignore_offload_bitfield = 0,
^
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:136:40: note: (near
initialization for ‘port_conf.rxmode’)
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c: In function
‘uhd_dpdk_init’:
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:279:5: warning:
‘rte_eth_dev_count’ is deprecated [-Wdeprecated-declarations]
ctx->num_ports = rte_eth_dev_count();
^
In file included from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk_ctx.h:12:0,
from
/home/dell/uhd/host/lib/transport/uhd-dpdk/uhd_dpdk.c:6:
/usr/local/include/dpdk/rte_ethdev.h:1669:10: note: declared here
uint16_t rte_eth_dev_count(void);
^
lib/CMakeFiles/uhd.dir/build.make:3824: recipe for target
'lib/CMakeFiles/uhd.dir/transport/uhd-dpdk/uhd_dpdk.c.o' failed
make[2]: *** [lib/CMakeFiles/uhd.dir/transport/uhd-dpdk/uhd_dpdk.c.o]
Error 1
CMakeFiles/Makefile2:128: recipe for target 'lib/CMakeFiles/uhd.dir/all'
failed
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com