Open gowrirengu opened 1 year ago
Please check the runtime mode of MiniGUI you configured. If it is MiniGUI-Processes, mginit
is a must. Otherwise, there is no need to use mginit
, and the build-system will not generate mginit
.
See https://github.com/VincentWei/minigui-docs/blob/master/MiniGUI-Overview.md#the-runtime-modes-of-minigui for more information.
Hi Team, We have tried cross compiling the minigui for mips architecture. In the cross-build we are not able to get the mginit binary. As we understood minigui will run as server and client, from the sample we seen that mginit is running as server and helloworld is client. But in the cross compilation we got only helloworld binary, we didn't get the mginit binary. Could you please help us why the mginit is not generated for cross build platform. Do we need mginit binary for cross platform?