Hello everyone,
The code generated without the "abi" option (git master) shouldn't have this:
void model_name::set_prog_args(){
ISA.syscall.set_prog_args(argc, argv);
}
Right? Commenting the call to ISA.syscall.set_prog_args is a dirty and temporary solution I found, at least compiles.
Can you guys confirm this please?
Thanks.