K
K
Konstantin Malyarov2018-12-08 22:37:44
linux
Konstantin Malyarov, 2018-12-08 22:37:44

Why is the program not found?

5c0c1d778be6a925264833.png
What is the reason?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
F
Fixid, 2018-12-08
@Konstantin18ko

./balong_flash
./shows what to run from the current directory.
If it doesn't start, thenchmod +x balong_flash

A
Alexander, 2018-12-08
@alexr64

What is the reason?

On linux (and other *nix* most likely) the current directory is not included in the search path for executable files so as not to cause trouble.
Specify the path through ./(0 directories above) forcibly, or the full path from the root, or transfer/copy the binary to any directory included in $PATH.

M
Maxim Litvinov, 2018-12-08
@Max-GopheR

Judging by the extension, this is source code written in C. Try compiling it with gcc

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question