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.
Hi,
According to http://processors.wiki.ti.com/index.php/AM335x_SYSBIOS_Industrial_SDK_01.00.00.04_User_Guide , TMS470.11 is required to compile Powerlink_slave demo application. Where could I get the compiler?
Simon,
4.11 was an alpha version that never got released in the public. So that was a mistake on our side. Recent IA-SDK 1.0.0.8 should have all example project files updated to only ask for a 4.9.x compiler in your system!
However for the Powerlink example I would recommend a 5.0.x compiler available with CCS 5.3 or through online updates. This supports some necessary compiler options (gcc compatability).
Regards.
Frank,
I did appreciate all answers you gave these days. Could you tell the details about how to replace all references manually cause I still have some warning like not compatible IPC tool version. If I don't want to install the compatible one, what should I do as you told on http://e2e.ti.com/support/arm/sitara_arm/f/791/t/246764.aspx
Thx
Simon
Simon,
manual replace mean using an editor and replacing all occurrences of 4.11 with 4.9 or 5.0. That usually works for me.
Some of our projects had the flag set for IPC but we never used IPC (as there is no DSP on AM335x). So you may ignore that warning or remove the flag in RTSC settings if you don't need IPC. generally you may see warnings if Bios or XDC libs were built with older versions of the compiler. Again you may ignore that, move to newer versions of the libs or recompile yourself.
Regards.