This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM Development Studio 2020.1 does not build when Git installed

Hi. I am using the ARM Development Studio IDE 2020.1 FPGA edition on Windows 10. 

I am trying to compile using armclang and a custom made makefile. Last week I was able to compile my project without any issue. However, after reinstalling Git I get the following error:

It seems to me that is is trying to use a different bash that can't run armclang for compilation

So I uninstalled Git and the error went away. I assumed it was my PATH variable had an issue, but I checked taking out all git references from the PATH variable and that didn't solve it. So I then tried uninstalling Git and ARM Development studio and reinstalling everything as a clean version, but it didn't solve it either

Any idea what could be causing this?

0