Hello,
I also tried to build qt5, but still ran into error
"
g++ -c -include .pch/Qt5Location -pipe -O3 -std=c++1z -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -Wextra -Wvla -Wdate-time -Wshift-overflow=2 -Wduplicated-cond -Wno-stringop-overflow -D_REENTRANT -fPIC -DQT_NO_LINK …5.14.0/qtbase/include/QtCore -I.moc -isystem /usr/include/libdrm -I/home/chang/works/qt-everywhere-src-5.14.0/qtbase/mkspecs/linux-g++ -o .obj/qgeomaneuver.o maps/qgeomaneuver.cpp
g++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
Makefile:26567: recipe for target ‘.obj/qgeomaneuver.o’ failed
how did you install qt5 on your nano? Her is my environment,
$ g++ --version
g++ (Ubuntu/Linaro 7.4.0-1ubuntu1~18.04.1) 7.4.0
I am trying to build qt5.14.0.
thanks!
Chang