1.安装libc
什么是libc,这里贴一个gnu官方的解释 Any Unix-like operating system needs a C library: the library which defines the ``system calls'' and other basic facilities such as open, malloc, printf, exit... The GNU C Library is used as the C library in the GNU system and in GNU/Linux systems, as well as many other systems that use Linux as the kernel.对于我们的意义就好像windows里面的.net组件,没装的话,各种软件报错。所以,我们要第一时间装好libc,那要怎么装?默认的opkg源里面没有libc,得自己下载。libc是比较接近底层的组件了,所以安装的时候硬件架构平台得严格匹配才能正常装好。 所以,我们得搞清楚路