This is the mail archive of the crossgcc@sources.redhat.com 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] | |
Well, I downloaded and tested crosstool-0.26, but I get the exact same
error when it tries to execute
cp -af ${SYSROOT}/lib/nof/*.so* ${SYSROOT}/lib
I patched this to replace it with
if [ -d ${SYSROOT}/lib/nof ]
then
cp -af ${SYSROOT}/lib/nof/*.so* ${SYSROOT}/lib
fi
And now my build will finally progress past this point.
Doesn't anyone else have this problem? Where the heck do I get the
lib/nof/* files?
Thanks,
Dave
------
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] |