Failure to build FreeBSD 11.0 on Raspberry Pi 2 Model B

Klaus Kaisersberger point-of-entry at outlook.com
Sat Jan 14 14:55:05 UTC 2017


Hello list-members,



I have trouble building world based on svn-repo https://svn.freebsd.org/base/releng/11.0 on a Raspberry PI2 Model B, based on an up-to-date https://svn.freebsd.org/base/releng/11.0 in /usr/src.

The build fails in fixunsdfsivfp (see below for the exact messages). The original image was created with crochet.

Can FreeBSD 11.0 be built successfully on that device? If so, what did I miss?



Thanks

-Klaus





--- fixunsdfsivfp.o ---

/usr/src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/builtins/arm/fixunsdfsivfp.S:23:2: error: instruction requires: VFP2

 vmov d7, r0, r1

 ^

/usr/src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/builtins/arm/fixunsdfsivfp.S:24:2: error: instruction requires: VFP2

 vcvt.u32.f64 s15, d7

 ^

/usr/src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/builtins/arm/fixunsdfsivfp.S:25:2: error: instruction requires: VFP2

 vmov r0, s15

 ^

*** [fixunsdfsivfp.o] Error code 1



make[4]: stopped in /usr/src/lib/libcompiler_rt

--- fixunssfsivfp.o ---

/usr/src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/builtins/arm/fixunssfsivfp.S:23:2: error: instruction requires: VFP2

 vmov s15, r0

 ^

/usr/src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/builtins/arm/fixunssfsivfp.S:24:2: error: instruction requires: VFP2

 vcvt.u32.f32 s15, s15

 ^

/usr/src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/builtins/arm/fixunssfsivfp.S:25:2: error: instruction requires: VFP2

 vmov r0, s15

 ^

*** [fixunssfsivfp.o] Error code 1



make[4]: stopped in /usr/src/lib/libcompiler_rt

2 errors



make[4]: stopped in /usr/src/lib/libcompiler_rt

*** [lib/libcompiler_rt__PL] Error code 2



make[3]: stopped in /usr/src

1 error



make[3]: stopped in /usr/src

*** [libraries] Error code 2



make[2]: stopped in /usr/src

1 error



make[2]: stopped in /usr/src

*** [_libraries] Error code 2



make[1]: stopped in /usr/src

1 error



make[1]: stopped in /usr/src

*** [buildworld] Error code 2



make: stopped in /usr/src

1 error



make: stopped in /usr/src


More information about the freebsd-arm mailing list