[<prev] [next>] [day] [month] [year] [list]
Message-ID: <768a2f8d-23f6-1b28-e299-10a788b309ff@infradead.org>
Date: Fri, 11 May 2018 20:43:20 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Ley Foon Tan <lftan@...era.com>
Cc: nios2-dev@...ts.rocketboards.org
Subject: nios2 build: empty_zero_page ?
Hi,
I bet this has come up before, but my search foo didn't find anything.
When (cross) building nios2 allmodconfig, I am seeing this build error:
ERROR: "empty_zero_page" [net/ceph/libceph.ko] undefined!
ERROR: "empty_zero_page" [fs/exofs/exofs.ko] undefined!
ERROR: "empty_zero_page" [fs/crypto/fscrypto.ko] undefined!
ERROR: "empty_zero_page" [fs/cramfs/cramfs.ko] undefined!
ERROR: "empty_zero_page" [drivers/usb/wusbcore/wusbcore.ko] undefined!
ERROR: "flush_icache_range" [drivers/misc/lkdtm/lkdtm.ko] undefined!
ERROR: "empty_zero_page" [drivers/md/dm-mod.ko] undefined!
and arch/nios2/mm/init.c references empty_zero_page, but I don't see
anywhere that it is defined.
Help?
There are plenty of other build issues also, but they all are about arithmetic
that is sometimes provided by libc functions, e.g.:
ERROR: "__ucmpdi2" [drivers/media/i2c/adv7842.ko] undefined!
ERROR: "__ashrdi3" [drivers/mtd/nand/onenand/onenand.ko] undefined!
ERROR: "__ashldi3" [fs/btrfs/btrfs.ko] undefined!
ERROR: "__lshrdi3" [drivers/mtd/tests/mtd_nandbiterrs.ko] undefined!
thanks,
--
~Randy
Powered by blists - more mailing lists