Re: package compile stop due to make error

2013-07-16 Thread Varun Sharma
makefile bulid after ./configure in both palce. one in src folder and anotherone in fprobe folder .how to compare these two makefile. On Tue, Jul 16, 2013 at 2:12 PM, Youssouf Said wrote: > You need a makefile in src with the correct target > Le 16 juil. 2013 12:32, "Varun Sharma" a écrit : > >

Re: package compile stop due to make error

2013-07-16 Thread Youssouf Said
You need a makefile in src with the correct target Le 16 juil. 2013 12:32, "Varun Sharma" a écrit : > Hi, > > I try to compile fprobe package .After ./configure command , when i run > make command compile process failed > > # make > > make all-recursive > make[1]: Entering directory `/home/fprob

package compile stop due to make error

2013-07-16 Thread Varun Sharma
Hi, I try to compile fprobe package .After ./configure command , when i run make command compile process failed # make make all-recursive make[1]: Entering directory `/home/fprobe-1.1' Making all in src make[2]: Entering directory `/home/fprobe-1.1/src' make[2]: Nothing to be done for `all'. ma

Re: make error

2012-11-01 Thread Kumar amit mehta
On Thu, Nov 01, 2012 at 03:13:04PM +0200, Gregg Douglas wrote: > Thanks Anmol, first installed the following extra packages > "linux-kernel-headers kernel-syms module-init-tools" then ran make > oldconfig && make prepare, I get further: > make M=drivers/staging/bcm/ > > WARNING: Symbol version

Re: make error

2012-11-01 Thread Gregg Douglas
Thanks Anmol, first installed the following extra packages "linux-kernel-headers kernel-syms module-init-tools" then ran make oldconfig && make prepare, I get further: make M=drivers/staging/bcm/ WARNING: Symbol version dump /home/douglagm/git/linux-2.6/Module.symvers is missing; mod

make error

2012-11-01 Thread Gregg Douglas
Hi, I have always wanted to contribute, but I am not a coder, I am a Linux Admin, so I know some bash, perl and php. I came across the following video : http://www.youtube.com/watch?v=LLBrBBImJt4&feature=related So I decided even if I clean code it would hopefully make some contribution. I follow

Re: make error in building sample code!

2011-06-23 Thread loody
hi : sorry for pick up this old thread. 2009/8/4 Robert P. J. Day : > On Tue, 4 Aug 2009, Greg Peter wrote: > >> Hello, >> >> I am trying to build LDD3 sample code, just to get expirement around. >> (Obtained from the link -> >> http://oreilly.com.cn/codeexample/ldd3/examples.tar.gz). >> >> But I