Hello,
I am encountering an issue while flashing the connected EVM as you can see in the following picture of the build console, can someone help me to resolve it please?

This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am encountering an issue while flashing the connected EVM as you can see in the following picture of the build console, can someone help me to resolve it please?

I presume that as part of ...
flashing the connected EVM
... your program is built. When the link part of this build occurs, the linker discovers that the RTS library you need is not available. So, it invokes mklib to build that RTS library. For the details of this situation, please search the MSP430 compiler manual for the sub-chapter titled Library-Build Process. That is why mklib attempts to create a library in that directory. The most likely cause of the failure is that this directory does not have write permissions set. Add write permissions to this directory.
Thanks and regards,
-George
**Attention** This is a public forum