Re: [gdal-dev] compiling gdal from source for Windows ARM64 failed

2024-11-05 Thread Reiner Schlitzer via gdal-dev
OOLCHAIN_FILE to set all variables correctly. Even Le 04/11/2024 à 16:38, Reiner Schlitzer via gdal-dev a écrit : 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 W

[gdal-dev] compiling gdal from source for Windows ARM64 failed

2024-11-04 Thread Reiner Schlitzer via gdal-dev
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

[gdal-dev] compiling gdal from source for Windows ARM64 failed

2024-11-04 Thread Reiner Schlitzer via gdal-dev
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