I'm doing a project in C language that runs on a target with vxWorks operating system. I would like to run my code on PC also for two reasons:
- The HW of the target is not available yet, and i want to start testing my SW.
- Even when the target will be ready it will be easier for me perform testing and simulations on a PC.
Is there some interesting way to do it?
Thanks.