I've built a toolchain for a power pc processor using crosstool-NG
. Crosstool-NG
automatically downloads the required sources from kernel.org to compile the toolchain.
Now I want to compile a Linux
distro for the system and thought, using buildroot
would be the easiest way to go about that. So I configured buildroot
to use my existing cross toolchain but upon executing make
, it complains:
>>> toolchain-external Configuring
Incorrect selection of kernel headers: expected 2.6.x, got 4.3.x
is there anyway I can use buildroot with this toolchain at all or do I neec to wait until buildroot
catches up with thir kernel version?
EDIT1
on selection of kernel hheaders 4.3.x, I got this error:
>>> toolchain-external Configuring
Incorrect selection of gcc version: expected 4.3.x, got 5.2.0
and the higest version number menuconfig lets me select is 4.8.x