From owner-freebsd-net@FreeBSD.ORG Sun Sep 28 08:09:58 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26D35A4F for ; Sun, 28 Sep 2014 08:09:58 +0000 (UTC) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9294182 for ; Sun, 28 Sep 2014 08:09:57 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id vb8so917960obc.36 for ; Sun, 28 Sep 2014 01:09:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=z9/OWe9/TtlQSHIWxbZ2iqmPcsKxt1MYTdm6HNM6JLE=; b=N4Ii+NzZMfjTJ/KcuWGZ+1UP5aIE6MbET+KxgMfebckzCmype70B0x0Y52MWoI4vU/ buN5CvLBmZy2yo9eKwTLUgWWGiyCpP2aK/j9U/riqTehNYLyxk0eROFUPTHobKD/IWJS Q8dNmB7OaVv/wFPv40j5Ksav2aMz0mNn6gDADQavLgukTVrP8bZjwKs4KgtnB8IpIz8N N23r+NfZ20FwNoeN2VoJ65doWfoNAIf9UJj4Zwt5htyNpf3sQuMqK7v+uUo6VKleusgz 8OyYRnX1ISTjRWsrVG5d68bSwutK8WKL6BxLUDD9Vrzgv70qrfMluCWgRFoDLQM8fs9Z pGbw== X-Received: by 10.60.161.68 with SMTP id xq4mr737788oeb.84.1411891797060; Sun, 28 Sep 2014 01:09:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.34.105 with HTTP; Sun, 28 Sep 2014 01:09:36 -0700 (PDT) From: Long Tran Date: Sun, 28 Sep 2014 03:09:36 -0500 Message-ID: Subject: Compiling netmap in Ubuntu 14.04 in VMWare To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "Gurkan, Deniz" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Sep 2014 08:09:58 -0000 Hello, I am trying to compile netmap on my VM Ubuntu 14.04 but getting this error: make -C /lib/modules/3.13.0-29-generic/build M=/home/kl/Workspaces/netmap/LINUX CONFIG_NETMAP=m CONFIG_E1000=m CONFIG_E1000E=m CONFIG_IXGBE=m CONFIG_IGB=m CONFIG_BNX2X=m CONFIG_MLX4=m CONFIG_VIRTIO_NET=m \ EXTRA_CFLAGS='-I/home/kl/Workspaces/netmap/LINUX -I/home/kl/Workspaces/netmap/LINUX/../sys -I/home/kl/Workspaces/netmap/LINUX/../sys/dev -DCONFIG_NETMAP -Wno-unused-but-set-variable' \ O_DRIVERS="e1000/ e1000e/ igb/ ixgbe/" modules make[1]: Entering directory `/usr/src/linux-headers-3.13.0-29-generic' make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-29-generic' I have downloaded the linux source code and copy the drivers in the intel directory to this directory before compiling: /lib/modules/3.13.0-29-generic/build/drivers/net/ethernet/intel/ Is that the problem with my vm or am I missing any steps to compile the netmap? Thank you, Long Tran.