Hi Simon, > Hi Lubo, > > On Sun, Jun 16, 2013 at 9:35 AM, Lubomir Popov <[email protected]> wrote: > >> Hi Simon, >> >> > Hi Lubo, >> > >> > On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov <[email protected]> >> wrote: >> > >> >> Hi Tom, >> >> >> >> > Hey all, >> >> > >> >> > I've tagged and pushed v2013.07-rc1. Lots of things all over the >> place. >> >> > If you've got changes outstanding still, please start gently poking >> >> > custodians with patchwork links. I've got a good bit of stuff I need >> to >> >> > deal with myself still, but please prod me all the same. >> >> > >> >> I've just made a clean clone of u-boot/master and tried to build my >> board >> >> (after adding what's needed), and then also the omap5_uevm. In both >> cases >> >> the build fails with following error: >> >> >> >> gcc -g -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include >> >> /Users/imac/Documents/UB2013.07/include/libfdt_env.h -idirafter >> >> /Users/imac/Documents/UB2013.07/include -idirafter >> >> /Users/imac/Documents/UB2013.07/include2 -idirafter >> >> /Users/imac/Documents/UB2013.07/include -I >> >> /Users/imac/Documents/UB2013.07/lib/libfdt -I >> >> /Users/imac/Documents/UB2013.07/tools -DCONFIG_SYS_TEXT_BASE=0x80E80000 >> >> -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -c -o image-fit.o >> >> /Users/imac/Documents/UB2013.07/common/image-fit.c >> >> /Users/imac/Documents/UB2013.07/common/image-fit.c: In function >> >> 'fit_image_load': >> >> /Users/imac/Documents/UB2013.07/common/image-fit.c:1560:11: error: >> >> 'ENOMEDIUM' undeclared (first use in this function) >> >> /Users/imac/Documents/UB2013.07/common/image-fit.c:1560:11: note: each >> >> undeclared identifier is reported only once for >> >> each function it appears in >> >> make[1]: *** [image-fit.o] Error 1 >> >> make: *** [tools] Error 2 >> >> Lubos-iMac:UB2013.07 imac$ >> >> >> >> All #include stuff seems OK. Any ideas? >> >> >> > >> > That might be a MacOS thing - I haven't quite had the patience to get a >> dev >> > environment going on a Mac yet. >> > >> > Please can you try this patch and see if it helps? >> > >> > http://patchwork.ozlabs.org/patch/251685/ >> >> Many thanks for the hint - I didn't realize immediately that >> this is host stuff. U-boot now builds normally (and runs on >> my board :)). >> >> BTW, until this release I've been using a Mac at home to build >> and run U-Boot without any major issues (actually only make >> distclean fails, which is not crucial). >> > > We have done a few fixes with 'make distclean' before - is this > MacOS-specific, or s general bug?
Well, I'm not a UNIX expert (nor Linux; in fact I'm more in hardware). I get this: Lubos-iMac:UB2013.07 imac$ make CROSS_COMPILE=" arm-none-eabi-" distclean rm: SPL: is a directory make: *** [clobber] Error 1 Lubos-iMac:UB2013.07 imac$ For OMAP we don't have a 'SPL' file; there is the 'spl' directory however, and although MacOS is case-sensitive, this somehow produces the error in '@rm -f $(obj)SPL' (clobber: of main Makefile). > > Regards, > Simon > Best regards, Lubo _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

