/home/jing/wzx/XRT/src/runtime_src/ert/scheduler/scheduler.cpp: In function 'bool ert::cu_stat(ert::size_type)':
<command-line>: error: unable to find numeric literal operator 'operator""x'
/home/jing/wzx/XRT/src/runtime_src/ert/scheduler/scheduler.cpp:918:47: note: in expansion of macro 'ERT_VERSION'
918 | write_reg(slot.slot_addr + (pkt_idx++ << 2),ERT_VERSION);
| ^~~~~~~~~~~
ERT_VERSION
#define ERT_VERSION 0
解决方案:
在源码中将ERT_VERSION替换为0