How do I set up a compatible code environment between VxWorks 5.5 and 6.x?

We have an existing VxWorks 5.5 project and want to port it to VxWorks 6.6.
VxWorks 6.x has a lot of new features (MMU, RTP, etc.) that we don't want to use at this point as it will make porting work harder.

How do we indicate that we want a 5.5 compatible environment?

+1


source to share


1 answer


When you create a VxWorks project, you can specify PROFILE_COMPATIBLE, which creates a 5.5 compatible environment.

In workbench, this is done in the new project creation dialog. This is the third or fourth dialog screen called "Configuration Profile"



When creating a project from the command line using vxprj, just add the "-profile PROFILE_COMPATIBLE" parameter.

0


source







All Articles