Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2016 22:58:38 -0400
From:      Lee D <embaudarm@gmail.com>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   Can't compile ukbd into the kernel, or load it with kldload
Message-ID:  <CANC_bnMA6e5k58qSv9%2B0s0u10500dJRenn_rQ4fkJixBg2zdug@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi Everyone,

I am trying to get a USB keyboard working on FreeBSD arm, for Zynq.

My problem is that trying to "kldload ukbd" gives me this error:

        link_elf: symbol genkbd_get_fkeystr undefined

When I try to compile ukbd into the kernel, using "device ukbd" in my
config file, I get an undefined reference error for that symbol and a bunch
of others.

The functions I need seem to be defined in src/sys/dev/kbd/kbd.c.  But I
can't seem to get that file to compile.  "device kbd" in my kernel
configuration file gives me a "device "kbd" is unknown" error.

Does anyone know how I can get src/sys/dev/kbd/kbd.c to compile as part of
my kernel?

Thanks,

Lee



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANC_bnMA6e5k58qSv9%2B0s0u10500dJRenn_rQ4fkJixBg2zdug>