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?