This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is anyone testing for a (cross-) target (board) with dynlinking?
- From: Robin Getz <rgetz at blackfin dot uclinux dot org>
- To: gcc at gcc dot gnu dot org
- Cc: "Hans-Peter Nilsson" <hans-peter dot nilsson at axis dot com>, iant at google dot com, froydnj at codesourcery dot com
- Date: Sun, 17 Feb 2008 09:31:14 -0500
- Subject: Re: Is anyone testing for a (cross-) target (board) with dynlinking?
- References: <200802121847.m1CIlxla005409@ignucius.se.axis.com>
On Tue 12 Feb 2008 13:47, Hans-Peter Nilsson pondered:
> > From: Ian Lance Taylor <iant@google.com>
> > Date: 12 Feb 2008 07:48:51 -0800
>
> Thanks to all. I no longer think there's anything that needs
> fixing in the gcc testsuite regarding copying of libraries or in
> particular libgcc_s.so.1; I just need my baseboard-file to copy
> over every *.so* from ld_library_path or make them otherwise
> accessible. It seems dejagnu deliberately leaves this to the
> target, as it's not done for any other library either, and
> ld_library_path is the blessed variable (no, not in the dejagnu
> *documentation*; just used in the dejagnu sources with the same
> use as in gcc. ;)
This is what we do when we test via rsh/rcp on the Blackfin.
(bfin-linux-uclibc-xxxx )
Have a peek at out our large shell script which builds and optionally tests
everything.
http://blackfin.uclinux.org/gf/project/toolchain/scmsvn/?action=browse&path=%2Ftrunk%2Fbuildscript%2FBuildToolChain&annotate=2175
What you are looking for is around lines 1354-1427 (prepare_target())
-Robin