Charles Greathouse on Sun, 10 Feb 2013 05:56:47 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: tune-gen.h |
You probably have a file Olinux-x86_64/tune.h which is outdated.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.
Be sure you did not delete src/kernel/gmp/tune.h
Cheers,
Bill.