Hi all, > -----Original Message----- > From: Biju Das > Sent: Wednesday, December 13, 2023 3:00 PM > Subject: Re: next: arm64: gcc-8-defconfig - failed - net/wireless/shipped- > certs.c:92:1: error: expected '}' before numeric constant > > Hi All, > > I am also seeing similar issue[1] with below tool chain[2] on linux-next. > > [1] > gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu > > Looks like latest code in net/wireless is not buildable with older > toolchain. > > Can we revert the change to unblock build failure on next? > > [1] https://lore.kernel.org/all/CA+G9fYv9j08=+-CpJdtAV1z9-8KYbYcH8YOvWjbz4TgP7pB2TA@xxxxxxxxxxxxxx/ FYI, This issue is seen on today next as well, the generated code[2] is missing a comma leading to Build failure. Is it a requirement to use latest toolchain for linux-next? [2] 0x45, 0x4e, 0xc3 /* Seth Forshee's regdb certificate */ 0x30, 0x82, 0x02, 0xa4, 0x30, 0x82, 0x01, 0x8c, Cheers, Biju