您好,我按照git上的提示步骤,进行至modle level ification步骤,在tcl文件夹下运行make时,程序运行到csim_design时,因无法找到stdio.h文件,导致vitis_hls程序运行中止。
- 请问这种情况应该如何解决呢?
- 请问xkISP开源项目使用的vitis hls具体是哪个版本?
错误代码如下:
INFO: [SIM 211-4] CSIM will launch GCC as the compiler.
make[1]: Entering directory '/home/a/work/xkISP-main/tcl/lsc/lsc/csim/build'
Compiling ../../../../../tb/tb_lsc.cpp in debug mode
make[1]: Leaving directory '/home/a/work/xkISP-main/tcl/lsc/lsc/csim/build'
In file included from ../../../../../tb/../src/lsc.h:4:0,
from ../../../../../tb/tb_lsc.cpp:1:
../../../../../tb/../src/top.h:4:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.