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.

Code Composer v5 on a Windows Host machine for AM335x (with Linux)

I tried to compile a AM335x Linux application program with Code Composer v5 on a Windows host machine.  I'm not sure why I have a TMS470 configuration when I selected the ARM Cortex-A8 variant.

Can someone explain me if it's possible to compile a Linux application for the AM335x platform on a Windows host machine?

Thanks,

Simon 

  • Simon,

    I believe the TMS470 compiler is meant for bare metal systems.  If you want to compile a Linux application, which generally requires other libraries like glibc, etc then you need to use CCS on Linux with the SDK toolchain.  See this related post for more information

    http://e2e.ti.com/support/embedded/linux/f/354/p/213130/752897.aspx#752897

    Chase