I have already compiled a source code for ARM on linux using GCC 4.9 from Linaro along with Clang as the C/C++ compiler. Now, I wish to build for C6000 . I have installed release version 8.1.1 of the C6000 Code Generation Tools . I want to know the following corresponding binaries for C6000:
1)arm-linux-gnueabihf-gcc
2)arm-linux-gnueabihf-ar
3)arm-linux-gnueabihf-as
4)arm-linux-gnueabihf-cpp
5)arm-linux-gnueabihf-gcov
6)arm-linux-gnueabihf-ld
7)arm-linux-gnueabihf-nm
8)arm-linux-gnueabihf-objcopy
9)arm-linux-gnueabihf-objdump
10)arm-linux-gnueabihf-strip
Thanks in advance.