Re: [bisected] Failure to build 7.1-rc1: fatal error: generated/vdso32-offsets.h: No such file or directory
Helge Deller <[email protected]>
| Newsgroups | org.kernel.vger.linux-parisc |
|---|---|
| Message-ID | <[email protected]> |
Hi Christoph, On 4/29/26 20:43, Christoph Biedl wrote: > Hello Helge and friends, > > building 7.1-rc1 for my parisc box fails: > > ``` > (...) > CC arch/parisc/kernel/drivers.o > CC arch/parisc/kernel/alternative.o > CC arch/parisc/kernel/signal.o > In file included from arch/parisc/kernel/signal.c:32: > ./arch/parisc/include/asm/vdso.h:11:10: fatal error: generated/vdso32-offsets.h: No such file or directory > 11 | #include <generated/vdso32-offsets.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. Indeed! You are compiling a 32bit kernel with PA2.0 instruction set: CONFIG_PA8X00=y CONFIG_PA20=y In this case CONFIG_PA11 is not set, which is what I test for to build the 32-bit VDSO. I need to think how to solve this.... Thanks! Helge