View previous topic :: View next topic |
Author |
Message |
hippie n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Mar 2004 Posts: 41
|
Posted: Fri Dec 29, 2006 10:24 pm Post subject: vanilla-sources 2.6.17 make error [Solved] |
|
|
I'm trying to compile a kernel for my via-epia on a my athlon. I've set up a base system and chroot to it and made ROOT=/epia emerge baselayout uclibc. Now I have emerge vanilla-sources 2.6.17 and configured it. My problem turns up when I do run make when I get the error
Code: | /bin/sh: -c: line 0: syntax error near unexpected token '('
/bin/sh: -c: line 0: set -e: echo ' CHK include/linux/version.h.'; mkdir -d include/linux/; ...
i've cut some code here...; mv -f include/linux/version.h.tmp include/linux/version.h;fi'
make: *** [include /linux/version.h] Error 2
|
What have I missed?
Last edited by hippie on Fri Dec 29, 2006 11:16 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hippie n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Mar 2004 Posts: 41
|
Posted: Fri Dec 29, 2006 11:15 pm Post subject: |
|
|
This was the missing parts
Code: | mount --bind /dev /mnt/gentoo_uclibc/dev
mount -t proc proc /mnt/gentoo_uclibc/proc |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|