Part Number: TMS320F28035
Other Parts Discussed in Thread: CONTROLSUITE,
Tool/software: Code Composer Studio
Hi All,
Can someone please let me know if control suite is available for the mac OSX?
Thanks
Regards
Anusha
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.
Part Number: TMS320F28035
Other Parts Discussed in Thread: CONTROLSUITE,
Tool/software: Code Composer Studio
Hi All,
Can someone please let me know if control suite is available for the mac OSX?
Thanks
Regards
Anusha
Anusha,
There isn't a Mac OS installer available for ControlSuite, but you can install the software on a Windows machine and copy the contents over to the Mac. Then you can import, build and debug projects using the MacOS version of CCS.
Hi Aarti ,
I have been trying to work with the TMS320F28035 experimenter kit. I have copied the project from a windows system onto my mac. I tried compiling a led blinking code but it is showing the below error.
**** Build of configuration Debug for project Example_2803xLEDBlink ****
/Applications/ti/ccsv6/utils/bin/gmake -k all
subdir_rules.mk:6: *** target pattern contains no '%'. Stop.
**** Build Finished ****
I checked the source code and found the following in line 6 which does not seem to be right. Please see below
DSP2803x_CodeStartBranch.obj: /C:/ti/controlSUITE/device_support/f2803x/v130/DSP2803x_common/source/DSP2803x_CodeStartBranch.asm $(GEN_OPTS) | $(GEN_HDRS)
Trying to access /C: on the mac is not possible... Please tell me how to resolve this issue.
Also, I am using CCS V6.2
Thanks in advance :)
Regards
Anusha
Anusha Ramachandran said:I have copied the project from a windows system onto my mac.
How exactly did you do that?
The best way is to copy the entire ControlSuite folder onto the Mac and then import the project from the location on the Mac. Otherwise the project's makefiles may still reference the source files using Windows paths, as you have observed.