From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: Error building exynos5.c with debug ?= n Date: Mon, 13 Oct 2014 18:03:50 +0100 Message-ID: <543C05F6.1010607@linaro.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tamas K Lengyel , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org Hello Tamas, On 10/13/2014 01:59 PM, Tamas K Lengyel wrote: > When attempting to build the latest xen-unstable from git with debug ?= > n set in Config.mk I get the following error message: > > make -f /root/xen/xen/Rules.mk -C platforms built_in.o > make[5]: Entering directory `/root/xen/xen/arch/arm/platforms' > gcc -O2 -fomit-frame-pointer -marm -fno-strict-aliasing -std=gnu99 -Wall > -Wstrict-prototypes -Wdeclaration-after-statement > -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG > -I/root/xen/xen/include -fno-stack-protector -fno-exceptions > -Wnested-externs -msoft-float -mcpu=cortex-a15 > -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror > -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include > /root/xen/xen/include/xen/config.h -nostdinc -DHAS_PASSTHROUGH > -DHAS_DEVICE_TREE -DHAS_PDX -MMD -MF .vexpress.o.d -c vexpress.c -o > vexpress.o > gcc -O2 -fomit-frame-pointer -marm -fno-strict-aliasing -std=gnu99 -Wall > -Wstrict-prototypes -Wdeclaration-after-statement > -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG > -I/root/xen/xen/include -fno-stack-protector -fno-exceptions > -Wnested-externs -msoft-float -mcpu=cortex-a15 > -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror > -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include > /root/xen/xen/include/xen/config.h -nostdinc -DHAS_PASSTHROUGH > -DHAS_DEVICE_TREE -DHAS_PDX -MMD -MF .brcm.o.d -c brcm.c -o brcm.o > gcc -O2 -fomit-frame-pointer -marm -fno-strict-aliasing -std=gnu99 -Wall > -Wstrict-prototypes -Wdeclaration-after-statement > -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG > -I/root/xen/xen/include -fno-stack-protector -fno-exceptions > -Wnested-externs -msoft-float -mcpu=cortex-a15 > -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Werror > -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include > /root/xen/xen/include/xen/config.h -nostdinc -DHAS_PASSTHROUGH > -DHAS_DEVICE_TREE -DHAS_PDX -MMD -MF .exynos5.o.d -c exynos5.c -o exynos5.o > {standard input}: Assembler messages: > {standard input}:481: Error: .err encountered > {standard input}:482: Error: .err encountered > {standard input}:483: Error: .err encountered > make[5]: *** [exynos5.o] Error 1 > make[5]: Leaving directory `/root/xen/xen/arch/arm/platforms' > > It compiles fine with debug ?= y. A patch has been sent earlier on the mailing. See: https://patches.linaro.org/38676/ Regards, -- Julien Grall