* [U-Boot] [ANN] v2013.07-rc1 @ 2013-06-14 15:14 Tom Rini 2013-06-16 11:49 ` Lubomir Popov 0 siblings, 1 reply; 7+ messages in thread From: Tom Rini @ 2013-06-14 15:14 UTC (permalink / raw) To: u-boot 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. Thanks all! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130614/5421f96d/attachment.pgp> ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [ANN] v2013.07-rc1 2013-06-14 15:14 [U-Boot] [ANN] v2013.07-rc1 Tom Rini @ 2013-06-16 11:49 ` Lubomir Popov 2013-06-16 14:52 ` Simon Glass 0 siblings, 1 reply; 7+ messages in thread From: Lubomir Popov @ 2013-06-16 11:49 UTC (permalink / raw) To: u-boot 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? Regards, Lubo ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [ANN] v2013.07-rc1 2013-06-16 11:49 ` Lubomir Popov @ 2013-06-16 14:52 ` Simon Glass 2013-06-16 16:35 ` Lubomir Popov 0 siblings, 1 reply; 7+ messages in thread From: Simon Glass @ 2013-06-16 14:52 UTC (permalink / raw) To: u-boot Hi Lubo, On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov <lpopov@mm-sol.com> 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/ Regards, Simon > > Regards, > Lubo > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [ANN] v2013.07-rc1 2013-06-16 14:52 ` Simon Glass @ 2013-06-16 16:35 ` Lubomir Popov 2013-06-16 16:41 ` Simon Glass 0 siblings, 1 reply; 7+ messages in thread From: Lubomir Popov @ 2013-06-16 16:35 UTC (permalink / raw) To: u-boot Hi Simon, > Hi Lubo, > > On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov <lpopov@mm-sol.com> 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). Thanks, Lubo > > Regards, > Simon > > >> >> Regards, >> Lubo >> >> _______________________________________________ >> U-Boot mailing list >> U-Boot at lists.denx.de >> http://lists.denx.de/mailman/listinfo/u-boot >> > ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [ANN] v2013.07-rc1 2013-06-16 16:35 ` Lubomir Popov @ 2013-06-16 16:41 ` Simon Glass 2013-06-16 16:45 ` Jeroen Hofstee 2013-06-16 18:54 ` Lubomir Popov 0 siblings, 2 replies; 7+ messages in thread From: Simon Glass @ 2013-06-16 16:41 UTC (permalink / raw) To: u-boot Hi Lubo, On Sun, Jun 16, 2013 at 9:35 AM, Lubomir Popov <lpopov@mm-sol.com> wrote: > Hi Simon, > > > Hi Lubo, > > > > On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov <lpopov@mm-sol.com> > 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? Regards, Simon ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [ANN] v2013.07-rc1 2013-06-16 16:41 ` Simon Glass @ 2013-06-16 16:45 ` Jeroen Hofstee 2013-06-16 18:54 ` Lubomir Popov 1 sibling, 0 replies; 7+ messages in thread From: Jeroen Hofstee @ 2013-06-16 16:45 UTC (permalink / raw) To: u-boot Hello Lubomir, Simon, On 06/16/2013 06:41 PM, Simon Glass wrote: > > We have done a few fixes with 'make distclean' before - is this > MacOS-specific, or s general bug? > > Regards, > Simon > it is on FreeBSD as well so it is likely a sed missing a colon or a find needing a dot. Never bothered enough to track it down though. Regards, Jeroen ^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [ANN] v2013.07-rc1 2013-06-16 16:41 ` Simon Glass 2013-06-16 16:45 ` Jeroen Hofstee @ 2013-06-16 18:54 ` Lubomir Popov 1 sibling, 0 replies; 7+ messages in thread From: Lubomir Popov @ 2013-06-16 18:54 UTC (permalink / raw) To: u-boot Hi Simon, > Hi Lubo, > > On Sun, Jun 16, 2013 at 9:35 AM, Lubomir Popov <lpopov@mm-sol.com> wrote: > >> Hi Simon, >> >> > Hi Lubo, >> > >> > On Sun, Jun 16, 2013 at 4:49 AM, Lubomir Popov <lpopov@mm-sol.com> >> 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-06-16 18:54 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-06-14 15:14 [U-Boot] [ANN] v2013.07-rc1 Tom Rini 2013-06-16 11:49 ` Lubomir Popov 2013-06-16 14:52 ` Simon Glass 2013-06-16 16:35 ` Lubomir Popov 2013-06-16 16:41 ` Simon Glass 2013-06-16 16:45 ` Jeroen Hofstee 2013-06-16 18:54 ` Lubomir Popov
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.