Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2007 14:41:40 +0300
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: installing the kernel
Message-ID:  <465EB474.3090206@otenet.gr>
In-Reply-To: <993906.77714.qm@web39204.mail.mud.yahoo.com>
References:  <993906.77714.qm@web39204.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Dhananjaya hiremath wrote:
> Hello sir,
>    Here we are installing the kernel by following commond
>   #make depend
>   #make 
>   #make install
>    
>   But #make depend is working when we give #make it giving following error so please mention what is wrong with us.
>    
>   Warning: Object directory not changed from original /usr/src/sys/dev/ipmi
> cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I-   -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common  -mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -c ipmi.c
> *** Error code 1
>   Stop in /usr/src/sys/dev/ipmi.
>    
>   Thank U and Regards
>   Dhananjaya Hiremath
>
>        
> ---------------------------------
> Get the Yahoo! toolbar and be alerted to new email wherever you're surfing. 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
>   
Building and installing a FreeBSD kernel is mostly a fool-proof process
- as long as you know what to edit in / out of the configuration file.
It is described in great depth in the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html

I don't know where you get your instructions from, but it looks like you
are trying to copy linux procedures. First study the handbook, then try.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?465EB474.3090206>