Deploying LFS 10.0 systemd to another computer
by Captian Kangeroo from LinuxQuestions.org on (#5AVGR)
Hi All,
Built version 10 on my desktop and moved it to a partition on my laptop and ran
kernel make menuconfigand got this error:
kernel/sys.c: In function override_release':
kernel/sys.c:1245:28: error: expected expression before >>' token
1245 | v = ((LINUX_VERSION_CODE >> 8) & 0xff) + 60;
| ^~
make[1]: *** [scripts/Makefile.build:281: kernel/sys.o] Error 1
make: *** [Makefile:1756: kernel] Error 2
up to version 8.4, I could do that with a few minor changes with make menuconfig
but for some reason no luck since. Any ideas or help appreciated. Sure saves a lot of work when it works.
Thanks
CK


Built version 10 on my desktop and moved it to a partition on my laptop and ran
kernel make menuconfigand got this error:
kernel/sys.c: In function override_release':
kernel/sys.c:1245:28: error: expected expression before >>' token
1245 | v = ((LINUX_VERSION_CODE >> 8) & 0xff) + 60;
| ^~
make[1]: *** [scripts/Makefile.build:281: kernel/sys.o] Error 1
make: *** [Makefile:1756: kernel] Error 2
up to version 8.4, I could do that with a few minor changes with make menuconfig
but for some reason no luck since. Any ideas or help appreciated. Sure saves a lot of work when it works.
Thanks
CK