From: LABBE Corentin <clabbe.montjoie@gmail.com>
To: dmitry.torokhov@gmail.com
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: input: i8042: build failure on powerpc
Date: Thu, 12 Nov 2015 16:01:45 +0100 [thread overview]
Message-ID: <20151112150145.GC3758@Red> (raw)
Hello
I have made a random .config for testing my powerpc cross-compiler and I got this fail:
LD init/built-in.o
drivers/built-in.o: In function `i8042_wait_write':
i8042.c:(.text+0x13d8be): undefined reference to `kb_cs'
i8042.c:(.text+0x13d8c6): undefined reference to `kb_cs'
i8042.c:(.text+0x13d8e6): undefined reference to `kb_cs'
drivers/built-in.o: In function `i8042_kbd_write':
i8042.c:(.text+0x13d9aa): undefined reference to `kb_data'
i8042.c:(.text+0x13d9ae): undefined reference to `kb_data'
drivers/built-in.o: In function `i8042_flush':
i8042.c:(.text+0x13da56): undefined reference to `kb_cs'
i8042.c:(.text+0x13da62): undefined reference to `kb_cs'
i8042.c:(.text+0x13da66): undefined reference to `kb_data'
i8042.c:(.text+0x13da86): undefined reference to `kb_data'
drivers/built-in.o: In function `i8042_panic_blink':
i8042.c:(.text+0x13db92): undefined reference to `kb_cs'
i8042.c:(.text+0x13db9a): undefined reference to `kb_cs'
i8042.c:(.text+0x13dc06): undefined reference to `kb_data'
i8042.c:(.text+0x13dc16): undefined reference to `kb_data'
i8042.c:(.text+0x13dc8a): undefined reference to `kb_data'
drivers/built-in.o: In function `i8042_interrupt':
i8042.c:(.text+0x13dd1a): undefined reference to `kb_cs'
i8042.c:(.text+0x13dd1e): undefined reference to `kb_cs'
i8042.c:(.text+0x13dd3e): undefined reference to `kb_data'
i8042.c:(.text+0x13dd42): undefined reference to `kb_data'
drivers/built-in.o: In function `__i8042_command':
i8042.c:(.text+0x13e2b6): undefined reference to `kb_cs'
i8042.c:(.text+0x13e2be): undefined reference to `kb_cs'
i8042.c:(.text+0x13e2ea): undefined reference to `kb_data'
i8042.c:(.text+0x13e302): undefined reference to `kb_data'
i8042.c:(.text+0x13e34e): undefined reference to `kb_cs'
i8042.c:(.text+0x13e362): undefined reference to `kb_cs'
i8042.c:(.text+0x13e366): undefined reference to `kb_data'
i8042.c:(.text+0x13e3de): undefined reference to `kb_data'
drivers/built-in.o: In function `i8042_aux_test_irq':
i8042.c:(.init.text+0x59a2): undefined reference to `kb_cs'
i8042.c:(.init.text+0x59a6): undefined reference to `kb_cs'
i8042.c:(.init.text+0x59ca): undefined reference to `kb_data'
i8042.c:(.init.text+0x59ce): undefined reference to `kb_data'
drivers/built-in.o: In function `i8042_probe':
i8042.c:(.init.text+0x5dda): undefined reference to `kb_cs'
i8042.c:(.init.text+0x5dde): undefined reference to `kb_cs'
i8042.c:(.init.text+0x6366): undefined reference to `kb_data'
i8042.c:(.init.text+0x6376): undefined reference to `kb_cs'
i8042.c:(.init.text+0x637a): undefined reference to `kb_data'
Makefile:929: recipe for target 'vmlinux' failed
it seems that kb_data and kb_cs (declared as extern in drivers/input/serio/i8042-ppcio.h) are defined anywhere.
Regards
next reply other threads:[~2015-11-12 15:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-12 15:01 LABBE Corentin [this message]
2015-11-12 15:41 ` input: i8042: build failure on powerpc Guenter Roeck
2015-11-13 8:35 ` LABBE Corentin
2015-11-13 14:45 ` Guenter Roeck
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151112150145.GC3758@Red \
--to=clabbe.montjoie@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).