From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id D53AA5A8A for ; Fri, 16 Jan 2015 14:36:45 +0100 (CET) Received: by mail-wi0-f180.google.com with SMTP id bs8so3887278wib.1 for ; Fri, 16 Jan 2015 05:36:45 -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=K4vACZj41Odq3ujFDf0fXNR9xGgx5eNp+hbD5psjAV4=; b=fbsvF/npsNE3By0G7NpKXkxbxcqD+x4ZfmQY8vJ6BSJ9QCSZnt96DJs79EA3yNoK2+ WlRuDWS/dgBthEwJb4eoMfNIGsx4f7Z415tHCV3xoymvZe0HCqKF/aC3nyguXuAh/n75 8usRbeTjFm0QaNbXewIviupl1lfYmpJb7ZbWFWrhX707Oms04IPI/tpesVfElRtMExUR SsMbmuXa9REutcZvasGa8oglIJZE9QJLPeIa545S7aOxeoYUzxPkU7V2LiJPO+mWGAp4 EH0yVdajDlhcTI95Fw3FqSUXZ0KfcaGerxk/zbmBzB1lsZbgY+l6N7jpsh5NP1kvpK1t l3xw== MIME-Version: 1.0 X-Received: by 10.194.86.135 with SMTP id p7mr28923928wjz.89.1421415405673; Fri, 16 Jan 2015 05:36:45 -0800 (PST) Received: by 10.216.192.194 with HTTP; Fri, 16 Jan 2015 05:36:45 -0800 (PST) Date: Fri, 16 Jan 2015 19:06:45 +0530 Message-ID: From: Srinivasreddy R To: dev@dpdk.org, dpdk-ovs@lists.01.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] [DISCUSSION] : ERROR while compiling dpdk-1.7 on ubuntu14.04 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: Fri, 16 Jan 2015 13:36:46 -0000 hi, Getting error while compiling dpdk on ubuntu10.04. export RTE_SDK=$(pwd) export RTE_TARGET="x86_64-ivshmem-linuxapp-gcc" make CONFIG_RTE_BUILD_COMBINE_LIBS=y CONFIG_RTE_BUILD_SHARED_LIB=y install T="$RTE_TARGET" == Build app/test-acl CC main.o LD testacl /home/DPDK/dpdk-1.7.1/x86_64-ivshmem-linuxapp-gcc/lib/libintel_dpdk.so: undefined reference to `log2' /home/DPDK/dpdk-1.7.1/x86_64-ivshmem-linuxapp-gcc/lib/libintel_dpdk.so: undefined reference to `ceil' /home/DPDK/dpdk-1.7.1/x86_64-ivshmem-linuxapp-gcc/lib/libintel_dpdk.so: undefined reference to `pow' /home/DPDK/dpdk-1.7.1/x86_64-ivshmem-linuxapp-gcc/lib/libintel_dpdk.so: undefined reference to `round' collect2: error: ld returned 1 exit status make[5]: *** [testacl] Error 1 make[4]: *** [test-acl] Error 2 make[3]: *** [app] Error 2 make[2]: *** [all] Error 2 make[1]: *** [x86_64-ivshmem-linuxapp-gcc_install] Error 2 make: *** [install] Error 2 Following installation procedure at link : https://github.com/01org/dpdk-ovs/blob/development/docs/01_Installation.md#dpdk -------- thanks srinivas.