Qtonpi doesn’t built with Raspberry Pi and Ubuntu 8.0.4
-
Hello forum,
I have the problem to successfully setup the Raspberry Pi with my Ubuntu 8.0.4 system (laptop).
Used the instructions in http://qt-project.org/wiki/Create. SD-card image on Pi works.QT setup works fine but the step 8 in "Hello QtonPi! " generates an error "main.o not generated" because
GLIBC 2.11 is missing. Ubuntu 8.0.4 has GLIBC2.7 installed.How can I install the missing libraries? Is the e a self-extracting binary file?
Thanks all,
Micha. -
my experience is too limited on linux to be of help on this issue.
However, "Google, Bing and the others":http://www.gnu.org/software/libc/download.html are your best friends then. Personally I would assume you have better chances to expect some help from concerning building the glibc if you have to. -
Update your distribution. Glibc is the basis for almost every application in your distribution, so the only reliable way to update it is to update the distribution where everything is then tested with the new glibc.
If you do not want to update your linux: Rebuild Qt Creator, Qt, etc. using your old distribution. That way you get binaries that are compatible with your system.