make dev problems

From: Jason Burris (spidey_at_oldskool.com)
Date: 11/06/03

  • Next message: Vitalis: "Re: "oracle" shell environment"
    Date: Thu, 6 Nov 2003 13:12:18 -0800 (PST)
    To: freebsd-questions@freebsd.org
    
    

    I'm new to FreeBSD so please bear with me if I ask a dumb question.

    I need to compile a kernel with IPFW on a remote machine running
    FreeBSD4.7. I followed the steps listed at:

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

    In my COMPUTERNAME config file I've add the following three lines to
    the end for IPFW:

    options IPFIREWALL
    options IPFIREWALL_VERBOSE
    options IPFIREWALL_DEFAULT_TO_ACCEPT

    And I changed this line, which I read was necessary:

    ident COMPUTERNAME

    I'm able to run:

    /usr/sbin/config COMPUTERNAME
    cd ../../compile/COMPUTERNAME

    When I run

    make depend

    Everything runs fine until it dies with the error:

    make: don't know how to make iconv.h.
    Stop*** Error code 2
    Stop in /usr/src/sys/modules.***
    Error code 1

    I've checked and this file is in my /usr/src/sys directory.What am I
    doing wrong? Do I even need this header to be compiled intothe
    kernel?

    Thanks.

    :wq!
    Jason
    _______________________________________________
    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"


  • Next message: Vitalis: "Re: "oracle" shell environment"

    Relevant Pages

    • kernel make error: /usr/src/sys/crypto/rijndael/* missing
      ... I am trying to compile the kernel for the first time, ... *** Error code 1 ... I installed the base and kernel source with cvsup last night. ...
      (freebsd-questions)
    • Re: kernel compile fails with error 1
      ... I'm quite new to FreeBSD and mailing lists, so I hope not to be inpolite. ... and I managed to successfully compile and run a GENERIC ... kernel, but when I try to compile my own kernel make aborts with an ... *** Error code 1 ...
      (freebsd-stable)
    • Re: make dev problems
      ... > I need to compile a kernel with IPFW on a remote machine running ... > the end for IPFW: ... > Error code 1 ...
      (freebsd-questions)
    • Kernel wont compile pseudo-device stf
      ... I am trying to compile a new kernel with a configuration ... After executing the make buildkernel command I get an error code 1 (and ...
      (comp.unix.bsd.freebsd.misc)
    • make depend error in kernel config
      ... Up untill 1 week ago i have been able to compile my kernel perfectly fine. ... However after running a CVSUP i am no longer able to compile my kernel and i ... *** Error code 1 ...
      (freebsd-questions)