Hello,
I've made a custom kernel, but it fails at compiling with an error message.
I just want to print that error in a file but as I'm a newbie to FreeBSD I can't figure it out how to do that.
I tried:
But that only prints the whole output of the complining process to the file, and stops to print the error message to the screen.
So what do I have to do?
Or is there any error-log for this, I didn't discover yet?
Thanks...
I've made a custom kernel, but it fails at compiling with an error message.
I just want to print that error in a file but as I'm a newbie to FreeBSD I can't figure it out how to do that.
I tried:
Code:
make KERNCONF=MYKERNEL kernel > file
So what do I have to do?
Or is there any error-log for this, I didn't discover yet?
Thanks...