From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) by dpdk.org (Postfix) with ESMTP id 575E15320 for ; Mon, 10 Jun 2013 06:14:15 +0200 (CEST) Received: by mail-ie0-f182.google.com with SMTP id s9so603333iec.27 for ; Sun, 09 Jun 2013 21:14:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=k2W5scXdn8bLHsPSiK+ampUheNVDmHpjBtVYwdL/vXE=; b=y9NN27qG5k7CZAjbod3Gs40V2xmw2Ctd+od7yPFlFLkguOfO3w000iJ2/lgwEAZ8y/ 6YeXSygqceOo29mVdeexOHtzU3vOcn3v17RlITmrM6LgCWRuBhFhtXeYPVDhK+8aK3on XDKutwR/stDISY7i5cqlEWZ3O02NgUg3TYEZ/+xIizrYZA2028GwuRTK1/mrHq/zJwXv 3nIcWno2z9JhLcmu/52e+ECUg3CDJMot+EgYgPWY2lcZCFsWtsrTri2rDFX/LDRBlBpc V7s92BOfRGybqXT3JOvl8COgL0W+rTyBwvuoqqTf/3wUqJJNJkyV6gCdTzjREJhR8gEM TMug== MIME-Version: 1.0 X-Received: by 10.50.111.233 with SMTP id il9mr3341090igb.103.1370837663718; Sun, 09 Jun 2013 21:14:23 -0700 (PDT) Received: by 10.42.44.199 with HTTP; Sun, 9 Jun 2013 21:14:23 -0700 (PDT) In-Reply-To: <4FF8E6AB-221F-4784-A7FF-F7E54147012A@windriver.com> References: <4FF8E6AB-221F-4784-A7FF-F7E54147012A@windriver.com> Date: Mon, 10 Jun 2013 07:14:23 +0300 Message-ID: From: Gal Sagie To: "Wiles, Roger Keith" Content-Type: multipart/alternative; boundary=047d7b4147b2fda3bf04dec50323 Cc: "" Subject: Re: [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: Mon, 10 Jun 2013 04:14:15 -0000 --047d7b4147b2fda3bf04dec50323 Content-Type: text/plain; charset=ISO-8859-1 Hi, Thanks for the help, i got it fixed (just moved the rte_hash library before the rte_eal and it solved it) On Sun, Jun 9, 2013 at 8:16 PM, Wiles, Roger Keith < keith.wiles@windriver.com> wrote: > Hi > > Could this problem be a circular linker problem, try duplicating the > libraries on the link line again and see if that fixes the problem. In GCC > you also have the option --start-group and --end-group to force the linker > to resolve relink these libs until all of the dependences have been > resolved. > > In the mk/rte.app.mk makefile fragment is an example of these options. > > I hope this helps. > > Thank you, ++Keith > ------------------------------- > Keith Wiles > Principal Technologist for Networking > cell 972-213-5533 > Wind River Systems > > > On Jun 9, 2013, at 9:52 AM, Gal Sagie wrote: > > rte_cpu_get_flag_enabled > > > -- Best Regards , The G. --047d7b4147b2fda3bf04dec50323 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

Thanks for the help, i got it fixed (just moved= the rte_hash library before the rte_eal and it solved it)

On Sun, Jun 9, 2013 at 8:16 PM, Wiles, Roger Keith <keith.wiles@windriver.com> wrote:
Hi

Could this problem be a circular linker problem, try duplicating the librar= ies on the link line again and see if that fixes the problem. In GCC you al= so have the option --start-group and --end-group to force the linker to res= olve =A0relink these libs until all of the dependences have been resolved.




--
Best Regards ,

T= he G.=20
--047d7b4147b2fda3bf04dec50323--