Hello,
i have been using CCS on windows platform and it has been working fine.
lately, i am trying to do linux development and tried to run ubuntu on virtual box on my window machine.
i followed the CCS link https://software-dl.ti.com/ccs/esd/documents/ccs_linux_host_support.html to install the CCS v11.
after installation, i can start ccsv11 from %commandPrompt: /home/<myname>/ti/ccs1110/ccs/eclipse/ccstudio &
this command line starting worked fine.
however, there is no icon on my ubuntu desktop. can you please let me know why?
i found a desktop batch file at /ti/ccs1110/ but not sure why there is no desktop icon to double click. this is the first issue.
the second issue is that i can not execute this desktop file even after changing to 777 mode.
[Desktop Entry]
Type=Application
Version=0.9.4
Name=Code Composer Studio 11.1.0
Comment=Code Composer Studio 11.1.0.00011
Icon=/home/hdnhouston/ti/ccs1110/ccs/doc/ccs.ico
Exec=/home/hdnhouston/ti/ccs1110/ccs/eclipse/ccstudio
Terminal=false
it reports the following error if i run the desktop file from command line:
hdnhouston@hdnhouston:~/ti/ccs1110$ ./Code\ Composer\ Studio\ 11.1.0.desktop
./Code Composer Studio 11.1.0.desktop: line 1: [Desktop: command not found
./Code Composer Studio 11.1.0.desktop: line 4: Composer: command not found
./Code Composer Studio 11.1.0.desktop: line 5: Composer: command not found
can someone please help me figuring out what happened here?
Thanks,
henry