- Code: Select all
a=rho*a(-1)+sigma_a*e;
sigma_a=(1-rho_z)*sigma_ss+rho_z*sigma_a(-1)+kappa_a*u;
After specifying the dll option in the 'model' block, I was asked to choose a compiler:
- Code: Select all
Select a compiler:
[1] Lcc-win32 C 2.4.1 in I:\w5\MATLAB~3\sys\lcc
[0] None
I chose 1 (btw, what is the difference?). As a result, I get this error (and it seems I cannot change to 'None' anymore):
- Code: Select all
Error time_var_dynamic.c: 1058 expression too complicated
Error time_var_dynamic.c: 1058 expression too complicated
Error time_var_dynamic.c: 1058 expression too complicated
Error time_var_dynamic.c: 1058 expression too complicated
Error time_var_dynamic.c: 1058 expression too complicated
5 errors, 0 warnings
I:\W5\MATLAB~3\BIN\MEX.PL: Error: Compile of 'time_var_dynamic.c' failed.
??? Error using ==> mex at 221
Unable to complete successfully.
Error in ==> time_var at 71
eval('mex -O PRELINK_CMDS1="echo EXPORTS > mex.def & echo
mexFunction >> mex.def & echo Dynamic >> mex.def"
time_var_dynamic.c')
Error in ==> dynare at 132
evalin('base',fname) ;
The same happens with the code posted here (viewtopic.php?f=1&t=2829) by MichelJuillard.
I attach my code.
Could anyone please help? Thanks!
Ciao,
RT