On Wed, 27 May 2015 12:19:00 +0200 Jeremy Jongepier <jeremy@xxxxxxxxxxxxxx> wrote: > On 05/27/2015 11:44 AM, Joakim Hernberg wrote: > > On Tue, 19 May 2015 23:39:23 +0200 > > Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> wrote: > > > >> Dear RT folks! > >> > >> I'm pleased to announce the v4.0.4-rt1 patch set. > > > > I see the following trying to build based on archlinux' default > > config: > > > > jack@balder /home/jack/archaudio/linux-rt-new/src/linux-4.0 $ make > > CHK include/config/kernel.release > > CHK include/generated/uapi/linux/version.h > > CHK include/generated/utsrelease.h > > CALL scripts/checksyscalls.sh > > CHK include/generated/compile.h > > kernel/Makefile:133: *** No X.509 certificates found *** > > CHK kernel/config_data.h > > CC [M] sound/soc/intel/sst/sst.o > > CC [M] sound/soc/intel/sst/sst_ipc.o > > In file included from include/linux/spinlock.h:300:0, > > from include/linux/seqlock.h:35, > > from include/linux/time.h:5, > > from include/linux/stat.h:18, > > from include/linux/module.h:10, > > from sound/soc/intel/sst/sst.c:22: > > sound/soc/intel/sst/sst.c: In function ‘sst_restore_shim64’: > > include/linux/spinlock_rt.h:137:2: error: expected expression > > before ‘do’ do { \ > > ^ > > sound/soc/intel/sst/sst.c:373:2: note: in expansion of macro > > ‘spin_unlock_irqrestore’ > > spin_unlock_irqrestore(&ctx->ipc_spin_lock, irq_flags); ^ > > scripts/Makefile.build:258: recipe for target > > 'sound/soc/intel/sst/sst.o' failed make[4]: *** > > [sound/soc/intel/sst/sst.o] Error 1 make[4]: *** Waiting for > > unfinished jobs.... LD sound/soc/rockchip/built-in.o > > scripts/Makefile.build:403: recipe for target 'sound/soc/intel/sst' > > failed make[3]: *** [sound/soc/intel/sst] Error 2 > > scripts/Makefile.build:403: recipe for target 'sound/soc/intel' > > failed make[2]: *** [sound/soc/intel] Error 2 > > make[2]: *** Waiting for unfinished jobs.... > > scripts/Makefile.build:403: recipe for target 'sound/soc' failed > > make[1]: *** [sound/soc] Error 2 > > make[1]: *** Waiting for unfinished jobs.... > > Makefile:947: recipe for target 'sound' failed > > make: *** [sound] Error 2 > > make: *** Waiting for unfinished jobs.... > > > > It wasn't enough to disable CONFIG_SND_SOC_INTEL_SST, I had to > > disable all of CONFIG_SND_SOC to be able to build it, here is a > > link to the archlinux config changes for CONFIG_SND_SOC: > > https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=bd0bf646b706838518f1d104803495806249865e > > > > Hello Joakim, > > Looks a lot like: > http://www.spinics.net/lists/linux-rt-users/msg13403.html > > Jeremy > Yeah, fixing the typos allows it to build. Strange that it built on vanilla without fix though, but that's not important. Thanks. -- Joakim -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html