Two questions on -current...

Warner Losh imp at bsdimp.com
Tue Jun 18 04:23:52 UTC 2013


On Jun 17, 2013, at 10:10 PM, Jason Birch wrote:
> 2.) When trying to compile DB-88F6XXX, I'm getting an error "error:
> unknown target CPU 'armv5te', despite a find ... grep... on the code
> showing this option in both gcc and clang compilers and tools. Is this
> processor deprecated in current? Is there are a replacement? Did I miss
> a change in how to build the kernel (Currently using "make TARGET=arm
> TARGET_ARCH=arm KERNCONF=DB-88F6XXX buildkernel" in /usr/src)?
> 
> You'll need TARGET_ARCH=armv6, I think. 

The Marvel Kirkwood are armv5te.

I think the actual problem may be that no buildworld and/or kernel-toolchain was done first...

Warner



More information about the freebsd-arm mailing list