The recent dylan meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc update from 13.04 to 13.06-1 seems to cause builds to break with errors something like:
| cp: cannot create regular file '/work/rdk/build-dylan-qemuarm/tmp/work/armv5te-rdk-linux-gnueabi/gcc-cross-initial/linaro-4.7-r2013.06-1/image/work/rdk/build-dylan-qemuarm/tmp/sysroots/x86_64-linux/usr/lib/armv5te-rdk-linux-gnueabi.gcc-cross-initial/gcc/arm-rdk-linux-gnueabi/4.7.3/include-fixed/limits.h': No such file or directory | ERROR: Function failed: do_install (see /work/rdk/build-dylan-qemuarm/tmp/work/armv5te-rdk-linux-gnueabi/gcc-cross-initial/linaro-4.7-r2013.06-1/temp/log.do_install.11946 for further information)
Fix by updating BINV from 4.7.3 to 4.7.4 to match the change in gcc versions.
Signed-off-by: Andre McCurdy andre.mccurdy@entropic.com --- meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc index b0bc7be..a5452be 100644 --- a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc +++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.7.inc @@ -4,7 +4,7 @@ require gcc-linaro-common-4.7.inc MMYY = "13.06" RELEASE = "20${MMYY}-1" PR = "r${RELEASE}" -BINV = "4.7.3" +BINV = "4.7.4"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}"
-- 1.8.1.2
This e-mail and documents attached to this e-mail contain proprietary and/or confidential information of Entropic Communications. Such information is subject to copyright belonging to Entropic Communications. This e-mail is intended solely for the use of the individuals or entities to which it is addressed. If you are not the intended recipient of this e-mail, any distribution, copying or use of the contents of this e-mail and attachments is strictly prohibited and may be unlawful.