I'm trying to use UNIX commands in my Vxworks project. I read online that I can add an UNIX layer to my project, but there is no information on how to do that.
How can I Add the UNIX layer to my VxWorks Source Build project.
I'm trying to use UNIX commands in my Vxworks project. I read online that I can add an UNIX layer to my project, but there is no information on how to do that.
How can I Add the UNIX layer to my VxWorks Source Build project.
You can add UNIX Layer like:
But it will not bring in Unix tools inside VxWorks Environment, rather it will provide you enough functionalities so you can build some of the Unix libraries/tools(i.e. https://github.com/Wind-River/vxworks7-layer-for-bzip2) inside VxWorks.