I'm trying to create a CUDA static library with Visual Studio 2010, but I (and I think also other users do) have some issues.
In general, it seems that the IDE does not allow to fulfill the right procedure. Fortunately, there is a "command line" solution to this issue. I have personally followed the procedure in
Walkthrough: Creating and Using a Static Library (C++)
with a proper CUDA build customization and generation of relocatable code, but neither .obj nor .lib files have been generated.
Is there a possibility to use the Visual Studio 2010 IDE to create a CUDA static library?
Thank you very much in advance.
In general, it seems that the IDE does not allow to fulfill the right procedure. Fortunately, there is a "command line" solution to this issue. I have personally followed the procedure in
Walkthrough: Creating and Using a Static Library (C++)
with a proper CUDA build customization and generation of relocatable code, but neither .obj nor .lib files have been generated.
Is there a possibility to use the Visual Studio 2010 IDE to create a CUDA static library?
Thank you very much in advance.