From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) by dpdk.org (Postfix) with ESMTP id B0511156 for ; Mon, 9 Dec 2013 10:57:37 +0100 (CET) Received: by mail-la0-f52.google.com with SMTP id y1so1337108lam.25 for ; Mon, 09 Dec 2013 01:58:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=1YHV8V2V7j9IYBdBzpoctOfM58egAFuUnWaRTiSZHxY=; b=cq299n+z6qu6u0gblt93ywCYvnyawUvzTTy+tLx3/Us7RXbIYTE5jU30vNWZtm72As kxK2Tkt2ztrG0FocYnUJWy+Qua7DS1MUEEJpiKIJ07xSJFarXTBncCCFcJ+d11wR88Kg 5zWwdejGiQZGxl8m+TGmJt0y1/t9ENJ56YjfP9w8piieYz+9h/yNykjXubqLf/nmEi5O uot4zTdWnfpt2p4EoIPmTdXAMB2K5mAJu7b3HxAz/kxp9BzA3/IsFwMM0PXZxV4aLfK8 fxsWNJXapbETz1tYXy0rG5B5k8N1tNq289dKqsNzHHIPF9NQrfBHcm7/RtAN7zmH1KnH +Cxg== X-Received: by 10.152.8.131 with SMTP id r3mr69559laa.79.1386583121212; Mon, 09 Dec 2013 01:58:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.25.164 with HTTP; Mon, 9 Dec 2013 01:58:21 -0800 (PST) In-Reply-To: <201312091009.04113.thomas.monjalon@6wind.com> References: <201312091009.04113.thomas.monjalon@6wind.com> From: Romulo Rosa Date: Mon, 9 Dec 2013 07:58:21 -0200 Message-ID: To: Thomas Monjalon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Problem with QEMU 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, 09 Dec 2013 09:57:38 -0000 Hello guys, thanks for the help. Yesterday I could compile with-fPIC however'm already trying to solve another problem in compiling QEMU. I had the same problem compiling ovs. Jyotiswarup Raiturkar helped me with OVS and I'm trying to adapt the solution to this case. If you already know how to appreciate the help again. /dpdk-1.5.1r1/x86_64-default-linuxapp-gcc/lib/librte_eal.a(eal_common_nonpc= i_devs.o):(.data.rel+0x8): undefined reference to `rte_pmd_ring_init' collect2: ld returned 1 exit status make[1]: ** [qemu-system-x86_64] Erro 1 make: ** [subdir-x86_64-softmmu] Erro 2 2013/12/9 Thomas Monjalon > 07/12/2013 16:02, Romulo Rosa : > > Thanks for the feedback. I compiled the DPDK with the -fPIC option. Is > > there any specific location in the Makefile DPDK where should I put the > > -fPIC option? > > You can use EXTRA_CFLAGS=3D-fPIC on the command line. > > -- > Thomas > --=20 R=F4mulo Rosa Furtado