Tool/software: Code Composer Studio
My workspace consist on 3 projects:
-tirtos_builds_MSP_EXP... (library, TI SDK)
-library (library, dependency to tirtos_builds)
-Application (executable, dependency on abstraction_library and tirtos_builds)
If I try to import by selecting the 3 of them, then ccs pop ups "assertion failed: operation was not prepared"
I've been following
and may other ways, but always have this issue
The log file just gives internal eclipse function assertions but no sense to me.
It actually depends on the order the projects are imported, I mean, if i import the library, the library and the tirtos_builds_MSP_EXP are imported correctly. But if i import the application, then the error occurs and the error window shows there is no tirtos_builds_MSP_EXP project.
Thanks