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]

Re: where do I get these lib/nof/* files?


David Wuertele wrote:
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?

You don't need those files unless you have a CPU that doesn't support floating point (and even then, they might be somewhere else; that path is right for how the ppc405 is set up).

Thanks for the bug report, I'll fix the problem mo betta in the next release.
- Dan

------
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]