Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
make: *** [Makefile:224: __sub-make] Error 2[/code]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
desymm
n00b
n00b


Joined: 26 Feb 2025
Posts: 1
Location: Amsterdam, Netherlands

PostPosted: Wed Feb 26, 2025 9:17 am    Post subject: make: *** [Makefile:224: __sub-make] Error 2[/code] Reply with quote

Code:

desymm@toaster:~/linux$ make -j12
  SYNC    include/config/auto.conf
  HOSTCC  scripts/kconfig/conf.o
  HOSTLD  scripts/kconfig/conf
  DESCEND objtool
  CALL    scripts/checksyscalls.sh
  INSTALL libsubcmd_headers
  CERT    certs/signing_key.x509
  AS      certs/system_certificates.o
  AR      certs/built-in.a
  CC      arch/x86/mm/tlb.o
  CC      arch/x86/mm/pat/set_memory.o
  CHK     kernel/kheaders_data.tar.xz
In file included from <command-line>:
arch/x86/mm/tlb.c: In function ‘arch_tlbbatch_add_pending’:
arch/x86/mm/tlb.c:1705:42: error: ‘mm_context_t’ has no member named ‘asid_transition’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                                          ^
././include/linux/compiler_types.h:516:23: note: in definition of macro ‘__compiletime_assert’
  516 |                 if (!(condition))                                       \
      |                       ^~~~~~~~~
././include/linux/compiler_types.h:536:9: note: in expansion of macro ‘_compiletime_assert’
  536 |         _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
      |         ^~~~~~~~~~~~~~~~~~~
./include/asm-generic/rwonce.h:36:9: note: in expansion of macro ‘compiletime_assert’
   36 |         compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long),  \
      |         ^~~~~~~~~~~~~~~~~~
./include/asm-generic/rwonce.h:36:28: note: in expansion of macro ‘__native_word’
   36 |         compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long),  \
      |                            ^~~~~~~~~~~~~
./include/asm-generic/rwonce.h:49:9: note: in expansion of macro ‘compiletime_assert_rwonce_type’
   49 |         compiletime_assert_rwonce_type(x);                              \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arch/x86/mm/tlb.c:1705:21: note: in expansion of macro ‘READ_ONCE’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                     ^~~~~~~~~
arch/x86/mm/tlb.c:1705:42: error: ‘mm_context_t’ has no member named ‘asid_transition’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                                          ^
././include/linux/compiler_types.h:516:23: note: in definition of macro ‘__compiletime_assert’
  516 |                 if (!(condition))                                       \
      |                       ^~~~~~~~~
././include/linux/compiler_types.h:536:9: note: in expansion of macro ‘_compiletime_assert’
  536 |         _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
      |         ^~~~~~~~~~~~~~~~~~~
./include/asm-generic/rwonce.h:36:9: note: in expansion of macro ‘compiletime_assert’
   36 |         compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long),  \
      |         ^~~~~~~~~~~~~~~~~~
./include/asm-generic/rwonce.h:36:28: note: in expansion of macro ‘__native_word’
   36 |         compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long),  \
      |                            ^~~~~~~~~~~~~
./include/asm-generic/rwonce.h:49:9: note: in expansion of macro ‘compiletime_assert_rwonce_type’
   49 |         compiletime_assert_rwonce_type(x);                              \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arch/x86/mm/tlb.c:1705:21: note: in expansion of macro ‘READ_ONCE’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                     ^~~~~~~~~
arch/x86/mm/tlb.c:1705:42: error: ‘mm_context_t’ has no member named ‘asid_transition’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                                          ^
././include/linux/compiler_types.h:516:23: note: in definition of macro ‘__compiletime_assert’
  516 |                 if (!(condition))                                       \
      |                       ^~~~~~~~~
././include/linux/compiler_types.h:536:9: note: in expansion of macro ‘_compiletime_assert’
  536 |         _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
      |         ^~~~~~~~~~~~~~~~~~~
./include/asm-generic/rwonce.h:36:9: note: in expansion of macro ‘compiletime_assert’
   36 |         compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long),  \
      |         ^~~~~~~~~~~~~~~~~~
./include/asm-generic/rwonce.h:36:28: note: in expansion of macro ‘__native_word’
   36 |         compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long),  \
      |                            ^~~~~~~~~~~~~
./include/asm-generic/rwonce.h:49:9: note: in expansion of macro ‘compiletime_assert_rwonce_type’
   49 |         compiletime_assert_rwonce_type(x);                              \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arch/x86/mm/tlb.c:1705:21: note: in expansion of macro ‘READ_ONCE’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                     ^~~~~~~~~
arch/x86/mm/tlb.c:1705:42: error: ‘mm_context_t’ has no member named ‘asid_transition’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                                          ^
././include/linux/compiler_types.h:516:23: note: in definition of macro ‘__compiletime_assert’
  516 |                 if (!(condition))                                       \
      |                       ^~~~~~~~~
