Ubuntu14.04 下使用 openwrt sdk,make 后提示 Checking 'gnu-find'... failed.这个 gnu-find 是哪个包?
- 0次
- 2021-07-16 13:38:29
- idczone
错误提示:
Checking 'gnu-find'... failed.
Checking 'getopt-extended'... ok.
Checking 'file'... ok.
Checking 'non-root'... ok.
Build dependency: Please install GNU find
是系统自带那个find么,我查了一下权限,貌似也没问题:
[email protected]:~$ whereis find
find: /usr/bin/find /usr/bin/X11/find /usr/share/man/man1/find.1.gz
[email protected]:~$ ls -l /usr/bin/find /usr/bin/X11/find
-rwxr-xr-x 1 root root 158404 1月 6 22:27 /usr/bin/find
-rwxr-xr-x 1 root root 158404 1月 6 22:27 /usr/bin/X11/find
问题会出在哪,,
兼容性问题,最新的SDK需要在64位的UBUNTU下才能编译