Question:
How to get the timestamp using command line instead of CCES GUI for installing SHARC+ and Blackfin+ Linux toolchain?
Answer:
The chapter "Installing Manually From the Command Line" in the installation guide contains the steps to get the timestamp via CCES GUI to give value in the below link.
http://www.analog.com/static/ccesupdatesite/blackfin_sharc_linux/x.y.z-SNAPSHOT/plugins/com.analog.crosscore.incubation.blackfin_sharc_linux.stage_x.y.z.<timestamp>.jar
We can use the below command line from CCES installation path to get the timestamp. For Example, if you have installed 2.10.1, then you can navigate to the installation path like below.
Command for Windows:
<installation path>\CrossCore Embedded Studio 2.10.1\Eclipse>ccesc.exe -nosplash -application org.eclipse.equinox.p2.director -repository http://www.analog.com/static/ccesupdatesite -list com.analog.crosscore.incubation.blackfin_sharc_linux.stage
Command for Linux:
% /opt/analog/cces/2.10.1/Eclipse/cces -nosplash -application org.eclipse.equinox.p2.director -repository http://www.analog.com/static/ccesupdatesite -list com.analog.crosscore.incubation.blackfin_sharc_linux.stage
Please note this will take some seconds to finish.
This will give a result as below and we can find timestamp .
com.analog.crosscore.incubation.blackfin_sharc_linux.stage=2.10.1.202202091957
Finally, we can phrase the link to find your .jar package as below.
http://www.analog.com/static/ccesupdatesite/blackfin_sharc_linux/2.10.1-SNAPSHOT/plugins/com.analog.crosscore.incubation.blackfin_sharc_linux.stage_2.10.1.202202091957.jar