Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2015 00:11:29 -0700
From:      Russell Haley <russ.haley@gmail.com>
To:        Rui Paulo <rpaulo@me.com>, freebsd-arm <freebsd-arm@freebsd.org>,  Tim Kientzle <tim@kientzle.com>
Subject:   Digi-CCWMX53 - u-boot
Message-ID:  <CABx9NuQZe3k%2BAtRxtUg5k3=5jM20RQdgnwpuKr9uc07VY1C1EQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Rui,

I am finally at a point where I can compile your u-boot fork for the
Digi-CCWMX53 dev kit but I am getting the following error:

# gmake SED=gsed HOSTCC=cc CROSS_COMPILE=arm-none-eabi-
for dir in tools examples/standalone examples/api ; do gmake -C $dir
_depend ; done
gmake[1]: Entering directory '/usr/uboot/tools'
gmake[1]: Nothing to be done for '_depend'.
gmake[1]: Leaving directory '/usr/uboot/tools'
gmake[1]: Entering directory '/usr/uboot/examples/standalone'
gmake[1]: Nothing to be done for '_depend'.
gmake[1]: Leaving directory '/usr/uboot/examples/standalone'
gmake[1]: Entering directory '/usr/uboot/examples/api'
gmake[1]: Nothing to be done for '_depend'.
gmake[1]: Leaving directory '/usr/uboot/examples/api'
gmake -C tools all
gmake[1]: Entering directory '/usr/uboot/tools'
cc -g -Wall -idirafter /usr/uboot/include -idirafter
/usr/uboot/include2 -idirafter /usr/uboot/include -I /usr/uboot/libfdt
-I /usr/uboot/tools -DTEXT_BASE=0x77800000 -DUSE_HOSTCC
-D__KERNEL_STRICT_NAMES -O -c -o fdt.o
cc: error: no input files
Makefile:231: recipe for target 'fdt.o' failed
gmake[1]: *** [fdt.o] Error 1
gmake[1]: Leaving directory '/usr/uboot/tools'
Makefile:402: recipe for target 'tools' failed
gmake: *** [tools] Error 2

Any help you could provide on this would be huge.

I have also started putting together a crochet script.
https://github.com/RussellHaley/crochet

I didn't see the CCWMX53 in the u-boot board directory so I may not be
able to do a straight patch to u-boot? I may need to code it to just
do a git clone from your repository to start me off?

Thanks,

Russ



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABx9NuQZe3k%2BAtRxtUg5k3=5jM20RQdgnwpuKr9uc07VY1C1EQ>