Click to See Complete Forum and Search --> : Almost there.... cont..


pika_pika
04-12-2001, 01:25 AM
Demian stated

'Where do you expect the error to be if not in the last line? When you compile source code into binaries and an error occurs the compiler spits out an error and stops.

Error 1 could mean all sorts of things. Post a few more lines of output'

I'm going to transcribe it, but is there a way to get the current screen 'copied' or piped to a file? That would make it easier.

Here's the last two lines that I think are related to the kernel compiling error:

--end-group \
-o vmlinux
net/network.o(.data+0x2fa4): undefined reference to 'sysctl_ipx_pprop_broadcasting'
make: *** (vmlinux) Error 1

prince_kenshi
04-12-2001, 01:41 AM
To direct the output to a file, you just put > filename after the command. It's as simple as that. As for your error, I can't help you with that.