Clang is not able to find Input Files

127 views Asked by At

I am getting this error while creating executable file:

[1/2] clang++ -shared  -o ./SampleDll_check.dll @SampleDll_check.dll.rsp
FAILED: SampleDll_check.dll SampleDll_check.lib
clang++ -shared  -o ./SampleDll_check.dll @SampleDll_check.dll.rsp
clang++: error: no input files
ninja: build stopped: subcommand failed.

Please provide any hint what is wrong?

0

There are 0 answers