Matthew Burgess wrote:
> Glibc which provides its own copy of getline() now. The easiest way
> around this is something like:
>
> sed -i -e 's/getline/get_line/g' texk/web2c/lib/tangleboot.{c,h}
I suggest you to use the following patch to fix all errors at once:
http://svn.cross-lfs.org/svn/repos
> The dmesg you posted earlier from Centos shows that your
> system uses OHCI.
> just build with
>
> CONFIG_USB_OHCI_HCD=y
> # CONFIG_USB_UHCI_HCD is not set
>
> Andy
I tried this and it locked up even earlier. There is a config file in the boot
directory of Centos and it has both set as modul
brown wrap wrote:
> OK, I took the suggestion of make both [snip]
Perhaps you could learn what all this is about by reading
http://www.linux-usb.org/USB-guide/c122.html
HTH.
--
Randy
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
On 18/02/10 16:41, brown wrap wrote:
> OK, I took the suggestion of make both
>
>
> [r...@localhost boot]# grep CONFIG_USB_OHCI_HCD config-2.6.32.7
> CONFIG_USB_OHCI_HCD=m
> [r...@localhost boot]# grep CONFIG_USB_UHCI_HCD config-2.6.32.7
> CONFIG_USB_UHCI_HCD=m
> [r...@localhost boot]#
>
The dmes
OK, I took the suggestion of make both
[r...@localhost boot]# grep CONFIG_USB_OHCI_HCD config-2.6.32.7
CONFIG_USB_OHCI_HCD=m
[r...@localhost boot]# grep CONFIG_USB_UHCI_HCD config-2.6.32.7
CONFIG_USB_UHCI_HCD=m
[r...@localhost boot]#
http://pastebin.com/d2117ee27
I am still getting this erro
Bruce Dubbs wrote these words on 02/18/10 10:07 CST:
> Sebastien Fievet wrote:
>> Hello there,
>>
>> i run a LFS 6.2 system for quite some time now, and i 'd like to upgrade it.
>> As a matter of (natural?) laziness, i was wondering wether i could re-use
>> the static tools chain from my current 6.
Sebastien Fievet wrote:
> Hello there,
>
> i run a LFS 6.2 system for quite some time now, and i 'd like to upgrade it.
> As a matter of (natural?) laziness, i was wondering wether i could re-use
> the static tools chain from my current 6.2 system to build a more recent one?
I haven't tried it, b
Hello there,
i run a LFS 6.2 system for quite some time now, and i 'd like to upgrade it.
As a matter of (natural?) laziness, i was wondering wether i could re-use
the static tools chain from my current 6.2 system to build a more recent one?
Thanks in advance,
Seb.
--
http://linuxfromscratch.or
On Thu, 2010-02-18 at 01:31 +, Andrew Benton wrote:
> In your config you've enabled both OHCI and UHCI. Try just using just UHCI
> like so
>
> # CONFIG_USB_OHCI_HCD is not set
> CONFIG_USB_UHCI_HCD=y
>
> If that doesn't work, try with just OHCI
It's NVidia hardware, so OHCI is the one you w