DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Zhang, XiaonanX" <xiaonanx.zhang@intel.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] vmxnet3 and Linux FC20 OS platform, example directory could not compiled success
Date: Wed, 17 Dec 2014 12:45:27 +0100	[thread overview]
Message-ID: <4652496.kAYFM2Xh0k@xps13> (raw)
In-Reply-To: <63FB47D6C0357E428AA804B2C89068BA0127ADD5@SHSMSX104.ccr.corp.intel.com>

2014-12-17 08:59, Zhang, XiaonanX:
> Hi Pablo and Thomas,
>    We use latest package DPDK-1.8-rc5, and we found some compiled errors,
> 
> Our Test Environment setup as follows:
> 
> - OS:  Fedora20 3.11.10-301.fc20.x86_64
> - GCC: gcc version 4.8.2 20131017 (Red Hat 4.8.2-1)
> - CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
> - NIC: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection [8086:10fb]
> - Default x86_64-native-linuxapp-gcc configuration
> 
> 
> main.o: In function `signal_handler':
> main.c:(.text+0x7): undefined reference to `rte_eth_dev_count'
> main.c:(.text+0x1a): undefined reference to `rte_exit'
> main.c:(.text+0x4a): undefined reference to `rte_eth_dev_close'
> main.o: In function `rte_pktmbuf_free':
> main.c:(.text+0x9c): undefined reference to `per_lcore__lcore_id'
> main.c:(.text+0x2df): undefined reference to `rte_eal_has_hugepages'
> main.c:(.text+0x354): undefined reference to `per_lcore__lcore_id'
> main.c:(.text+0x6fa): undefined reference to `rte_mem_virt2phy'
> main.o: In function `send_burst':
> main.c:(.text+0x797): undefined reference to `rte_eth_devices'
> main.c:(.text+0x79d): undefined reference to `rte_eth_devices'
> main.o: In function `main_loop':
> main.c:(.text+0x819): undefined reference to `rte_get_tsc_hz'
> main.c:(.text+0x820): undefined reference to `per_lcore__lcore_id'
> main.c:(.text+0x870): undefined reference to `rte_logs'
> main.c:(.text+0x879): undefined reference to `rte_logs'
> main.c:(.text+0x893): undefined reference to `rte_log'
> main.c:(.text+0x8aa): undefined reference to `rte_logs'
> main.c:(.text+0x8b3): undefined reference to `rte_logs'
> main.c:(.text+0x8cf): undefined reference to `rte_log'
> main.c:(.text+0x8e7): undefined reference to `rte_logs'
> main.c:(.text+0x8fa): undefined reference to `rte_logs'
> main.c:(.text+0x916): undefined reference to `rte_log'
> main.c:(.text+0x952): undefined reference to `rte_cycles_vmware_tsc_map'
> main.c:(.text+0x9c3): undefined reference to `rte_eth_devices'
> main.c:(.text+0x9d6): undefined reference to `rte_eth_devices'
> main.c:(.text+0xe33): undefined reference to `rte_eth_devices'
> main.o: In function `main':
> main.c:(.text.startup+0x34): undefined reference to `rte_eal_init'
> main.c:(.text.startup+0x10d): undefined reference to `rte_exit'
> main.c:(.text.startup+0x1f9): undefined reference to `rte_strsplit'
> main.c:(.text.startup+0x33c): undefined reference to `rte_eal_get_configuration'
> main.c:(.text.startup+0x360): undefined reference to `lcore_config'
> main.c:(.text.startup+0x443): undefined reference to `rte_eth_dev_count'
> main.c:(.text.startup+0x4cb): undefined reference to `rte_eal_get_configuration'
> main.c:(.text.startup+0x5dd): undefined reference to `rte_eth_dev_configure'
> main.c:(.text.startup+0x600): undefined reference to `rte_eth_macaddr_get'
> main.c:(.text.startup+0x633): undefined reference to `lcore_config'
> main.c:(.text.startup+0x6fb): undefined reference to `rte_eal_get_configuration'
> main.c:(.text.startup+0x754): undefined reference to `rte_pktmbuf_pool_init'
> main.c:(.text.startup+0x786): undefined reference to `rte_pktmbuf_init'
> main.c:(.text.startup+0x78b): undefined reference to `rte_mempool_create'
> main.c:(.text.startup+0x7de): undefined reference to `rte_lpm_create'
> main.c:(.text.startup+0x843): undefined reference to `rte_lpm_add'
> main.c:(.text.startup+0x89c): undefined reference to `rte_exit'
> main.c:(.text.startup+0x8a1): undefined reference to `rte_eal_get_configuration'
> main.c:(.text.startup+0x8be): undefined reference to `lcore_config'
> main.c:(.text.startup+0x8e3): undefined reference to `rte_eth_dev_info_get'
> main.c:(.text.startup+0x90e): undefined reference to `rte_eth_tx_queue_setup'
> main.c:(.text.startup+0x931): undefined reference to `rte_eal_get_configuration'
> main.c:(.text.startup+0x95a): undefined reference to `lcore_config'
> main.c:(.text.startup+0x981): undefined reference to `rte_eal_get_configuration'
> main.c:(.text.startup+0xa17): undefined reference to `rte_eth_rx_queue_setup'
> main.c:(.text.startup+0xaaf): undefined reference to `rte_eth_dev_start'
> main.c:(.text.startup+0xae3): undefined reference to `rte_eal_mp_remote_launch'
> main.c:(.text.startup+0xaea): undefined reference to `rte_eal_get_configuration'
> main.c:(.text.startup+0xaf8): undefined reference to `rte_eal_get_configuration'
> main.c:(.text.startup+0xb14): undefined reference to `rte_eal_get_configuration'
> main.c:(.text.startup+0xb22): undefined reference to `rte_eal_get_configuration'
> main.c:(.text.startup+0xb35): undefined reference to `rte_eal_wait_lcore'
> main.c:(.text.startup+0xb77): undefined reference to `rte_exit'
> main.c:(.text.startup+0xbb9): undefined reference to `rte_exit'
> main.c:(.text.startup+0xbd5): undefined reference to `rte_exit'
> main.c:(.text.startup+0xbef): undefined reference to `rte_exit'
> main.c:(.text.startup+0xc04): undefined reference to `rte_exit'
> main.o:main.c:(.text.startup+0xc44): more undefined references to `rte_exit' follow
> collect2: error: ld returned 1 exit status
> make[1]: *** [l3fwd-vf] Error 1
> make: *** [all] Error 2

Fixed: http://dpdk.org/browse/dpdk/commit/?id=0731b5e07c42115

-- 
Thomas

  reply	other threads:[~2014-12-17 11:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-11 17:08 [dpdk-dev] [PATCH] vmxnet3: set txq_flags in default TX conf Pablo de Lara
2014-12-11 19:56 ` De Lara Guarch, Pablo
2014-12-12  6:48   ` Zhang, XiaonanX
2014-12-17  8:59   ` [dpdk-dev] vmxnet3 and Linux FC20 OS platform, example directory could not compiled success Zhang, XiaonanX
2014-12-17 11:45     ` Thomas Monjalon [this message]
2014-12-11 21:18 ` [dpdk-dev] [PATCH v2] vmxnet3: set txq_flags in default TX conf Pablo de Lara
2014-12-17  0:07   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4652496.kAYFM2Xh0k@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=xiaonanx.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).