From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) by dpdk.org (Postfix) with ESMTP id 17C81532D for ; Sun, 9 Jun 2013 16:52:40 +0200 (CEST) Received: by mail-ie0-f170.google.com with SMTP id e14so14691749iej.1 for ; Sun, 09 Jun 2013 07:52:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Ovvl5nEjeTr+QApsV9afVarhfPF99tO1700ZAcnAOjs=; b=PsBdu3hXSBJb4SctTKlHcpCPgD5j5EiEVMQk7UIul2XbMkhq6xqQ5K/mcizQu82PHO sbNrxVG8NFnk1B63pHLJY3hSOc4DIGj8uoUVSEenMq1jUtgM3XjmscHnuvkNQ1oAoSxX 6LKgUOc/2Phi61GjxdEvi4pGVf1qh8yyeV/8kmOwqddS5A56CWW0tI/DdIAkgnmmfmED JSV9YJJdsVYgksXGj1QMOzngObbimcyc7gKhrQf7r3zdtt2kdXI8VH8pkSIfUuzX5jyi srXYvNsKV1h9pzE7l/inLAYt1cyjMluOoO20lKSeNp1XhIK7jKSUidnLxpck9oH0cmnO jU0A== MIME-Version: 1.0 X-Received: by 10.50.30.2 with SMTP id o2mr2359401igh.77.1370789569885; Sun, 09 Jun 2013 07:52:49 -0700 (PDT) Received: by 10.42.44.199 with HTTP; Sun, 9 Jun 2013 07:52:49 -0700 (PDT) Date: Sun, 9 Jun 2013 17:52:49 +0300 Message-ID: From: Gal Sagie To: dev@dpdk.org Content-Type: multipart/alternative; boundary=047d7bdc12ee5ffa2504deb9d12f Subject: [dpdk-dev] problem with rte_hash X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 14:52:41 -0000 --047d7bdc12ee5ffa2504deb9d12f Content-Type: text/plain; charset=ISO-8859-1 Hello all, I am trying to do an example of using rte_hash, i am getting the following linker problem: /main.o -lrte_eal -lpthread -lethdev -lrte_malloc -lrte_mbuf -lrte_mempool -lrte_pmd_igb -lrte_pmd_ixgbe -lrte_ring -lrte_timer -lrte_hash /home/gal/dpdk/x86_64-default-linuxapp-gcc/lib/librte_hash.a(rte_hash.o): In function `rte_hash_create': rte_hash.c:(.text+0x6f8): undefined reference to `rte_cpu_get_flag_enabled' collect2: ld returned 1 exit status anyone familiar with that? Thanks in advance! --047d7bdc12ee5ffa2504deb9d12f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello all,

I am trying to do an example of using rt= e_hash, i am getting the following linker problem:

/main.o=A0=A0 -lr= te_eal -lpthread -lethdev -lrte_malloc -lrte_mbuf -lrte_mempool -lrte_pmd_i= gb -lrte_pmd_ixgbe -lrte_ring -lrte_timer -lrte_hash
/home/gal/dpdk/x86_64-default-linuxapp-gcc/lib/librte_hash.a(rte_hash.o): I= n function `rte_hash_create':
rte_hash.c:(.text+0x6f8): undefined re= ference to `rte_cpu_get_flag_enabled'
collect2: ld returned 1 exit s= tatus

anyone familiar with that?

Thanks in advance!
--047d7bdc12ee5ffa2504deb9d12f--