I'd like to use the VxWorks7 pentium64Vx7 RTI Connext libraries on a VxSim WINNT LP64 target for Unit Test purposes. I believe this is possible but the issue is that the libraries are built with the "-mcmodel=small" option. In order for the libraries to be useable on the VxSim WINNT LP64 target they need to be compiled with "-mcmodel=large". Does RTI provide large code model libraries for pentium64 targets ? I'd rather not try to build the libraries from source since I have not seen any detailed instructions on how to do this.