Sure! Here it is!
Unrecognized function or variable 'perfect_foresight_problem'.
Error in sim1 (line 70)
[res, A] = perfect_foresight_problem(y, y0, yT, exogenousvariables, M_.params, steadystate, periods, M_, options_);
Error in perfect_foresight_solver_core (line 103)
[y, success, maxerror, iter] = sim1(y, exo_simul, steady_state, M_, options_);
Error in perfect_foresight_solver>homotopy_loop (line 357)
[endo_simul, success, maxerror, solver_iter, per_block_status] = perfect_foresight_solver_core(endo_simul, exo_simul, steady_state, exo_steady_state, M_, options_);
Error in perfect_foresight_solver (line 153)
[completed_share, endo_simul, exo_simul, steady_state, exo_steady_state, iteration, maxerror, solver_iter, per_block_status] = homotopy_loop(M_,options_,oo_,options_.simul.homotopy_max_completion_share, shareorig, endoorig, exoorig, endobase, exobase, initperiods, simperiods, lastperiods, recompute_final_steady_state, oo_.steady_state, oo_.exo_steady_state);
Error in PS2.driver (line 363)
[oo_, Simulated_time_series] = perfect_foresight_solver(M_, options_, oo_);
Error in dynare (line 308)
evalin('base',[fname '.driver']);