Perhaps your kernel source is broken?
On Wednesday, November 03, 2010 18:52:59 Kfir Lavi wrote:
> I want to create this tuple:
> crossdev -S -P -v -t --target i686-gentoo-linux-uclibc
this invocation doesnt look right ... you've specified --target twice
> The file /usr/i686-gentoo-linux-uclibc/usr/Makefile or
> /usr/i686-gentoo-linux-uclibc/usr/include/linux/version.h is missing!
> Perhaps your kernel source is broken?
>
>
> make: *** [headers] Error 1
> * ERROR: cross-i686-gentoo-linux-uclibc/uclibc-0.9.28.3-r8 failed:
>
> Ok, it says it doesn't have
> /usr/i686-gentoo-linux-uclibc/usr/include/linux/version.h, but ofcourse it
> don't, because we are just installing it for the first time?!
crossdev always installs linux-headers before the libc-headers and before the
libc. so i cant tell you why it isnt working since you havent shown the
crossdev output.
-mike
|