Add the UNIX layer to your VxWorks Source Build project

203 views Asked by At

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.
1

There are 1 answers

0
Kamlesh Kumar On BEST ANSWER

You can add UNIX Layer like:

$cd $VSB_DIR    
$vxprj vsb add UTILS_UNIX

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.