[Essay Miscellany] bash: no such file or directory

Author

Author: Lu Dongdong
mail: [email protected]

platform

Host: Ubuntu 16.04 64bit
card: AIO-3399J

note

content

Use the host-side code on the eclipse remote debugging download AIO-3399J, error, it can not be prompted to run /root/Camerathe file, but not able to find /root/Camerathe file.

Use Terminal to view the file is found to exist, the immediate run, or not. As follows.

root@firefly:~# ls
ADC  BH1750  Camera  DOOR-SWITCH  DS18B20  hello
root@firefly:~# ./Camera 
-bash: ./Camera: No such file or directory

Baidu search, according to the blog ubuntu 64 tips bash: no such file or directory file exists in the prompt, speculation may be using the wrong tool chain, see the next eclipse of the tool chain settings, really wrong. . .

Re-set the correct tool chain, compile, download, debug, everything is normal.


Guess you like

Origin www.cnblogs.com/drobot/p/11094155.html