Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mginit for cross-build #112

Open
gowrirengu opened this issue Jan 23, 2023 · 1 comment
Open

Mginit for cross-build #112

gowrirengu opened this issue Jan 23, 2023 · 1 comment

Comments

@gowrirengu
Copy link

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?

@VincentWei
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants