在Linux下编译K2例程,修改了很多错误,最后在生成.out文件的时候出现如下错误:
undefined first referenced
symbol in file
--------- ----------------
_mfence ./src/K2_Navigator_init_drv.obj
编译时存在如下警告:
warning #225-D: function "_mfence" declared implicitly
请问,如何处理?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在Linux下编译K2例程,修改了很多错误,最后在生成.out文件的时候出现如下错误:
undefined first referenced
symbol in file
--------- ----------------
_mfence ./src/K2_Navigator_init_drv.obj
编译时存在如下警告:
warning #225-D: function "_mfence" declared implicitly
请问,如何处理?