Hello,
I am trying to figure out how to specify the path for an SDK that was rebuilt and moved from one computer to another in Linux command line build. I see on the documentation that this is the command to use:
eclipsec -nosplash -data <workspace> -application com.ti.common.core.initialize -ccs.toolDiscoveryPath "<path1>;<path2>"
so for me to specify another path, will I have to add it in place of <path1>?
What if this line is already called with the paths from the original installation? Can I run any other commands to remove/override the original path?
Regards,
Adan Flores