I am using RSE to connect to a Linux RDT server. I connect through SOCKS (SSH tunneling from another machine) but that's not the issue, because I have the same problem when I connect directly (when I am in the same LAN).
The settings are pretty straightforward, and I can connect to the remote project and save files.
However, when I try to build I have:
Error: Program "rm" not found in PATH
Needless to say, the environment variable PATH is defined and yes, it points to /bin among others.
Anyone can guess what's the problem here?
After that, I have a can not clean programmatically: build workspace path is not specified message.
Why don't you simple use absolute pathname? /bin/rm
also ' ' (spaces) in PATH could give you problems.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With