交叉编译程序移植到ARM板

问题遇到的现象和发生背景

将交叉编译程序移植到ARM板上运行不成功

运行结果及报错内容

This application failed to start because it could not find or load the Qt platform plugin "eglfs"
in "".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc.

Reinstalling the application may fix this problem.

Aborted

你缺乏这些赖。你可以尝试静态编译以便移植,或者同时编译这些依赖并安装在ARM板上。