I am trying to recompile kernel for am335x-SDK. I downloaded and installed the linux SDK file "ti-sdk-am335x-evm-06.00.00.00-Linux-x86-Install.bin" in "/opt/am335x".
However, trying to make uImage, I got error that arm-linux-gnueabihf-ar is not found.
I already : exported the tool-chain path, run "environment-setup".
I checked the folder : /opt/am335x/linux-devkit/sysroots/i686-arago-linux/usr/bin, but does not contain that file. In fact there are also other missing programs. The folder contains :
arm-linux-gnueabihf-as arm-linux-gnueabihf-ld pkg-config
arm-linux-gnueabihf-g++ arm-linux-gnueabihf-ld.bfd qdbuscpp2xml
arm-linux-gnueabihf-gcc arm-linux-gnueabihf-nm qdbusxml2cpp
arm-linux-gnueabihf-gcc-4.7.3 arm-linux-gnueabihf-objdump qdbusxml2cpp4
arm-linux-gnueabihf-gcc-nm lupdate4 qmake
arm-linux-gnueabihf-gcov moc4 uic3
arm-linux-gnueabihf-gprof opkg-key uic4
Am I missing an installation step?
Thanks.
Ahmad