Hello
I'm trying to compile the kernel 3.5 for the cubox. The default kernel doesn't come with TUN enabled.
Packages:
core/linux-cubox 3.5.0-1
core/linux-headers-cubox 3.5.0-1
Sources from git not modified. Just a configuration option changed.
Steps I've taken (all executed on the Cubox, with ssh)
1) I've got PKGBUILDs / core / linux-cubox using git clone;
2) I've run makepkg -s on the core / linux-cubox / dirrectory
3) Using the nmenuconfig option, I've selected Y for network ->drivers -> TUN
4) The compilation starts well, but fails with:
$this->bbcode_second_pass_code('', '
...
CC mm/slub.o
CC mm/memcontrol.o
mm/memcontrol.c: In function ‘__mem_cgroup_try_charge.constprop.47’:
mm/memcontrol.c:2379:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See https://bugs.archlinux.org/ for instructions.
make[1]: ** [mm/memcontrol.o] Error 1
make: ** [mm] Error 2
==> ERROR: build() failed
Aborting
')
I have also tried to compile rabeh's kernel and the previous version of the kernel. All segfaulted somewhere. I have an external SATA HD with plenty of space. I've followed the Archlinux installation from the instructions. The filesystem is ext4 fr the HD.
I'm not using distcc (because I'm kind of new to the ARM world).
So, do you guys have any ideas?
PS-> They didn't accept this report as a bug report, so Do you think it might be something missing in my configuration? I can compile other things, there are no complaints of missing things and the error is not in the source that it is being compiled...