Closed aproeme closed 3 months ago
@aproeme please note we have never validated gdrcopy with the HPC compiler.
In any case, you seem to be mixing compilers:
gcc is probably linking to the libstdc++. nvc++ may be linking with something else, I did not check.
IMO you should not be mixing toolchains.
Thank you for the quick response, you were right, simply using gcc for everything worked.
Hello,
I'm trying to build gdrcopy v2.4.1 with v550.54.15 of the GPU drivers and with NVHPC v24.5.
The driver itself - gdrdrv - appears to build successfully but after the build progresses to the tests I get the following error:
common.o
was built prior as follows:Confirmation that this symbol is undefined within
common.o
:Can you advise on the likely cause of this and how to attempt to resolve?
Note I have tried manually editing src/Makefile to include the fix noted here: https://github.com/NVIDIA/gdrcopy/pull/284/commits/105b8afff220b7a3d39f0c0e2e37b4b284cfb0ac however this did not make a difference.