Skip to content

Build run with errors, but errors what? #512

Answered by SpartanJ
groggily asked this question in Q&A
Discussion options

You must be logged in to vote

I think it can't see the compiler binary.

I just added a warning for this case, there was a warning for an invalid working dir but not for not finding the binary.

But why?

If you're not using an absolute path, there are two possible reasons I can think of:

  • Binary is not in PATH.
  • You're using arguments in the command parameter.

I even used absolute path to the compiler binary. It still tell me the same error message.

There are few possible reasons if you're using an absolute path, all I can think of is:

  • Incorrect absolute path
  • You're using arguments in the command parameter.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@groggily
Comment options

@groggily
Comment options

Answer selected by groggily
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants