This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On 12/6/05, Mark Jessee <mjessee04@gmail.com> wrote:
> > I already gave you two tips:
> > 1) copy every shared library to /lib
> > 2) see mkjail.sh for an example of how I did it once
> > Have you tried following either hint?
>
> Yes I've tried these but didn't get very far. There doesn't appear to
> be any libraries (*.so) in /opt/crosstool. Nor can I find any file by
> the name of libc*.so* in the crosstool build directory.
You must not have been looking properly; there are oodles:
$ pwd
/opt/crosstool
$ find sh3-unknown-linux-gnu/gcc-3.4.0-glibc-2.3.2 -name '*.so*' | wc
253 253 22046
- Dan
--
Why won't Johnny run Linux? See http://kegel.com/linux/comfort
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |