Date: Sun, 02 Feb 2014 12:14:50 +0100 From: hhh@sdf.org To: freebsd-arm@freebsd.org Subject: ZFS on ARM (Beaglebone Black) Message-ID: <87k3dd7olx.fsf@gmail.com>
next in thread | raw e-mail | index | archive | help
Hi all, I would like to know what is the status of the ZFS on ARM. My goal is to connect ZFS formatted hard drive to the Beaglebone Black running FreeBSD 10 (RELEASE or STABLE). I tried both the recent pre-compiled (ftp server) and self-compiled (crochet) images, but neither contained zfs.ko module. I tried to compile the module on the board, but got error while compiling the opensolaris module. In file included from /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/os/fm.c:59: /usr/src/sys/modules/zfs/../../cddl/compat/opensolaris/sys/cpuvar.h:53:9: error: 'cpu_id' macro redefined [-Werror] #define cpu_id cpuid ^ ./machine/cpufunc.h:170:9: note: previous definition is here #define cpu_id() cpufuncs.cf_id() ^ 1 error generated. *** Error code 1 Stop. make: stopped in /usr/src/sys/modules/zfs Why did it go wrong? Thanks for help! -- hhh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87k3dd7olx.fsf>