Bill Allombert on Wed, 06 Feb 2013 08:54:42 +0100


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

Re: tune-gen.h


On Tue, Feb 05, 2013 at 11:19:06PM -0500, Charles Greathouse wrote:
> When building the latest git version, I get this error:
> 
> In file included from ../src/kernel/gmp/mp.c:43:0:
> ../src/kernel/none/tune-gen.h:20:33: error: â__Flx_DIVREM_BARRETT_LIMITâ
> undeclared here (not in a function)
> ../src/kernel/none/tune-gen.h:22:33: error: â__Flx_BARRETT_LIMITâ
> undeclared here (not in a function)
> ../src/kernel/none/tune-gen.h:29:33: error: â__FpX_BARRETT_LIMITâ
> undeclared here (not in a function)
> make[1]: *** [mpker.o] Error 1
> make: *** [gp] Error 2
> 
> My tune.h had been out of date so I moved it elsewhere so it would
> regenerate, but my tune-gen.h matches the current git version in using
> these three constants.

You probably have a file Olinux-x86_64/tune.h which is outdated.
Be sure you did not delete src/kernel/gmp/tune.h

Cheers,
Bill.