-
This is the most useless error message I have ever seen. Based on what I have experienced, I think it can't see the compiler binary. But why? I even used absolute path to the compiler binary. It still tell me the same error message. I go to the built-in terminal emulator and I could compile the program without any issues. p/s: Linux |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I just added a warning for this case, there was a warning for an invalid working dir but not for not finding the binary.
If you're not using an absolute path, there are two possible reasons I can think of:
There are few possible reasons if you're using an absolute path, all I can think of is:
|
Beta Was this translation helpful? Give feedback.
I just added a warning for this case, there was a warning for an invalid working dir but not for not finding the binary.
If you're not using an absolute path, there are two possible reasons I can think of:
PATH
.There are few possible reasons if you're using an absolute path, all I can think of is: