[email protected]:/data # ls -l lcd
-rwxrwxrwx root root 8060 2013-01-16 13:57 lcd
[email protected]:/data # ./lcd
/system/bin/sh: ./lcd: No such file or directory
[email protected]:/data #
lcd是我生成的一个可执行文件,我执行它的时候居然找不到。
------解决方案--------------------
open("/dev/fb0", O_RDWR) = -1 ENOENT (No such file or directory)
ioctl(-1, 0x4600, 0xbedd49a4) = -1 EBADF (Bad file number)
没有/dev/fb0?
/dev/graphics/fb0 呢?