Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 09:42:20 -0700
From:      Rui Paulo <rpaulo@me.com>
To:        Russell Haley <russ.haley@gmail.com>
Cc:        freebsd-arm <freebsd-arm@freebsd.org>
Subject:   Re: Building U-Boot
Message-ID:  <6AB4ED5B-4C3E-4D57-B3DB-8CFBC41396AC@me.com>
In-Reply-To: <CABx9NuS%2BCZXSmVA8Ad_TNPyPLVb7bNCpzgCT-Bn1TgVAV4_2oA@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

On Oct 17, 2014, at 22:58, Russell Haley <russ.haley@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@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@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





home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6AB4ED5B-4C3E-4D57-B3DB-8CFBC41396AC>