Digi-CCWMX53 - u-boot

Ian Lepore ian at freebsd.org
Wed Mar 25 14:08:39 UTC 2015


On Tue, 2015-03-24 at 22:42 -0700, Russell Haley wrote:
> Thanks Ian,
> 
> Sorry, getting another error. This is in a fresh 10-Release jail. I
> installed arm-none-eabi-gcc from pkgng. The missing "m" in make is not
> a copy/paste error.
> 
> # pwd
> /usr/ports/sysutils/u-boot-ccwmx53
> # make install
> make: "/usr/ports/sysutils/u-boot-ccwmx53/Makefile" line 29:
> Unassociated shell command "${U_BOOT_DIR}/README"
> "ake: "/usr/ports/sysutils/u-boot-ccwmx53/Makefile" line 32:
> Unassociated shell command "CROSS_COMPILE=arm-none-eabi- \
> make: "/usr/ports/sysutils/u-boot-ccwmx53/Makefile" line 33:
> Unassociated shell command "HOSTCC=cc"
> make: Fatal errors encountered -- cannot continue
> make: stopped in /usr/ports/sysutils/u-boot-ccwmx53
> 
> Russ

Unassociated shell command in make is nearly always trouble with tabs
versus spaces, or line endings.  Did you just cut and paste the diff
from the mail?  If so, try doing it as a "save attachment" instead; mail
clients often screw up the whitespace (which I why I always do diffs as
attachments, but with the hint set to allow clients to display them
inline as well).

-- Ian




More information about the freebsd-arm mailing list