From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Problem with QEMU Date: Mon, 9 Dec 2013 10:09:04 +0100 Message-ID: <201312091009.04113.thomas.monjalon@6wind.com> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Romulo Rosa Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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=-fPIC on the command line. -- Thomas