in the function cospike_set_sysinfo_wrapper I assumed the parameters are matched the parameters that spike require. So, I set the bootrom as /absolute/path/dhrystone.riscv as an executable file. However, the lines below giving error. I thought I shouldn't set the file path for the bootrom. but I couldn't understand what should I set it to.
while (ss >> s) {
info->bootrom.push_back(std::stoi(s));
}