From: Jan N. <jan...@gm...> - 2024-09-04 08:02:16
|
Op di 3 sep 2024 om 20:14 schreef Jan Mercl <0x...@gm...>: > tclWin32Dll.c:472:2: error: unknown register name '%eax' in asm > 472 | "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi", > "memory"); > | ^ > 1 error generated. > make: *** [Makefile:758: tclWin32Dll.o] Error 1 > The problem (still) here is the -DHAVE_CPUID=1 in the makefile. If you change that (manually) to 0, that should be a functioning workaround, since aarch64 doesn't support the __cpuid function. Still some work to do. Thanks! Jan Nijtmans |