From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 0931A156 for ; Mon, 9 Dec 2013 10:08:02 +0100 (CET) Received: by mail-wg0-f48.google.com with SMTP id z12so3059578wgg.3 for ; Mon, 09 Dec 2013 01:09:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=YoqiR6a44yonDFEgcCOarRsITvcEqJe7l8JZPrO66uE=; b=T4IvvRmjEqnHZeNmeLOYwseOBgsS0MdREAN4FIgHZAmwdpNU8dmRUOKc+fivnUcpO/ 3SE94+9cpYfy4xvaqIYAfNchrlNB88LmuJpFNHlABy7vxVkjXsmiHMBqUfA23CZFy+8Z GLCu8q6TSPrhv+uoycxqXXI9kM6UxfO1f2c5qFaLLQAHo5Sl7UblH4U8DElgKIQl4wOX jtnpBtYEJ4EWcEoK86Z46YHSm0CXrnVIxWb9EiG5gYJX2p0rhXvqZpg3t0RHH0hRmGIy pC7IEnhEawIYPxDzNB7GrxSTqCby5mTcSv9fJDSPnQMIgixtDf4C/1Pm9EDkHV9P/Aac fulw== X-Gm-Message-State: ALoCoQnYrHrHFe1KWrec6X+cB+ji7/xlAcyozRoBuaoNXjS5Udz0h7Pgim29K20qGgS2Ooy0QaUl X-Received: by 10.180.81.33 with SMTP id w1mr13108433wix.42.1386580146573; Mon, 09 Dec 2013 01:09:06 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id n6sm22970958wix.3.2013.12.09.01.09.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Dec 2013 01:09:05 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Romulo Rosa Date: Mon, 9 Dec 2013 10:09:04 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201312091009.04113.thomas.monjalon@6wind.com> 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:08:03 -0000 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