On Wed, Sep 26, 2012 at 02:14:01PM +0000, lux integ wrote:
>
> kernel/sys.c: In function 'override_release':
> kernel/sys.c:1284:28: error: expected expression before '>>' token
> make[1]: *** [kernel/sys.o] Error 1
> make: *** [kernel] Error 2
>
I can't comment on clfs specifics (haven't built that for some
years), but the line in the source is
v = ((LINUX_VERSION_CODE >> 8) & 0xff) + 40;
Sounds as if LINUX_VERSION_CODE is blank when you compile.
It is defined at line 836 in the Makefile, and the result is in
include/linux/version.h : 197892 in my 3.5.4 tree after compiling.
Looks as if your _shell_ might be the problem. No ideas about what
would cause that error, you really need to ask on the clfs lists
when you can get to them. Good luck with bt.
ĸen
--
das eine Mal als Tragödie, das andere Mal als Farce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page