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.s...@mytimezero.com>; 'gdal-dev@lists.osgeo.org' <gdal-dev@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.s...@mytimezero.com>
*Sent:* 17 March 2020 15:05
*To:* Darrel Maddy <darrel.ma...@newcastle.ac.uk>; 'gdal-dev@lists.osgeo.org' <gdal-dev@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-boun...@lists.osgeo.org <mailto:gdal-dev-boun...@lists.osgeo.org>> *De la part de* Darrel Maddy
*Envoyé :* Sunday, March 15, 2020 1:08 PM
*À :* 'gdal-dev@lists.osgeo.org' <gdal-dev@lists.osgeo.org <mailto:gdal-dev@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





_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to