Date: Mon, 23 Mar 2015 20:19:36 -0700 From: Rui Paulo <rpaulo@me.com> To: Russell Haley <russ.haley@gmail.com> Cc: freebsd-arm <freebsd-arm@freebsd.org> Subject: Re: Digi-CCWMX53 - u-boot Message-ID: <F33D2637-1D5D-431F-89D4-D9C051582A57@me.com> In-Reply-To: <CABx9NuRhwfW=AZ%2BLUnQ4f2yzO-cf%2BbNX28BZqP6KCs5xKf-G-g@mail.gmail.com> References: <CABx9NuQZe3k%2BAtRxtUg5k3=5jM20RQdgnwpuKr9uc07VY1C1EQ@mail.gmail.com> <622469F8-C245-4E84-B5E1-FE360D3C9B4C@me.com> <CABx9NuRhwfW=AZ%2BLUnQ4f2yzO-cf%2BbNX28BZqP6KCs5xKf-G-g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 21, 2015, at 14:31, Russell Haley <russ.haley@gmail.com> wrote: >=20 > Thanks for getting back to me Rui, >=20 > I have done the following bit of flailing around: >=20 > - updated my userland to 1100065 > - Installed arm-none-eabi from pkgng as Mr. Lepore has indicated > - installed the latest gcc (gcc48?) > - I have since built the xdev target as well. > - Installed mpc > - setenv LD_LIBRARY_PATH "/usr/local/lib" > - ldconfig >=20 >=20 > So after much faffing about I've tried a whole bunch of combinations: > gmake HOSTCC=3Dgcc48 CROSS_COMPILE=3Darm-none-eabi- > gmake HOSTCC=3Dgcc48 CROSS_COMPILE=3Darmv6-freebsd- > gmake SED=3Dgsed HOSTCC=3Dcc CROSS_COMPILE=3Darmv6-freebsd- > gmake SED=3Dgsed HOSTCC=3Dgcc48 CROSS_COMPILE=3Darm-none-eabi- >=20 >=20 > All with the same result: >=20 > 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' > gcc48 -g -Wall -idirafter /usr/uboot/include -idirafter > /usr/uboot/include2 -idirafter /usr/uboot/include -I /usr/uboot/libfdt > -I /usr/uboot/tools -DTEXT_BASE=3D0x77800000 -DUSE_HOSTCC > -D__KERNEL_STRICT_NAMES -O -c -o fdt.o > gcc48: fatal error: no input files > compilation terminated. > 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 It looks like Makefile rules are broken in your system. Did this ever = work for you? -- Rui Paulo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F33D2637-1D5D-431F-89D4-D9C051582A57>