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.

RTOS/TMS320C6678: SYSBIOS for generic unix/linux

Part Number: TMS320C6678
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

we are thinking about developing and debugging most of our software designed for 6678 on the unix/Linux platform before moving it into the c6678 DSP board. To do that, we either need to use pthreads to simulate what SYSBIOS is doing(tasks, thread scheduling, etc) or we try to build SYSBIOS to run on a intel Linux computer. My question is can we build sysbios to run on a generic unix platform so that we can use sysbios on an intel Linux computer?