Hello Support!!
I would like to use cross compilation on my host machine based on Ubuntu 18.04 (how I can see in: software-dl.ti.com/.../Processor_SDK_Linux_Getting_Started_Guide.html )
1.I download: ti-processor-sdk-linux-am57xx-evm-06.03.00.106
2.execute setup.sh script
I don't would like use topMake and I change dir: <SDK>/board-support/linux-4.19.94+gitAUTOINC+be5389fd85-gbe5389fd85
2. I download make utility.
3. then I do this : sudo ARCH=arm make defconfig KBUILD_DEFCONFIG=tisdk_am57xx-evm_defconfig
I get .config file in this directory then I would like to build kernel use simple commands
I do: sudo make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
And I see : /bin/sh: 1: arm-linux-gnueabihf-gcc: not found
So I have a question ..If I have a Cross compiller in SDK which located in: <SDK>/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/
why I can't use it (I am almost sure the problem with some variables but I cant understand what I need exactly and why Ubuntu didn't see this compiler).
So could you guide me step by step what I should to do for successful compilation of kernel.
Best Regards,
Oleg