Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/66.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C &引用;链接器&x27;输入未使用的时间'-仅限fsyntax';“存在”;论利勃朗_C_Compiler Errors_Clang_Libclang - Fatal编程技术网

C &引用;链接器&x27;输入未使用的时间'-仅限fsyntax';“存在”;论利勃朗

C &引用;链接器&x27;输入未使用的时间'-仅限fsyntax';“存在”;论利勃朗,c,compiler-errors,clang,libclang,C,Compiler Errors,Clang,Libclang,有没有人在尝试使用libclang在代码上运行clang生成的可执行文件时遇到过这种问题(如果我也使用gcc编译,就会发生这种情况)?使用少量打印,我注意到它出现在以下函数调用中:fprintf(stderr,“%s\n”,clang_getCString(String))在这种情况下,Cstring有输出。我正在使用Clang-lclang进行编译 谢谢

有没有人在尝试使用libclang在代码上运行clang生成的可执行文件时遇到过这种问题(如果我也使用gcc编译,就会发生这种情况)?使用少量打印,我注意到它出现在以下函数调用中:
fprintf(stderr,“%s\n”,clang_getCString(String))在这种情况下,Cstring有输出。我正在使用Clang-lclang进行编译

谢谢