Tool/software: TI C/C++ Compiler
Hello,
I am trying to build the cleanflight code base in Java but i am getting an error message as below,
15:55:17 **** Incremental Build of configuration Default for project cleanflight ****
TARGET = NAZE DEBUG = GDB
Cannot run program "": Launching failed
Error: Program "" not found in PATH
PATH=[C:\Program Files\GNU ARM Eclipse\Build Tools\2.8-201611221915\bin;C:/Program Files/Java/jre1.8.0_131/bin/server;C:/Program Files/Java/jre1.8.0_131/bin;C:/Program Files/Java/jre1.8.0_131/lib/amd64;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\eclipse;C:\MinGW\msys\1.0\bin]
15:55:19 Build Finished (took 2s.202ms)
P.S. I added the path of the bin folder in the Environment Variable.