Hey Miroslav,
Sorry for asking such simple annoying questions. Could you please one last time assist me with this issue.I have read the linux user guide you mentioned above.
My SDK is located in /opt/ti-sdk-am335x-evm/
the doc says to run all the commands in "root of the kernel tree" which is believe is /opt/ti-sdk-am335x-evm/board-support/linux-3.2.0-psp04.06.00.11
i go to this directory and firstly add the compiler to the path.
export PATH=/opt/ti-sdk-am335x-evm/linux-devkit/sysroots/i686-arago-linux/usr/bin/ :$PATH
then i ran the code to clean the kernel-
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mrproper
i get the output on the terminal as-
make: arm-linux-gnueabihf-gcc: Command not found(why do i get this?)
CLEAN .tmp_versions
CLEAN scripts/basic
CLEAN scripts/kconfig
CLEAN include/config include/generated arch/arm/include/generated
CLEAN .config include/linux/version.h
then i run - make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig which works fine
and i save the configuration and run - make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage
following which i get the error -
/bin/sh: 1: arm-linux-gnueabihf-gcc: not found (why is the gcc never found? i think im a giving it the right path)
make[1]: *** [kernel/bounds.s] Error 127
make: *** [prepare0] Error 2
the uImage file is never created. I know i have asked you this a dozen times. Could you please have a look at this one last time and advise me as to what I have done wrong?
Thanks!