From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by dpdk.org (Postfix) with ESMTP id D86C4C414 for ; Thu, 25 Jun 2015 04:31:49 +0200 (CEST) Received: by pabvl15 with SMTP id vl15so40379326pab.1 for ; Wed, 24 Jun 2015 19:31:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=BLzkylWj1Z8OWN4VbOj6fAPKkkS1MT9LDx3jMDCRCyg=; b=Z67JVQ9O2JWznMVBuG4SuL3c4xpTW10YDQQbKAHtKxsfGSAlwqxgHD6K5CxTw7xgI+ VeVmffrZzBQQMI1+e8E7QdceV6IPNDnlEMgp2mUNS5VnAkBgo6DCge2C/Abln4NA9kwM ist/8uVdp0LeGRQApaqUo0kU6yJP6KF1UTrRQ7QUUPJPQa92GJ/kyx/QoVk6RflBbdax 2MqhluaGB4pVZ1jW2K2C47WwhVhRnrDvUhwCfqfMSgdU58cW5AR7SyFxnNudX64RhpdW xQx8ua/QeLTD9otGoGoymkxVMmxt9i3ICLb7bqF+NoAfh8ompJjwGMnYdUllqe0vBBBz OQ3Q== X-Gm-Message-State: ALoCoQlMRmEQ1ia7+KH0qJ6JC0qK7GsmRLGOl/sOk+61tObkdySzEQ/qyGufIl51hl+XdRzQtMQc X-Received: by 10.70.129.143 with SMTP id nw15mr33337158pdb.101.1435199509292; Wed, 24 Jun 2015 19:31:49 -0700 (PDT) Received: from [10.16.129.101] (napt.igel.co.jp. [219.106.231.132]) by mx.google.com with ESMTPSA id bs3sm28121526pbd.47.2015.06.24.19.31.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Jun 2015 19:31:48 -0700 (PDT) Message-ID: <558B6814.7080203@igel.co.jp> Date: Thu, 25 Jun 2015 11:31:48 +0900 From: Tetsuya Mukawa User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: jijiang.liu@intel.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: [dpdk-dev] Can't compile examples 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, 25 Jun 2015 02:31:50 -0000 Hi Jijiang, It seems below patch introduces compile error of examples. - a50245e examples/tep_term: initialize VXLAN sample Here is log. Could you please check it? $ T=x86_64-native-linuxapp-gcc make examples -j12 ================== Build examples for x86_64-native-linuxapp-gcc == cmdline == distributor == bond == helloworld == exception_path == kni == ip_pipeline == ipv4_multicast == ip_reassembly == l2fwd == l3fwd == l2fwd-jobstats == l3fwd-power == l3fwd-acl == l3fwd-vf == link_status_interrupt == load_balancer == multi_process == packet_ordering == qos_sched == netmap_compat/bridge == qos_meter == quota_watermark == rxtx_callbacks == qw == client_server_mp == simple_mp == skeleton == qwctl == tep_termination == symmetric_mp == timer == vmdq == vmdq_dcb == mp_client == mp_server == vm_power_manager CC main.o /home/mukawa/work/dpdk.org/dpdk/examples/tep_termination/main.c:52:28: fatal error: rte_virtio_net.h: No such file or directory compilation terminated. /home/mukawa/work/dpdk.org/dpdk/mk/internal/rte.compile-pre.mk:126: recipe for target 'main.o' failed make[4]: *** [main.o] Error 1 /home/mukawa/work/dpdk.org/dpdk/mk/rte.extapp.mk:42: recipe for target 'all' failed make[3]: *** [all] Error 2 /home/mukawa/work/dpdk.org/dpdk/mk/rte.extsubdir.mk:46: recipe for target 'tep_termination' failed make[2]: *** [tep_termination] Error 2 /home/mukawa/work/dpdk.org/dpdk/mk/rte.sdkexamples.mk:52: recipe for target 'x86_64-native-linuxapp-gcc_examples' failed make[1]: *** [x86_64-native-linuxapp-gcc_examples] Error 2 /home/mukawa/work/dpdk.org/dpdk/mk/rte.sdkroot.mk:120: recipe for target 'examples' failed make: *** [examples] Error 2 Regards, Tetsuya