We wish to build boost test library for vxworks in order to run automated unit test on our target HW.
Our application is build with a gcc cross compiler on windows for vxworks.
Is it possible to specify vxworks as target-os?
Or specify our own compiler and compiler settings to use by boost build?
Can anyone please help me?