[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problems compiling kernel 2.4.21 on unstable



On Sat, Aug 23, 2003 at 10:23:17PM +0200, Paul R wrote:
> Hi
> I have a problem with compiling kernel on my Sun Blade 100 with 
> Debian unstable...I'm getting this
> 
> init/main.o(.text+0x8): In function `check_bugs':
> : undefined reference to `_mcount'

Calls to mcount are inserted by gcc at the start of every function
if code profiling is enabled, which is enabled by the various -p
options.

How profiling became enabled in your kernel I do not know.

-Nicolas



Reply to: