> I tried to compile a simple Hello World by "ex main.e -o m" and got
> the following error-
>
> Permission denied: /bin/ec
> @libcore.3.so_Process.start_wait(native)
> @libcoree.3.so:exec_wait(+9)
> @main(+580)
>
> I am using the latest build of Alchemy on Nokia 2690 (s40v3) and have
> installed Alchemy in RMS.
Thanks for reporting that! It is a bug in the new installer, I simply
forgot to give executable permissions for two links installer creates.
Please, open terminal and execute the following command:
chmod +x /bin/ec /bin/el
That should fix it.