Hello!
I need to compile a Kernel Angstrom and then install it on a Beagleboard. So I must install a compiler arm-angstrom-linux-gnueabi-gcc and make a makefile to compile the kernel.
But when I try it the terminal give me an error message: "make: arm-angstrom-linux-gnueabi-gcc: command not found".
arm-angstrom-linux-gnueabi-gcc is in a Dyrectory that i know. How can I say to makefile where is the command arm-angstrom-linux-gnueabi-gcc? Must I put it in a particular directory?
Thankyou for help
P.S.: Sorry for my terrible English


