You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: