I'm following https://software-dl.ti.com/processor-sdk-linux/esd/AM57X/08_02_01_00/exports/docs/linux/Overview_Building_the_SDK.html
I have installed gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu and gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf per the note that both ARMv7 and ARMv8 cross compilers are required.
When I go to 'bitbake tisdk-default-image' I get errors that state that my ARMv5 compiler (gcc-arm-9.2-ti2020.01-armv5-x86_64-arm-none-linux-gnueabi) is missing. Where can I download this from? Is it actually required?
The guide states "Download the toolchain compilers from the links provided in the SDK release page" but I'm not sure which SDK release page this is referring to and there is no hyper link.