Sysprogs forums › Forums › VisualGDB › Binary Output Path › Reply To: Binary Output Path
January 12, 2016 at 12:36
#7463
Participant
Thanks, Bazis.
Just to note that this doesn’t work for shared .so libraries when using the cross-compiler. The relative path is somehow encoded with the library file and is used on the execution machine (and hence the library not found).
I would appreciate an example of doing this via the Makefile. In what circumstances would any changes to the Makefile be overwritten by VGDB?