From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Cannot compile l2fwd-jobstats example Date: Wed, 25 Feb 2015 10:27:09 +0100 Message-ID: <8481918.W69adCK4DU@xps13> References: <54ED32EE.9090604@igel.co.jp> <54ED7BF3.6060603@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Pawel Wodkowski , Tetsuya Mukawa Return-path: In-Reply-To: <54ED7BF3.6060603-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-02-25 08:38, Pawel Wodkowski: > On 2015-02-25 03:26, Tetsuya Mukawa wrote: > > Hi, > > > > I cannot compile l2fwd-jobstats using master branch. > > Here is log > > > > $ T=x86_64-native-linuxapp-gcc make examples > > ================== Build examples for x86_64-native-linuxapp-gcc > > == bond > > == cmdline > > == distributor > > == exception_path > > == helloworld > > == ip_pipeline > > == ip_reassembly > > == ipv4_multicast > > == kni > > == l2fwd > > == l2fwd-jobstats > > make: *** l2fwd-jobstats: No such file or directory. Stop. > > make[2]: *** [l2fwd-jobstats] Error 2 > > make[1]: *** [x86_64-native-linuxapp-gcc_examples] Error 2 > > make: *** [examples] Error 2 > > > > > > As a result of bisecting, it seems after applying below commit, this > > error can be seen. > > > > commit 2caeb8c0141dcf488f2d68aa8e8c44d1f85ed28b > > Author: Pawel Wodkowski > > Date: Tue Feb 24 17:33:24 2015 +0100 > > > > examples/l2fwd-jobstats: new example > > > > > > Thanks, > > Tetsuya > > > > Looking on git log, there are missing two files there: > > examples/l2fwd-jobstats/Makefile > examples/l2fwd-jobstats/main.c > > from patch http://dpdk.org/ml/archives/dev/2015-February/014107.html Yes, it explains why it works on my machine... I forgot to add them after fixing merge. It's fixed now. Sorry for the inconvenience.