Forum Replies Created
-
AuthorPosts
-
rebensteinParticipant
Hi…
I have a very similar problem with QT5. I upgraded to your 4.3r3 version as per above and tried everything from scratch. When synchronizing the folders, I selected all. The verification fails with not finding libGLESv2 which from going through a manually painstaking task on the previous version turn out that it’s looking for libGLESv2.so.2 and not finding it because, only so.1 is created by the QT5 install. I create a copy in the SysGc folder and it linked fine but when trying to debug, it would not even break on the entry to main.
Prior to upgrading, I was having a problem building in which uic when trying to create uic_MainWindow.h could not find the file, it appears the current working directory is not set. After upgrading to your R3 release,I am experiencing the same problem. As per below:
Tool arguments: -Wl,–start-group “C:\Users\rebenstein.Home\AppData\Local\Temp\/VisualGDB_ToolchainTestProgram.o” -o “C:\Users\rebenstein.Home\AppData\Local\Temp\/VisualGDB_ToolchainTestProgram” -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -IC:/sysgcc/raspberry/arm-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/arm-linux-gnueabihf -I. -Ic:/sysgcc/raspberry/arm-linux-gnueabihf/sysroot/usr/include/arm-linux-gnueabihf/qt5 -Ic:/sysgcc/raspberry/arm-linux-gnueabihf/sysroot/usr/include/arm-linux-gnueabihf/qt5/QtWidgets -Ic:/sysgcc/raspberry/arm-linux-gnueabihf/sysroot/usr/include/arm-linux-gnueabihf/qt5/QtGui -Ic:/sysgcc/raspberry/arm-linux-gnueabihf/sysroot/usr/include/arm-linux-gnueabihf/qt5/QtCore -IDebug -Lc:/sysgcc/raspberry/arm-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf -lQt5Widgets -L/opt/vc/lib -L/usr/lib/arm-linux-gnueabihf -lQt5Gui -lQt5Core -lGLESv2 -lpthread -pipe -Wno-psabi -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -pipe -Wno-psabi -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -Wl,-O1 -Wl,–end-group
c:/sysgcc/raspberry/bin/../lib/gcc/arm-linux-gnueabihf/4.6/../../../../arm-linux-gnueabihf/bin/ld.exe: cannot find -lGLESv2
collect2: ld returned 1 exit statusI would really like to use VisaulGDB but, if it cannot work with QT5, its value is greatly diminished.
Thanks,
Ron
-
AuthorPosts