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.

Failure to add Simplelink SDK installation on linux through command line

Hi there! I think I'm experiencing a bug with CCS / Simplelink in linux. Please tell me if I'm doing anything wrong

1- Install CCS v10, all devices

2- Install Simplelink SDK to default directory or manually-specified directory

3- Call both commands listed in the faq (http://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html#is-there-a-command-line-option-to-specify-a-path-for-a-new-rtsc-software-product-so-ccs-can-detect-it-) to add an installation to the workspace

4- Call eclipse to build the project (normally succeeds)

Result: it tells me that the product or a compatible version is not installed.

I've tried everything. Reinstalling, changing the SDK version, trying out different directories, etc. Nothing seems to work!

Any ideas on how to solve it? Is there a way to manually add Simplelink instead of relying on this discovery process that always fails? (Whether I run it or not or I install in default directory or not does not make a difference. Tried every combination)

This is what I see when I list the project dependencies:

Products:
                                product: com.ti.SIMPLELINK_CC2640R2_SDK [<not available>]
                                specified version: 3.30.0.20
                                effective version: <not available>

Even if I installed it in more than one location, ran the command, and everything =(

Thanks for the help!