3
votes

I am trying to build my own rootfile system for RPI using buildroot. I am new to buildroot.

I have downloaded following cross compiler folder from git :--
https://github.com/raspberrypi/tools/tree/master/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian
as mentioned in this link :--
http://hertaville.com/2012/09/28/development-environment-raspberry-pi-cross-compiler/

How i will come to know what is the kernel header is used by above cross compiler ?

My installer GCC compiler is :--
arm-linux-gnueabihf-gcc

crosscompiler is downloaded from git at following location:--
~/home/gcc-linaro-arm-linux-gnueabihf-raspbian

Please suggest what value to fill here for toolchain selection :--

Toolchain type : External toolchain
Toolchain : Custom toolchain
Toolchain origin : Pre-installed toolchain
Toolchain path : ?
Toolchain prefix : ?
external Toolchain kernel header series : ?
external toolchain c library : ?
1

1 Answers

0
votes

Mention the path of the cross compiler

Also mention the prefix. Since you are using arm-linux-gnueabihf-gcc your prefix is arm-linux-gnueabihf

external toolchain library : eglibc