Error message while tryong to run my model

Starting Dynare (version 5.5-x86_64).
Calling Dynare with arguments: noclearall
Starting preprocessing of the model file …
ERROR: : line 1, cols 1-0: syntax error, unexpected end of file

Error using dynare
Dynare: preprocessing failed

Error in Calibration (line 333)
dynare Calibration_IA_Tax_GT1_Scenario2_Model.mod noclearall;

Does any one have any idea why i am getting this error?

I have this in my first line:strong text

clear all
clc

addpath /Applications/Dynare/5.5-x86_64/matlab

All lines need to end with a semicolon. But more importantly,
clear all
does not belong in a mod-file.