Robert, I should have referenced Chapter 5.9 and not Ch6. It would appear that the sed command to disable the execution of fixincludes failed to work as expected on our builds. I am currently completing another uClibc build on the same machine and am making some notes on the build process which I will publish here.
Regards, Brian. Brian Cheeseman wrote: > Robert, > The problem was that during the installation of the cocoon-toolchain, > the GCC makefile ran fixincludes to correct what it believes to be > erroneous include files. On our systems the stdio.h file was flagged and > fixed by this script (I will post a diff for you of this one after > another build if that helps). This "fixing" caused the definition of > "EOF" along with many others such as STDIN, STDOUT, etc to be removed so > that the compiler was no longer able to see them. By cleaning up these > fixed headers, GCC was then able to see the defines. > > I am open to other possible fixes to correct the problem, but in my > situation and Robs' install fixinc when run in chapter 6 (undocumented) > corrected the setup of the compiler allowing the continuation of the > build process. > > Regards, > Brian. > > > Robert Connolly wrote: > >> I don't understand what you guys did. We should be using fixinc in chap6? >> >> robert >> >> -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
