Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: lovelypp on September 26, 2020, 10:17:58 AM
-
i want to develop a qt app on raspberry on piCore. can it support , thanks!
-
You would have to build qt first...
-
there maybe a lot of work to do to support running qt gui app. I don't know if anyone has succeeded tried it.
I see there are qt stuffs on x86 release of tinylinux.
-
qt is large and bloated and thus not really suited to tinycore, never mind piCore - this being said, it probably can be built for piCore.
piCore has gtk3 - is there an equivalent to your qt app that runs on gtk3?
-
Juanito I need to port my app runs on CentOs before which use qt, boost, log4cplus and zeromq
-
A boost extension exists for piCore-11.x, but you'll need to compile the others.
-
failed when compile log4cplus, because the gcc toolset does not support c++11.
-
Hi lovelypp
Did you try adding this to CXXFLAGS:
-std=c++11