class="markdown_views prism-github-gist">
简介
嵌入式linux中运行qt程序提示下面的错误,
This application failed to start because it could not find or load the Qt platform plugin linuxfb
in /usr/plugins/.
原...
我们知道,在PC机Linux上,安装开源软件,一般来讲,大多是如下几个步骤就搞定了。
tar -xzf open_source_software.tar.gz
cd open_source_software
./configure
make
make install
但是,如果要将开源软件移植到嵌入式Linux...
移植mtd-utils工具包--使用教程
关于mtd-utils的移植,在Ubuntu Server 10.04平台上交叉编译,移植到嵌入式Linux,经过实践,以下是交叉编译的正确步骤,不保证在其他环境中能正确运行,以下是编译环境:
build: Ubuntu Server 10.04
host: ...
移植mtd-utils工具包--使用教程
关于mtd-utils的移植,在Ubuntu Server 10.04平台上交叉编译,移植到嵌入式Linux,经过实践,以下是交叉编译的正确步骤,不保证在其他环境中能正确运行,以下是编译环境:
build: Ubuntu Server 10.04
host: ...