Visual Studio solved the
problem. Thanks again for your prompt responses.
Best regards,
Reiner
Von: Even Rouault
Gesendet: Montag, 4. November 2024 16:49
An: Reiner Schlitzer ; gdal-dev@lists.osgeo.org
Betreff: Re: [gdal-dev] compiling gdal from source for Windows ARM64 failed
Reiner,
the error
Reiner,
the error "cpl_cpu_features.cpp(69): error C3861: "CPL_CPUID":"
indicates that the compiler goes into a code path that is protected by a
#if defined(HAVE_SSE_AT_COMPILE_TIME).
This HAVE_SSE_AT_COMPILE_TIME macro is set in gdal.cmake when
"${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(x86|AMD6
Hi,
I am trying to compile the GDAL library for the Windows ARM64 architecture but
fail during the build step because of undefined CPL_CPUID in the
port\cpl_cpu_features.cpp file. The Windows ARM64 case seems not to be covered
in the definition block at the top.
Can you please give advice on how
Hi,
I am trying to compile the GDAL library for the Windows ARM64 architecture but
fail during the build step because of undefined CPL_CPUID in the
port\cpl_cpu_features.cpp file. The Windows ARM64 case seems not to be covered
in the definition block at the top.
Can you please give advice on how