-
Notifications
You must be signed in to change notification settings - Fork 156
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
cross-compiling for mips #109
Comments
If you are doing cross building, there is no need to compile |
Hi, As per the document we have taken the arm cross build directory as a reference for our mips cross compilation. For cross compilation its seems like we have to configure as per the platform.
|
As a start, you can just build MiniGUI core library (this repo) and a "hello, world" program. You can also refer to the following document for more information: https://github.com/VincentWei/minigui-docs/blob/master/user-manual/README.md
No such demo is available. |
Hi
we are trying to cross compile minigui for MIPS architecture. So, I tried this: ./configure CC=mips-linux-gnu-gcc --prefix=/opt/mips-linux-gnu-ingenic-gcc7.2.0-glibc2.29-fp64/ --build=i386-linux --host=mips-linux-gnu --target=mips-linux-gnu configure command in all folders with the configure file. In the cell-phone-ux-demo folder, this configure command is showing "configure: error: SQLite3 is not installed! Run "sudo apt install libsqlite3-dev" to install it if you are using Ubuntu", even though Sqlite3 is installed in the system. And while trying make in other directories, where configure command ran without errors, it is showing like this
Making all in bmp
make[1]: Entering directory "/minigui/build-minigui-5.0/minigui-res/bmp"
make[1]: Nothing to be done for "all".
make[1]: Leaving directory "/minigui/build-minigui-5.0/minigui-res/bmp"
FYI, We are using Ubuntu 20.04.4 LTS version for compilation
Please correct if we are doing anything wrong since we are new to this GUI
The text was updated successfully, but these errors were encountered: