Google map navigation GUI on Raspberry Pi 4
-
Hello Everyone,
I want to implement google map navigation GUI on Raspberry Pi.
Here I have some options which are known and having expertise to me for implementation like:
- Python with Qt
- CPP with Qt
- Python with Tkinter or any other GUI support library
I have googled some of those and run example codes in windows 10 for understanding its performance, but even if on windows 10 having 32 GB RAM(edited), on running code it showing LLVM out of memory.
So I didn't understand how I can start with this?
Please provide your suggestions.
Thanks.
-
Hello Everyone,
I want to implement google map navigation GUI on Raspberry Pi.
Here I have some options which are known and having expertise to me for implementation like:
- Python with Qt
- CPP with Qt
- Python with Tkinter or any other GUI support library
I have googled some of those and run example codes in windows 10 for understanding its performance, but even if on windows 10 having 32 GB RAM(edited), on running code it showing LLVM out of memory.
So I didn't understand how I can start with this?
Please provide your suggestions.
Thanks.
@npatil15 said in Google map navigation GUI on Raspberry Pi 4:
but even if on windows 10 having 32 GB hard disk, on running code it showing LLVM out of memory.
I don't think it is about your hard disk, it is RAM. Or do you mean RAM instead of "hard disk"?
Do you get this error when compiling project?
Why do you use LLVM?
Which Qt version? -
Sorry its typing mistake, its RAM actually.
QT details:
Qt Creator 4.5.0
Based on Qt 5.9.4 (MSVC 2015, 32 bit)And I dont know about LLVM, where we select it to use it?
-
Qt version: 5.9.4
Tried examples like, mapviewer, logfilepositionsource, places_map
Compiler: Qt 5.9.4 MSVC2015 64 bit, also tried MSVC2017 64 bit -
As soon as I click run, it waits and gives LLVM error.
And the latest Qt version is 5.15, but if the version looks issue then I can try with a new one.@npatil15 said in Google map navigation GUI on Raspberry Pi 4:
As soon as I click run, it waits and gives LLVM error.
But does the project build or not?