This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/66AK2E05: Setup cross compile environment for Linux application development

Part Number: 66AK2E05


Tool/software: TI C/C++ Compiler

Hi ,

I would like to setup own compilation environment  without ccs for being able to cross compile linux process binary for arm A15 cores . This should be done as part of automated building procedure

on Linux (CentOS 7) machine

Typically I would need the following (??)

SYSROOT, TOOLCHAIN

So question is if within keystone k2e sdk (ti-processor-sdk-linux-k2e-evm-05.00.00.15) these are the correct paths:

- linux-devkit/sysroots/x86_64-arago-linux/   or

- linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi or none of these 2 ?

Then to "override" the host machine compilation tools/environment for example like this:

make CC="arm-linux-gnueabihf-gcc --sysroot=$SYSROOT -I=/usr/include -L=/usr/lib"

MOreover how can we setup as such for DSP core for TI-RTOS ?