Carl-Daniel Hailfinger wrote:
So either we get this problem solved differently or I'll have to go ahead and check the patch in. Relying on experimental toolchains is not an option. Even if your toolchain provider uses experimental binutils versions, that's nothing we should enforce.
Can you retest with current HEAD? Thanks!
Great! It reduced the number of errors:
AS build/arch/x86/stage0_i586.o /Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S: Assembler messages: /Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:352: Error: missing ')' /Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:352: Error: missing ')' /Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:352: Error: missing ')' /Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:352: Error: missing ')' make: *** [/Users/stepan/Devel/coreboot-v3/build/arch/x86/stage0_i586.o] Error 1
I think this is getting there.