Re: build.sh errors when enabling kernel hacking -> system trace

Alan Cox <[email protected]> Fri, 24 Mar 2017 19:48:19 +0000
Newsgroups org.kernel.vger.linux-8086
Message-ID <[email protected]>
> ld86: data segment too large for 16bit


You've got too many things compiled in. The current kernel tries to keep
all the kernel process stacks in its data segment so is very very short
on space.

Alan