All of lore.kernel.org
 help / color / mirror / Atom feed
* Build error when deselecting networking socket support from config menu
@ 2017-04-10  5:49 Derek Johansen
  2017-04-10 11:48 ` Jody Bruchon
  0 siblings, 1 reply; 2+ messages in thread
From: Derek Johansen @ 2017-04-10  5:49 UTC (permalink / raw)
  To: ELKS

When Networking Support-> Socket support is deselected from the config
menu while running sudo ./build.sh/, the build errors out with the
following undefined symbol as shown below:

[...]
ld86 -0 -M  -s -o boot/setup boot/setup.o > boot/setup.map
(cd ../.. ; ld86 -0 -i  -t -M  \
arch/i86/boot/crt0.o arch/i86/boot/crt1.o \
init/main.o kernel/kernel.a fs/fs.a lib/lib.a net/net.a
fs/minix/minixfs.a arch/i86/kernel/akernel.a arch/i86/lib/lib86.a
arch/i86/mm/mm.a  arch/i86/drivers/char/chr_drv.a
arch/i86/drivers/block/blk_drv.a arch/i86/drivers/net/net_drv.a \
-o arch/i86/boot/system > arch/i86/boot/system.tmp ; \
sort -k4 arch/i86/boot/system.tmp > arch/i86/boot/system.map ; \
rm -f arch/i86/boot/system.tmp )
undefined symbol: _sock_inode_operations
tools/build boot/bootsect boot/setup boot/system > boot/Image
Root device is (3, -128)
Boot sector 512 bytes.
Setup is 1660 bytes.
Unable to open 'system'
make[2]: *** [Image] Error 1
make[2]: Leaving directory `/home/djohanse/elk2/elks/elks/arch/i86'
make[1]: *** [Image] Error 2
make[1]: Leaving directory `/home/djohanse/elk2/elks/elks'
make: *** [elks] Error 2
Build script has terminated with error 4
djohanse@djohanse-VirtualBox:~/elk2/elks$

i

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Build error when deselecting networking socket support from config menu
  2017-04-10  5:49 Build error when deselecting networking socket support from config menu Derek Johansen
@ 2017-04-10 11:48 ` Jody Bruchon
  0 siblings, 0 replies; 2+ messages in thread
From: Jody Bruchon @ 2017-04-10 11:48 UTC (permalink / raw)
  To: ELKS

On 2017-04-10 1:49 AM, Derek Johansen wrote:
> When Networking Support-> Socket support is deselected from the config
> menu while running sudo ./build.sh/, the build errors out with the
> following undefined symbol
I've fixed compilation in latest git. Please test to make sure I didn't 
break anything else in the process.

-Jody

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-10 11:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10  5:49 Build error when deselecting networking socket support from config menu Derek Johansen
2017-04-10 11:48 ` Jody Bruchon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.