././include/linux/compiler_types.h:536:9: note: in expansion of macro ‘_compiletime_assert’
  536 |         _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
      |         ^~~~~~~~~~~~~~~~~~~
./include/asm-generic/rwonce.h:36:9: note: in expansion of macro ‘compiletime_assert’
   36 |         compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long),  \
      |         ^~~~~~~~~~~~~~~~~~
./include/asm-generic/rwonce.h:36:28: note: in expansion of macro ‘__native_word’
   36 |         compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long),  \
      |                            ^~~~~~~~~~~~~
./include/asm-generic/rwonce.h:49:9: note: in expansion of macro ‘compiletime_assert_rwonce_type’
   49 |         compiletime_assert_rwonce_type(x);                              \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arch/x86/mm/tlb.c:1705:21: note: in expansion of macro ‘READ_ONCE’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                     ^~~~~~~~~
arch/x86/mm/tlb.c:1705:42: error: ‘mm_context_t’ has no member named ‘asid_transition’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                                          ^
././include/linux/compiler_types.h:516:23: note: in definition of macro ‘__compiletime_assert’
  516 |                 if (!(condition))                                       \
      |                       ^~~~~~~~~
././include/linux/compiler_types.h:536:9: note: in expansion of macro ‘_compiletime_assert’
  536 |         _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
      |         ^~~~~~~~~~~~~~~~~~~
./include/asm-generic/rwonce.h:36:9: note: in expansion of macro ‘compiletime_assert’
   36 |         compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long),  \
      |         ^~~~~~~~~~~~~~~~~~
./include/asm-generic/rwonce.h:49:9: note: in expansion of macro ‘compiletime_assert_rwonce_type’
   49 |         compiletime_assert_rwonce_type(x);                              \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arch/x86/mm/tlb.c:1705:21: note: in expansion of macro ‘READ_ONCE’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                     ^~~~~~~~~
