All of lore.kernel.org
 help / color / mirror / Atom feed
* Error building exynos5.c with debug ?= n
@ 2014-10-13 12:59 Tamas K Lengyel
  2014-10-13 17:03 ` Julien Grall
  0 siblings, 1 reply; 2+ messages in thread
From: Tamas K Lengyel @ 2014-10-13 12:59 UTC (permalink / raw)
  To: xen-devel@lists.xen.org


[-- Attachment #1.1: Type: text/plain, Size: 2250 bytes --]

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.

Tamas

[-- Attachment #1.2: Type: text/html, Size: 2391 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-13 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-13 12:59 Error building exynos5.c with debug ?= n Tamas K Lengyel
2014-10-13 17:03 ` Julien Grall

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.