I have compiled both castalia 3.3 with its modified version adapted to omnet 5.3 and everything was right but when running simulation using command line
/Castalia/Simulations/radioTest$ ../../bin/Castalia -c General
I got this error:
bash: ../../bin/Castalia : Permission denied
I added the path to .bashrc and .profile in ubuntu
export PATH=$PATH:/home/usr/../Castalia/bin
but still got the same error
How can I solve this problem ?