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?


i don't think you need those files, unless your target cpu doesn't have a floating point unit, i think you need to pass "--without-fp" to glibc configure script, and when you build and install it, it should create lib/nof directory with the relevant files.



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