Compiling Busybox for gcov coverage testing

2012-03-08 Thread Jiaqi Tan
Hi, I'm sorry if this has been asked before, but has anyone tried compiling Busybox on x86 for gcov coverage testing before? I tried using CFLAGS="-fprofile-arcs -ftest-coverage" but the compilation failed with the following errors: HOSTLD scripts/kconfig/conf scripts/kconfig/conf.o: In functi

Re: Compiling Busybox for gcov coverage testing

2012-03-08 Thread Ralf Friedl
Jiaqi Tan wrote: Hi, I'm sorry if this has been asked before, but has anyone tried compiling Busybox on x86 for gcov coverage testing before? I tried using CFLAGS="-fprofile-arcs -ftest-coverage" but the compilation failed with the following errors: HOSTLD scripts/kconfig/conf scripts/kconfi

Re: Compiling Busybox for gcov coverage testing

2012-03-08 Thread walter harms
are you sure you made a 'make mrproper' ? according to the errors i suspect that menuconfig interface still has the old objects. re, wh Am 08.03.2012 10:52, schrieb Jiaqi Tan: > Hi, > > I'm sorry if this has been asked before, but has anyone tried > compiling Busybox on x86 for gcov coverage

Re: Compiling Busybox for gcov coverage testing

2012-03-08 Thread Jiaqi Tan
"make mrproper" fixed it, thanks all for the responses! Jiaqi On Thu, Mar 8, 2012 at 6:43 PM, walter harms wrote: > are you sure you made a 'make mrproper' ? > according to the errors i suspect that menuconfig interface still > has the old objects. > > re, >  wh > > > > Am 08.03.2012 10:52, schr