Dynare 4.5.4 in Matlab 2021a

Dear DYNARE Forum members,
I have a problem to replicate code of model tuning only with Dynare version 4.5.4 but this version does not work in Matlab version R2021a, I am using macOS Monterey version (MacBook Air with M1 chip). Can some one help me on that. Thank you in advance.
Best regards

message I get is:

addpath (‘/Applications/Dynare/4.5.4/matlab’)
dynare
Not enough input arguments.

Error in dynare (line 36)
if strcmpi(fname,‘help’)

It seems you called Dynare without the name of a mod-file.

Thank you very much for your answer sir
the problem sir is that the model just runs with version 4.5.4, but I don’t know how to make the model run with version 5.0
message I get is:

addpath (‘/Applications/Dynare/5.0/matlab’)
dynare covidmacro
Starting Dynare (version 5.0).
Calling Dynare with arguments: none
Starting preprocessing of the model file …
ERROR: eps_lock not used in model block. To bypass this error, use the nostrict option. This may lead to crashes or unexpected behavior.
Error using dynare (line 269)
Dynare: preprocessing failed

The message is very explicit. You could invoke

dynare covidmacro nostrict

no sir the problem is in the installation setup of version 4.5.4 which does not work anymore

You did not provide the error message for that.

message I get is:

dynare covidmacro nostrict
Using 64-bit preprocessor
Starting Dynare (version 4.6.1).
Calling Dynare with arguments: nostrict
Starting preprocessing of the model file …
WARNING: eps_lock not used in model block, removed by nostrict command-line option
Found 56 equation(s).
Evaluating expressions…done
Computing static model derivatives (order 1).
Computing dynamic model derivatives (order 1).
Processing outputs …
done
Preprocessing completed.
Error using covidmacro_steadystate
Too many input arguments.
Error in evaluate_steady_state_file (line 49)
[ys,params1,check] = h_steadystate(ys_init, exo_ss,M,options);
Error in evaluate_steady_state (line 210)
[ys,params,info] = evaluate_steady_state_file(ys_init,exo_ss,M,
options,steadystate_check_flag);
Error in model_diagnostics (line 74)
[dr.ys,M.params,check1]=evaluate_steady_state(oo.steady_state,M,options,oo,options.steadystate.nocheck);
Error in covidmacro.driver (line 630)
model_diagnostics(M_,options_,oo_);
Error in dynare (line 293)
evalin(‘base’,[fname ‘.driver’]) ;

See Code not working after updating Dynare to 4.6.0