Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 02:52:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 193824] New: ixl driver compilation fail if only add "device ixl" in GENERIC configure file
Message-ID:  <bug-193824-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193824

            Bug ID: 193824
           Summary: ixl driver compilation fail if only add "device ixl"
                    in GENERIC configure file
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: fuzhli@hotmail.com

Created attachment 147548
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D147548&action=
=3Dedit
modify the sys/conf/files

Hi,

I use the FreeBSD current source code, and add below line in
sys/amd64/conf/GENERIC:
device ixl
Then run =E2=80=9Cmake buildkernel=E2=80=9D and there will be linking error=
. And I find that
only the sys/dev/ixl/if_ixl.c is compiled into object file, other c files in
sys/dev/ixl/ directory are not compiled.

After do some research, I finally find that the sys/conf/files seems have
something wrong. I can build kernel successfully after apply the attached p=
atch
file.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193824-8>