Building U-Boot

Rui Paulo rpaulo at me.com
Sat Oct 18 17:43:30 UTC 2014


On Oct 17, 2014, at 22:58, Russell Haley <russ.haley at gmail.com> wrote:
> 
> Hello, I'm trying to build u-boot from the instructions that Mr. Paulo
> left here:
> 
> https://wiki.freebsd.org/Digi-CCWMX53
> 
> This is the error I get:
> 
> russell at FreeArm2:/usr/u-boot% gmake ccwmx53js_config
> arm-linux-gcc: not found
> arm-linux-gcc: not found
> usage: dirname string [...]
> Generating include/autoconf.mk
> arm-linux-gcc: not found
> arm-linux-gcc: not found
> usage: dirname string [...]
> Generating include/autoconf.mk.dep
> arm-linux-gcc: not found
> arm-linux-gcc: not found
> arm-linux-gcc: not found
> usage: dirname string [...]
> arm-linux-gcc: not found
> usage: dirname string [...]
> Configuring a wireless module
> Configuring for ccwmx53 board...
> russell at FreeArm2:/usr/u-boot%

You need something like "gmake CROSS_COMPILE=armv6-freebsd- ccwmx53js_config" and I think the right way to use xdev is "make xdev XDEV=arm XDEV_ARCH=armv6".

--
Rui Paulo





More information about the freebsd-arm mailing list