Is there something special about having a file named kernels.h?
I removed all references to kernels.h from the code I'm running because I used a differently named header file, but I’m still getting this error:
vsi_sw: In file included from /proj/DSSoC/PLAID/app1_STAP/stap_acap/vsi/substitution_baseline/vsi_auto_gen/sw/system_1/versal_aie/src/main_versal_aie.cxx:9:0:
vsi_sw: /proj/DSSoC/PLAID/app1_STAP/stap_acap/vsi/substitution_baseline/vsi_auto_gen/sw/system_1/versal_aie/src/versal_aie.cxx:6:21: fatal error: kernels.h: No such file or directory
vsi_sw: #include "kernels.h"
vsi_sw: ^
vsi_sw: compilation terminated.
It’s almost like the tool is hardcoded somewhere to look for a file named kernels.h.
Is there something special about having a file named kernels.h?
I removed all references to kernels.h from the code I'm running because I used a differently named header file, but I’m still getting this error:
vsi_sw: In file included from /proj/DSSoC/PLAID/app1_STAP/stap_acap/vsi/substitution_baseline/vsi_auto_gen/sw/system_1/versal_aie/src/main_versal_aie.cxx:9:0:
vsi_sw: /proj/DSSoC/PLAID/app1_STAP/stap_acap/vsi/substitution_baseline/vsi_auto_gen/sw/system_1/versal_aie/src/versal_aie.cxx:6:21: fatal error: kernels.h: No such file or directory
vsi_sw: #include "kernels.h"
vsi_sw: ^
vsi_sw: compilation terminated.
It’s almost like the tool is hardcoded somewhere to look for a file named kernels.h.