On Sat, 2009-02-14 at 15:27 +1100, Stephen Rothwell wrote: > Today's linux-next build (arm versatile_defconfig and many other configs) > failed like this: > > AS usr/initramfs_data.o > arch/arm/include/asm/unwind.h: Assembler messages: > arch/arm/include/asm/unwind.h:68: Error: Bad macro parameter list [...] > Does this require a particular binutils version? It looks like constructs like below are only supported by newer binutils: .macro unwind instr:vararg \instr .endm I'll change it to classic C macros and re-post on the ARM kernel list. Thanks. -- Catalin -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html