Kim Klaiman ha scritto:
However, "which gcc" doesn't find gcc in the path. In fact, "whereis gcc" doesn't find gcc anywhere.
This isn't good, it looks like you have something misconfigured. You should get something like: [EMAIL PROTECTED] ~ $ whereis gcc gcc: /usr/bin/gcc /usr/lib/gcc /usr/X11R6/bin/gcc /usr/libexec/gcc
What is not clear to me is why it needs gcc - shouldn't the kernel be compiled with arm_v5t_le-gcc like the user program?
Yes, of course! In fact you should specify it from the command line: make ARCH=arm CROSS_COMPILE=arm_v5t_le- ... I've always had to do it this way, even with the evaluation. But maybe it's just me: I'm using Gentoo Linux at the moment, not RH Enterprise. Cheers, Lorenzo _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
