4

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 : ?
asked Aug 31, 2015 at 10:58

1 Answer 1

0

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

answered Aug 31, 2015 at 11:17
Sign up to request clarification or add additional context in comments.

7 Comments

Path of cross compiler :-- /home/katoch/gcc-linaro-arm-linux-gnueabihf-raspbian/bin .. so you mean to say this i should put as the path... ?
what about toolchain kernel header series & toolchain c library ?
kernel header series should be the one you are using in your pc example 3.11.x
You mean to say ... Of my crosscompiler ?
Kernel headers series should definitely NOT be the one you are using on your PC. It should be the version of the kernel that is used in the cross-compiler.
|

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.