Forum Replies Created
-
AuthorPosts
-
June 30, 2017 at 12:33 in reply to: Visual GDB error with shared librarys from remote machine #11627JodoParticipant
An Update, it seemed to be a problem of the target system. I set up a fresh target system and put everything back together (basically the same as before) and now it works again. What bugs me so is, that I am not sure what the issue was with the old system…
June 30, 2017 at 07:38 in reply to: Visual GDB error with shared librarys from remote machine #11626JodoParticipantI don’t have any “Custom Debug Steps” Categorie. The one closest would be “Additional GDB Commands”? This is empty.
June 28, 2017 at 09:13 in reply to: Visual GDB error with shared librarys from remote machine #11602JodoParticipantYes I get it in the GDBServer Windows (VisualGDB Programm Output). I uploaded both outputs Programm and Luncher to dropbox:
https://www.dropbox.com/s/72xh7p5bh70ejw8/visualgdb%20launcher%20output.JPG?dl=0
https://www.dropbox.com/s/fj0bdyoif0rk1yz/visualgdb%20program%20output.JPG?dl=0
June 26, 2017 at 12:21 in reply to: Visual GDB error with shared librarys from remote machine #11577JodoParticipantIt seems like that is not the issue. Here is my Debug Settings Page: https://www.dropbox.com/s/ksv56yj717b8byd/config_debug.JPG?dl=0
JodoParticipantUPDATE: Upgrading from Ubuntu 15.10 to 16.04 fixes the Problem.
September 21, 2016 at 09:11 in reply to: Visual GDB Crosscompile Lib for Raspi, Header not found in /opt folder #9103JodoParticipantJust for info: I can confirm that it is working with this version. Thanks
September 16, 2016 at 08:48 in reply to: Visual GDB Crosscompile Lib for Raspi, Header not found in /opt folder #9071JodoParticipantNot sure what you mean by command line. The include path only appears when the -v flag is set. I uploaded the Visual Studio Output (with verbose flags being set) and some images about my CMake Project settings to dropbox:
https://www.dropbox.com/sh/ieux9ef65gzjgep/AAAxKm4hMLBJ7Wowe1XtwVJDa?dl=0
September 15, 2016 at 07:51 in reply to: Visual GDB Crosscompile Lib for Raspi, Header not found in /opt folder #9067JodoParticipantOkay, the adding -v to CFLAGS & CXXFLAGS helped clear things up. Visual GDB makes this
=/opt/libName/include
to this:
C:/root-directory-of-application/=/opt/libName/include
where as it should use this directory:
C:/SysGCC/raspberry/arm-linux-gnueabihf/sysroot/opt/libName/include.I had to manually put this in, because when I use the Configuration UI, use the Edit Directory button and move to the the inlude folder inside the SysGCC directory it automaticly puts =/opt/libName/include into the Include directories field. Maybe something worth looking into.
-
AuthorPosts