Re: Testing and dynamic linking on remote target

2015-07-10 Thread Szabolcs Nagy
On 09/07/15 16:56, David Talmage wrote: > I'm looking for a way to specify the LD_LIBRARY_PATH or LD_PRELOAD on the > target system when running one of the DejaGNU test suites. I'm testing a gcc > cross-compiler on a development board. I can't replace existing versions of > libraries under test

Testing and dynamic linking on remote target

2015-07-09 Thread David Talmage
I'm looking for a way to specify the LD_LIBRARY_PATH or LD_PRELOAD on the target system when running one of the DejaGNU test suites. I'm testing a gcc cross-compiler on a development board. I can't replace existing versions of libraries under test because other people are using the development