Hello,
I'd like to build AM335x StarterWare in CCSv5.5 using GCC. I referred to below. It looks like easy, but I can't. Is there anyone who can build it?
http://processors.wiki.ti.com/index.php/Building_Starterware_projects_in_CCSv5_using_GCC
Step1: same.
Step2: almost same. My StarterWare version is 02_00_01_01. I uncheck "Show only available toolchain that support this platform" and choose Cygwin gcc. But actually I didn't install Cygwin.
Step3: same.
Step4: I installed CodeSourcery Toolchain as IA32 Windows installer. LIB_PATH is "C:/Program Files (x86)/CodeSourcery/Sourcery G++ Lite". This is default install path.
http://processors.wiki.ti.com/index.php/Installing_CodeSourcery_Toolchain
Step5: There is a error below even though I build project.
Info: Configuration "Default" uses tool-chain "cdt.managedbuild.toolchain.gnu.cygwin.base" that is unsupported on this system, attempting to build anyway.
make all
Cannot run program "make": Launching failed
Error: Program "make" not found in PATH
PATH=[C:/ti/ccsv5/eclipse/jre/bin/client;C:/ti/ccsv5/eclipse/jre/bin;C:/ti/ccsv5/eclipse/jre/lib/i386;C:\Program Files (x86)\CodeSourcery\Sourcery G++ Lite\bin;C:/ti/xdctools_3_23_04_60;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS
......
Could you tell me advice?
Regards,
Kazu