[gdal-dev] Building on windows

Jeff McKenna jmckenna at gatewaygeomatics.com
Tue Mar 24 12:55:12 PDT 2020


Regarding your original error, googling it returns this discussion which 
has a GDAL connection, and a solution: 
https://stackoverflow.com/questions/60824242/suddenly-getting-builtin-ia32-sqrtsd-round-is-undefined-with-nvcc-gcc

-jeff



-- 
Jeff McKenna
MapServer Consulting and Training Services
https://gatewaygeomatics.com/



On 2020-03-24 7:50 a.m., Darrel Maddy wrote:
> Not having much luck here.  Anyone got any further suggestions?
> 
> I turned to windows because of a problem with my linux build  - this is 
> throwing up errors such as
> 
> /usr/lib/gcc/x86_64-linux-gnu/7/include/avx512fintrin.h(1761): error: 
> identifier "__builtin_ia32_sqrtsd_round" is undefined
> /usr/lib/gcc/x86_64-linux-gnu/7/include/avx512fintrin.h(1770): error: 
> identifier "__builtin_ia32_sqrtss_round" is undefined
> 
> eclipse indicates these errors are being thrown during access to gdal.h 
> .  This program compiled and ran without error until last week. I have 
> not done anything to the gdal library or updated anything that I am 
> aware of. I will move back to linux if I can resolve this issue so any 
> suggestions for this would also be welcome.
> 
> If I cannot resolve these then I will move away from gdal as a general 
> library and write some generic data access tools.
> 
> Thanks
> 
> Darrel
> 
> 
> 
> ------------------------------------------------------------------------
> *From:* Darrel Maddy
> *Sent:* 17 March 2020 15:10
> *To:* Jerome Siot <jerome.siot at mytimezero.com>; 
> 'gdal-dev at lists.osgeo.org' <gdal-dev at lists.osgeo.org>
> *Subject:* RE: Building on windows
> 
> Dear Jérome
> 
> Many thanks for trying to help. Alas it is giving the same errors in the 
> Developer Command Prompt window.
> 
> Darrel
> 
> *From:*Jerome Siot <jerome.siot at mytimezero.com>
> *Sent:* 17 March 2020 15:05
> *To:* Darrel Maddy <darrel.maddy at newcastle.ac.uk>; 
> 'gdal-dev at lists.osgeo.org' <gdal-dev at lists.osgeo.org>
> *Subject:* RE: Building on windows
> 
> Hello,
> 
>   * Be sure to launch a terminal by executing : 
> 
> C:\Program Files (x86)\Microsoft Visual 
> Studio\2019\Enterprise\Common7\Tools\LaunchDevCmd.bat
> 
>   * Then , give the VS version in nmake command :
> 
> nmake /f makefile.vc MSVC_VER=1900
> 
> Hope this helps, Jérome
> 
> *De :*gdal-dev <gdal-dev-bounces at lists.osgeo.org 
> <mailto:gdal-dev-bounces at lists.osgeo.org>> *De la part de* Darrel Maddy
> *Envoyé :* Sunday, March 15, 2020 1:08 PM
> *À :* 'gdal-dev at lists.osgeo.org' <gdal-dev at lists.osgeo.org 
> <mailto:gdal-dev at lists.osgeo.org>>
> *Objet :* [gdal-dev] Building on windows
> 
> I have recently switched back to windows for a specific project that 
> uses the gdal library.  I am getting the following error on compilation 
> of the VS project
> 
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual 
> Studio\2019\Enterprise\VC\Tools\MSVC\14.22.27905\bin\HostX86\x64\cl.EXE"' : 
> return code '0x2'
> 
> The cl.exe file is present in the directory (there are a number of 
> similar messages that follow)  and I am unsure how to proceed. Any 
> suggestions?
> 
> Thanks
> 
> Darrel
> 






More information about the gdal-dev mailing list