arch/x86/mm/tlb.c:1705:42: error: ‘mm_context_t’ has no member named ‘asid_transition’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                                          ^
././include/linux/compiler_types.h:492:27: note: in definition of macro ‘__unqual_scalar_typeof’
  492 |                 _Generic((x),                                           \
      |                           ^
./include/asm-generic/rwonce.h:50:9: note: in expansion of macro ‘__READ_ONCE’
   50 |         __READ_ONCE(x);                                                 \
      |         ^~~~~~~~~~~
arch/x86/mm/tlb.c:1705:21: note: in expansion of macro ‘READ_ONCE’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                     ^~~~~~~~~
In file included from ./arch/x86/include/generated/asm/rwonce.h:1,
                 from ./include/linux/compiler.h:332,
                 from ./include/linux/build_bug.h:5,
                 from ./include/linux/init.h:5,
                 from arch/x86/mm/tlb.c:2:
arch/x86/mm/tlb.c:1705:42: error: ‘mm_context_t’ has no member named ‘asid_transition’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                                          ^
./include/asm-generic/rwonce.h:44:73: note: in definition of macro ‘__READ_ONCE’
   44 | #define __READ_ONCE(x)  (*(const volatile __unqual_scalar_typeof(x) *)&(x))
      |                                                                         ^
arch/x86/mm/tlb.c:1705:21: note: in expansion of macro ‘READ_ONCE’
 1705 |                 if (READ_ONCE(mm->context.asid_transition))
      |                     ^~~~~~~~~
make[4]: *** [scripts/Makefile.build:229: arch/x86/mm/tlb.o] Error 1
make[4]: *** Waiting for unfinished jobs....
  CC      arch/x86/mm/pat/memtype.o
  CC      arch/x86/purgatory/purgatory.o
  AS      arch/x86/purgatory/stack.o
  AS      arch/x86/purgatory/setup-x86_64.o
  CC      arch/x86/purgatory/sha256.o
  AS      arch/x86/purgatory/entry64.o
  AR      arch/x86/virt/svm/built-in.a
  AR      arch/x86/virt/vmx/built-in.a
  CC      arch/x86/purgatory/string.o
  AR      arch/x86/virt/built-in.a
  CC      arch/x86/mm/pat/memtype_interval.o
  LD      arch/x86/purgatory/purgatory.ro
  LD      arch/x86/purgatory/purgatory.chk
  AS      arch/x86/purgatory/kexec-purgatory.o
  AR      arch/x86/purgatory/built-in.a
  CC [M]  arch/x86/kvm/../../../virt/kvm/kvm_main.o
  CC [M]  arch/x86/kvm/../../../virt/kvm/eventfd.o
  AR      arch/x86/mm/pat/built-in.a
make[3]: *** [scripts/Makefile.build:478: arch/x86/mm] Error 2
make[3]: *** Waiting for unfinished jobs....
  CC [M]  arch/x86/kvm/../../../virt/kvm/binary_stats.o
  CC [M]  arch/x86/kvm/../../../virt/kvm/vfio.o
  CC [M]  arch/x86/kvm/../../../virt/kvm/coalesced_mmio.o
  CC [M]  arch/x86/kvm/../../../virt/kvm/async_pf.o
  CC [M]  arch/x86/kvm/../../../virt/kvm/irqchip.o
  CC [M]  arch/x86/kvm/../../../virt/kvm/dirty_ring.o
  CC [M]  arch/x86/kvm/../../../virt/kvm/pfncache.o
  CC [M]  arch/x86/kvm/../../../virt/kvm/guest_memfd.o
  CC [M]  arch/x86/kvm/x86.o
  CC [M]  arch/x86/kvm/emulate.o
  CC [M]  arch/x86/kvm/i8259.o
  CC [M]  arch/x86/kvm/irq.o
  CC [M]  arch/x86/kvm/lapic.o
  CC [M]  arch/x86/kvm/i8254.o
  CC [M]  arch/x86/kvm/ioapic.o
  CC [M]  arch/x86/kvm/irq_comm.o
  CC [M]  arch/x86/kvm/cpuid.o
  CC [M]  arch/x86/kvm/pmu.o
  CC [M]  arch/x86/kvm/mtrr.o
  CC [M]  arch/x86/kvm/debugfs.o
  CC [M]  arch/x86/kvm/mmu/mmu.o
  CC [M]  arch/x86/kvm/mmu/page_track.o
  CC [M]  arch/x86/kvm/mmu/spte.o
  CC [M]  arch/x86/kvm/mmu/tdp_iter.o
  CC [M]  arch/x86/kvm/mmu/tdp_mmu.o
  CC [M]  arch/x86/kvm/hyperv.o
  CC [M]  arch/x86/kvm/xen.o
  CC [M]  arch/x86/kvm/smm.o
  CC [M]  arch/x86/kvm/kvm_onhyperv.o
  CC [M]  arch/x86/kvm/vmx/vmx.o
  CC      arch/x86/kvm/kvm-asm-offsets.s
  CC [M]  arch/x86/kvm/vmx/pmu_intel.o
  CC [M]  arch/x86/kvm/vmx/vmcs12.o
  CC [M]  arch/x86/kvm/vmx/nested.o
  CC [M]  arch/x86/kvm/vmx/posted_intr.o
  CC [M]  arch/x86/kvm/vmx/main.o
  CC [M]  arch/x86/kvm/vmx/sgx.o
  CC [M]  arch/x86/kvm/vmx/hyperv.o
  CC [M]  arch/x86/kvm/vmx/hyperv_evmcs.o
  CC [M]  arch/x86/kvm/vmx/vmx_onhyperv.o
  LD [M]  arch/x86/kvm/kvm.o
  UPD     arch/x86/kvm/kvm-asm-offsets.h
  AS [M]  arch/x86/kvm/vmx/vmenter.o
  LD [M]  arch/x86/kvm/kvm-intel.o
make[2]: *** [scripts/Makefile.build:478: arch/x86] Error 2
make[1]: *** [/home/desymm/linux/Makefile:1930: .] Error 2
make: *** [Makefile:224: __sub-make] Error 2


what could be the problem ?
note: this was run after a trying to compile once, which also failed. thats why you dont see the full logs here
configured everything with
Code:
make menuconfig

_________________
symm
Back to top
View user's profile Send private message
sMueggli
Guru
Guru


Joined: 03 Sep 2022
Posts: 571

PostPosted: Wed Feb 26, 2025 9:30 am    Post subject: Reply with quote

What are you trying? Compile a vanilla kernel?
Back to top
View user's profile Send private message
7moodDxB
n00b
n00b


Joined: 05 Mar 2025
Posts: 1

PostPosted: Wed Mar 05, 2025 11:58 am    Post subject: Re: make: *** [Makefile:224: __sub-make] Error 2[/code] Reply with quote

I also have this issue (on the zen kernel though), looking at the source code, I think it's because I disabled AMD support (CPU_SUP_AMD), and then X86_BROADCAST_TLB_FLUSH depends on CPU_SUP_AMD && 64BIT, then in "arch/x86/include/asm/mmu.h"

Code:

typedef struct {

........

#ifdef CONFIG_X86_BROADCAST_TLB_FLUSH
   u16 global_asid;
   bool asid_transition;
#endif

} mm_context_t;


we see asid_transition is only defined when CONFIG_X86_BROADCAST_TLB_FLUSH is set, but "if (READ_ONCE(mm->context.asid_transition))" is not also wrapped in ifdefs, even in version 6.13.5, the same error happens in "arch/x86/include/asm/tlbflush.h" instead of "arch/x86/mm/tlb.c", for now, I don't know how to fix the issue since I'm not a C or kernel developer or know how to post the issue for the kernel maintainers, but hopefully it will be fixed later on, my kernel will stay on version 6.12.7, which was released before the commits were made.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum