mais désolé de ne pas laisser une erreur :
make mrproper # Nettoie tout (y compris les anciennes configs)
make defconfig # Génère une config par défaut
make prepare # Crée les fichiers comme autoconf.h
make -j$(nproc) # Compile avec tous les cœurs disponibles

sort une bzimage de 1,3 Go !

je suis rassuré, les sources et programme de compile vont bien, maintenant
si il y a une erreur c’est moi, ou y a une signature comme chez d’autre ?

pas de dépôts avec un *.config au ptit ognon pour un dualcores de chez
Toshiba ?

merci

Le mar. 19 août 2025 à 14:50, philippe L <[email protected]> a écrit :

> make defconfig
> sauve des vies ….
>
>
>
>
> Le mar. 19 août 2025 à 09:37, philippe L <[email protected]> a écrit :
>
>> Bonjour,
>>
>> J'ai essayé une compile sans passer par make menuconfig, je me suis dit
>> c'est comme OBSD ?
>>
>> Je cherche si il y a partage de fichier config ?
>> C'est bizzare au debut cela fonctioné, puis du a des mise en veille via
>> l'acpi, j'ai ouvert une console et apres relance sans menuconfig, mais
>> directement make j'ai cette erreur :
>>   CHK     kernel/kheaders_data.tar.xz
>>   CC      arch/x86/lib/inat.o
>> arch/x86/lib/inat.c: Dans la fonction « inat_get_opcode_attribute »:
>> arch/x86/lib/inat.c:15:16: erreur: « inat_primary_table » non déclaré
>> (première utilisation dans cette fonction)
>>    15 |         return inat_primary_table[opcode];
>>       |                ^~~~~~~~~~~~~~~~~~
>> arch/x86/lib/inat.c:15:16: note: chaque identificateur non déclaré est
>> rapporté une seule fois pour chaque fonction dans laquelle il apparaît
>> arch/x86/lib/inat.c:13:51: attention: le paramètre « opcode » est défini
>> mais pas utilisé [-Wunused-but-set-parameter]
>>    13 | insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode)
>>       |                                       ~~~~~~~~~~~~^~~~~~
>> arch/x86/lib/inat.c: Dans la fonction « inat_get_escape_attribute »:
>> arch/x86/lib/inat.c:34:17: erreur: « inat_escape_tables » non déclaré
>> (première utilisation dans cette fonction); vouliez-vous utiliser
>> « inat_escape_id » ?
>>    34 |         table = inat_escape_tables[n][0];
>>       |                 ^~~~~~~~~~~~~~~~~~
>>       |                 inat_escape_id
>> arch/x86/lib/inat.c: Dans la fonction « inat_get_group_attribute »:
>> arch/x86/lib/inat.c:53:17: erreur: « inat_group_tables » non déclaré
>> (première utilisation dans cette fonction); vouliez-vous utiliser
>> « inat_group_id » ?
>>    53 |         table = inat_group_tables[n][0];
>>       |                 ^~~~~~~~~~~~~~~~~
>>       |                 inat_group_id
>> arch/x86/lib/inat.c: Dans la fonction « inat_get_avx_attribute »:
>> arch/x86/lib/inat.c:72:17: erreur: « inat_avx_tables » non déclaré
>> (première utilisation dans cette fonction)
>>    72 |         table = inat_avx_tables[vex_m][0];
>>       |                 ^~~~~~~~~~~~~~~
>> make[3]: *** [scripts/Makefile.build:203: arch/x86/lib/inat.o] Error 1
>> make[2]: *** [scripts/Makefile.build:461: arch/x86/lib] Error 2
>> make[1]: *** [/root/rpmbuild/SOURCES/linux-6.15.9/Makefile:2003: .] Error
>> 2
>> make: *** [Makefile:248: __sub-make] Error 2
>>
>> Une idée ?
>> merci
>>
>

Ptilou
>>
>

Répondre à