I am trying to follow the manual to build the linux kernal.
My first problem is I cant checkot linux from the repository. I get the error:
error: pathspec 'sd-linux/3.14' did not match any file(s) known to git.
Then when I attempt to compile the scripts I get:
./scripts/gcc-version.sh: line 26: arm-linux-gnueabi-gcc: command not found
./scripts/gcc-version.sh: line 27: arm-linux-gnueabi-gcc: command not found
make: arm-linux-gnueabi-gcc: Command not found
make: arm-linux-gnueabi-gcc: Command not found
I am aware this is probably an environment problem. I have tried to add SDK to the path but i still get these messages.
Any help?
My first problem is I cant checkot linux from the repository. I get the error:
error: pathspec 'sd-linux/3.14' did not match any file(s) known to git.
Then when I attempt to compile the scripts I get:
./scripts/gcc-version.sh: line 26: arm-linux-gnueabi-gcc: command not found
./scripts/gcc-version.sh: line 27: arm-linux-gnueabi-gcc: command not found
make: arm-linux-gnueabi-gcc: Command not found
make: arm-linux-gnueabi-gcc: Command not found
I am aware this is probably an environment problem. I have tried to add SDK to the path but i still get these messages.
Any help?