Reply To: Binary Output Path

Sysprogs forums Forums VisualGDB Binary Output Path Reply To: Binary Output Path

#7463
pedley
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?