From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f41.google.com (mail-qa0-f41.google.com [209.85.216.41]) by dpdk.org (Postfix) with ESMTP id 889AA7E23 for ; Thu, 11 Dec 2014 17:49:46 +0100 (CET) Received: by mail-qa0-f41.google.com with SMTP id f12so3908183qad.14 for ; Thu, 11 Dec 2014 08:49:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XX7qpQP9AZhZhGYJwptL0BHA0c1nCpSjbSwoZRmTfw8=; b=YnIVT5or09uoWF2RKlerW/68oBLvtcy9+rzaXa08/MF7o9RbVGAvjamec3LTPdHyIP jS20lsQPprf7kyXX8Jdo2CYO8yHzvQzs62HX/tdH4J8tcRLGB+V0PzxdeAQisrhowzzm GfWXC7EKs8AAlaKgJUMt5nqQEr//ieJTQYAJoToErXlOgLhl7HplOHJh/fox1BHmjSjs SaFczdSUYSutxFWo6e0bT08nlk/0RZ+TYQdbKKBdtDbeklX4JoGSYQBuUgfalko6D/D9 f+W8D9ymCgICXs7ZYck/8GED0Z1+O1bj1f5dtp5oKqkRoLidfLObcaNNfa1NSk/82lvm ne8Q== MIME-Version: 1.0 X-Received: by 10.140.21.167 with SMTP id 36mr19985611qgl.25.1418316585873; Thu, 11 Dec 2014 08:49:45 -0800 (PST) Received: by 10.229.25.68 with HTTP; Thu, 11 Dec 2014 08:49:45 -0800 (PST) Date: Thu, 11 Dec 2014 17:49:45 +0100 Message-ID: From: sothy shan To: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Build sucess DPDK 1.7.1 in UBunutu, testpmd failed with librte_distributor.so 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, 11 Dec 2014 16:49:46 -0000 Hi! I am trying these commands. based on suggestion http://dpdk.org/ml/archives/dev/2014-October/006247.html $RTE_TARGET=/x86_64-ivshmem-linuxapp-gcc $make CONFIG_RTE_BUILD_COMBINE_LIBS=y CONFIG_RTE_BUILD_SHARED_LIB=y install T="$RTE_TARGET" EXTRA_LDFLAGS=--no-as-needed Build sucessfully. Before it is not build. Thanks. But when I try testpmd script, it gives error:: ./testpmd: error while loading shared libraries: librte_distributor.so: cannot open shared object file: No such file or directory So it means that there are some problem in build. If u know where is the problem, please let me know. Best regards Sothy