From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 638681FE for ; Thu, 17 Jul 2014 10:15:23 +0200 (CEST) Received: by mail-wg0-f44.google.com with SMTP id m15so1956111wgh.27 for ; Thu, 17 Jul 2014 01:16:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=vRv2FQhxi1QpW75Fq1zeC0uPqNvHlJze2H5HXk6M6no=; b=FxcTtswqbfVR4+IK1bF1tk41GtbB/57+QoRhGKQ+zIkpX86eh4rR+7aabL1waR5c/6 kDC806OVk2Jo5Kbj4gEuvwPl1y1H0xbKycJIfTYRHRyo4GW5cLeKc4Nq99EgCLQ2QcXq vZBxLLNXxZrJUgiF/i0aL+xXKDtPbnyfgWzC7lPTYWHTyuL9zQ8Zy0ZbJ8FxFuvK6jO9 9ZXcdGjU5kwlXh8/Fok3+kxBrUHoFPh8BFGfgz3jQXsAquoggPIitINmdb27ieZriM7O fwQSD5f6ZubkxPlzIu13elSNg1ODgXqWTAfdc2w2fK2LHHwYPxooVIA6IRjzTqtw7Pqz Qrnw== X-Gm-Message-State: ALoCoQkQrlCaVdvCkpS7UYHLtbfdHjfUaJZa6fg9Y2WYvAsWFj2pYR0vsyIdXA/d6k0lTMVTlHiD X-Received: by 10.180.36.238 with SMTP id t14mr658050wij.38.1405584972679; Thu, 17 Jul 2014 01:16:12 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id di7sm4338406wjb.34.2014.07.17.01.16.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Jul 2014 01:16:11 -0700 (PDT) From: Thomas Monjalon To: Srinivas Reddi Date: Thu, 17 Jul 2014 10:16:02 +0200 Message-ID: <2823033.y1LFkjRTVH@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-1-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <9630f52109e44da481c20cda15e72203@GURMBXV02.AD.ARICENT.COM> References: <27c23534f2294f27bfc6a4f038100375@GURMBXV02.AD.ARICENT.COM> <9630f52109e44da481c20cda15e72203@GURMBXV02.AD.ARICENT.COM> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] MEMNIC error at EAL : [undefined symbol :per_lcore__lcore_id] 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: Thu, 17 Jul 2014 08:15:23 -0000 Hi, 2014-07-17 07:29, Srinivas Reddi: > I compiled my testapp using this command > > cc testapp.c -lrte_eal -lrte_mbuf -lrte_cmdline -lrte_timer -lrte_mempool > -lrte_pmd_ring -lethdev -lrte_malloc -ldl -lpthread -lrte_ring > -I/home/utils/dpdk-1.7.0/x86_64-native-linuxapp-gcc/include > -L/home/utils/dpdk-1.7.0/x86_64-native-linuxapp-gcc/lib -o testapp You should use DPDK makefiles to build your application. Please try to follow this example: http://dpdk.org/browse/dpdk/tree/examples/helloworld/Makefile PS: please remove privacy disclaimers from your emails as it has no sense on a public mailing list. -- Thomas