tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: compile kernel



On Wed, 29 Jun 2016, Philo wrote:

Hi,
I've just do it :
----------------------------------------------------------------
-----------------------------------------------------------------------------
 % mkdir noyau
 % cd noyau
 % cvs -d anoncvs%anoncvs.netbsd.org@localhost:/cvsroot co -P src
 % cd src
 % cp sys/arch/i386/conf/GENERIC sys/arch/i386/conf/PHILO001
 % vi sys/arch/i386/conf/PHILO001
 [ find my device and uncomment/comment it
 % ./build.sh -u tools kernel=PHILO001
---------------------------------------------------------------------------------

Maybe missing a commands ?
it 's a first time to compile a netbsd's kernel !
Have you another version of script commands ?

Where is your output? we cannot help if you don't show us the complete command that was being used, and the complete error message.

PLEASE!  As I requested previously, add -j1 to your build.sh command:

	./build.sh -j1 -u .....

When it fails, find the last line prior to the error message which begins with # character. Post _everything_ from the # to end-of-file.

It might also help if you post the differences in your kernel config file.

	diff -u GENERIC PHILO001





+------------------+--------------------------+------------------------+
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:      |
| (Retired)        | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com   |
| Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org |
+------------------+--------------------------+------------------------+


Home | Main Index | Thread Index | Old Index