Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Where to get VX2QNX?: (15 Items)
   
Where to get VX2QNX?  
I have a lovely VxWorks to QNX porting guide that tells you everything about the VX2QNX library except where to get it. 
STFW yielded no results. Another question: is the VxW API implemented on top of 100% Posix-compliant functions? (Of 
course I can answer that for myself by looking at the source code once I find out where to download it)
Re: Where to get VX2QNX?  
The library you mention is out of date but may still work. It's available from the download centre:

http://www.qnx.com/download/feature.html?programid=9861

This site will require you to register for the download.
Re: Where to get VX2QNX?  
Thanks, Bill. I registered & my access is pending approval.

When you said this lib is out-of-date, do you mean that there's a newer version, or that VX2QNX itself is a dead product
?
Re: Where to get VX2QNX?  
It's not really a product per se. It arrives as a gzipped tar archive of code that you can build and link against. 

If you don't hear back soon, let me know, I'll get it to you directly. We are looking at posting this on the Foundry27 
site soon. 
Re: Where to get VX2QNX?  
Got it. Now the fun begins
RE: Where to get VX2QNX?  
There is a more recent version internally that includes some of the
networking functionality as well.  Let us know if that would be of use and
we'll send you a cut of what's in the tree today.

	Robert.

-----Original Message-----
From: Jonathan Juniman [mailto:jjuniman@ll.mit.edu] 
Sent: Tuesday, May 06, 2008 4:18 PM
To: general-toolchain
Subject: Re: Where to get VX2QNX?

Got it. Now the fun begins

_______________________________________________
General
http://community.qnx.com/sf/go/post7772
Re: RE: Where to get VX2QNX?  
It certainly would be of use. The more complete, the better. Please do send it.
RE: RE: Where to get VX2QNX?  
Hi:
	This is a ummm... "developer drop" :>.  I know that it builds
cleanly but haven't done any testing.  Let me know if you have any problems.

	Robert.

-----Original Message-----
From: Jonathan Juniman [mailto:jjuniman@ll.mit.edu] 
Sent: Tuesday, May 06, 2008 4:28 PM
To: general-toolchain
Subject: Re: RE: Where to get VX2QNX?

It certainly would be of use. The more complete, the better. Please do send
it.

_______________________________________________
General
http://community.qnx.com/sf/go/post7774

Attachment: Text vx2qnx.tar.gz 35.81 KB
RE: RE: Where to get VX2QNX?  
Cool, I'll play with this today & let you know what happens
________________________________________
From: Robert Craig [rcraig@qnx.com]
Sent: Thursday, May 08, 2008 11:00 AM
To: general-toolchain
Subject: RE: RE: Where to get VX2QNX?

Hi:
        This is a ummm... "developer drop" :>.  I know that it builds
cleanly but haven't done any testing.  Let me know if you have any problems.

        Robert.

-----Original Message-----
From: Jonathan Juniman [mailto:jjuniman@ll.mit.edu]
Sent: Tuesday, May 06, 2008 4:28 PM
To: general-toolchain
Subject: Re: RE: Where to get VX2QNX?

It certainly would be of use. The more complete, the better. Please do send
it.

_______________________________________________
General
http://community.qnx.com/sf/go/post7774



_______________________________________________
General
http://community.qnx.com/sf/go/post7873
RE: RE: Where to get VX2QNX?  
Good news, it builds.
________________________________________
From: Robert Craig [rcraig@qnx.com]
Sent: Thursday, May 08, 2008 11:00 AM
To: general-toolchain
Subject: RE: RE: Where to get VX2QNX?

Hi:
        This is a ummm... "developer drop" :>.  I know that it builds
cleanly but haven't done any testing.  Let me know if you have any problems.

        Robert.

-----Original Message-----
From: Jonathan Juniman [mailto:jjuniman@ll.mit.edu]
Sent: Tuesday, May 06, 2008 4:28 PM
To: general-toolchain
Subject: Re: RE: Where to get VX2QNX?

It certainly would be of use. The more complete, the better. Please do send
it.

_______________________________________________
General
http://community.qnx.com/sf/go/post7774



_______________________________________________
General
http://community.qnx.com/sf/go/post7873
RE: RE: Where to get VX2QNX?  
Hey Robert, I have an exceedingly dumb question. When I run "make install", the VxWorks headers called "xxxLib.h" get 
installed with the rest of my system headers. But I can't figure out where they come from or how to modify them. Some of
 them are missing things that I need to add.
________________________________________
From: Robert Craig [rcraig@qnx.com]
Sent: Thursday, May 08, 2008 11:00 AM
To: general-toolchain
Subject: RE: RE: Where to get VX2QNX?

Hi:
        This is a ummm... "developer drop" :>.  I know that it builds
cleanly but haven't done any testing.  Let me know if you have any problems.

        Robert.

-----Original Message-----
From: Jonathan Juniman [mailto:jjuniman@ll.mit.edu]
Sent: Tuesday, May 06, 2008 4:28 PM
To: general-toolchain
Subject: Re: RE: Where to get VX2QNX?

It certainly would be of use. The more complete, the better. Please do send
it.

_______________________________________________
General
http://community.qnx.com/sf/go/post7774



_______________________________________________
General
http://community.qnx.com/sf/go/post7873
RE: RE: Where to get VX2QNX?  
Any question which doesn't have an obvious answer by definition isn't dumb
:>.

The way that we do differentiate between "private" and "public" headers is
by placing the public ones in the "public" directory (and I don't consider
that obvious :>>).  If you look under public/vx2qnx I believe that you'll
find all of the headers there.  If you modify them under there, they'll get
copied into the "proper place" when you do the install.

   Robert.

-----Original Message-----
From: Jonathan Juniman [mailto:jjuniman@ll.mit.edu] 
Sent: Tuesday, May 13, 2008 1:55 PM
To: general-toolchain
Subject: RE: RE: Where to get VX2QNX?

Hey Robert, I have an exceedingly dumb question. When I run "make install",
the VxWorks headers called "xxxLib.h" get installed with the rest of my
system headers. But I can't figure out where they come from or how to modify
them. Some of them are missing things that I need to add.
________________________________________
From: Robert Craig [rcraig@qnx.com]
Sent: Thursday, May 08, 2008 11:00 AM
To: general-toolchain
Subject: RE: RE: Where to get VX2QNX?

Hi:
        This is a ummm... "developer drop" :>.  I know that it builds
cleanly but haven't done any testing.  Let me know if you have any problems.

        Robert.

-----Original Message-----
From: Jonathan Juniman [mailto:jjuniman@ll.mit.edu]
Sent: Tuesday, May 06, 2008 4:28 PM
To: general-toolchain
Subject: Re: RE: Where to get VX2QNX?

It certainly would be of use. The more complete, the better. Please do send
it.

_______________________________________________
General
http://community.qnx.com/sf/go/post7774



_______________________________________________
General
http://community.qnx.com/sf/go/post7873

_______________________________________________
General
http://community.qnx.com/sf/go/post7985
RE: RE: Where to get VX2QNX?  
Oh, you're right. There they are! OK, now time for the tedious part...tracking down all the missing symbols
________________________________________
From: Robert Craig [rcraig@qnx.com]
Sent: Tuesday, May 13, 2008 2:19 PM
To: general-toolchain
Subject: RE: RE: Where to get VX2QNX?

Any question which doesn't have an obvious answer by definition isn't dumb
:>.

The way that we do differentiate between "private" and "public" headers is
by placing the public ones in the "public" directory (and I don't consider
that obvious :>>).  If you look under public/vx2qnx I believe that you'll
find all of the headers there.  If you modify them under there, they'll get
copied into the "proper place" when you do the install.

   Robert.

-----Original Message-----
From: Jonathan Juniman [mailto:jjuniman@ll.mit.edu]
Sent: Tuesday, May 13, 2008 1:55 PM
To: general-toolchain
Subject: RE: RE: Where to get VX2QNX?

Hey Robert, I have an exceedingly dumb question. When I run "make install",
the VxWorks headers called "xxxLib.h" get installed with the rest of my
system headers. But I can't figure out where they come from or how to modify
them. Some of them are missing things that I need to add.
________________________________________
From: Robert Craig [rcraig@qnx.com]
Sent: Thursday, May 08, 2008 11:00 AM
To: general-toolchain
Subject: RE: RE: Where to get VX2QNX?

Hi:
        This is a ummm... "developer drop" :>.  I know that it builds
cleanly but haven't done any testing.  Let me know if you have any problems.

        Robert.

-----Original Message-----
From: Jonathan Juniman [mailto:jjuniman@ll.mit.edu]
Sent: Tuesday, May 06, 2008 4:28 PM
To: general-toolchain
Subject: Re: RE: Where to get VX2QNX?

It certainly would be of use. The more complete, the better. Please do send
it.

_______________________________________________
General
http://community.qnx.com/sf/go/post7774



_______________________________________________
General
http://community.qnx.com/sf/go/post7873

_______________________________________________
General
http://community.qnx.com/sf/go/post7985

_______________________________________________
General
http://community.qnx.com/sf/go/post7988
Re: RE: Where to get VX2QNX?  
Does the internal version have any support for the NetBufLib?
RE: RE: Where to get VX2QNX?  
The most up to date version of the source was attached to an e-mail in this
chain

http://community.qnx.com/sf/discussion/do/listPosts/projects.toolchain/discu
ssion.core_development_tools.topc2620?pageSize=-1#post7774

I believe that NetBufLib is something that deals with the stack innards and
drivers as opposed to being above the socket interface, so it isn't one of
the parts that was covered.

	Robert

-----Original Message-----
From: David Alessio [mailto:david@sysrealtime.com] 
Sent: Tuesday, May 20, 2008 2:40 PM
To: general-toolchain
Subject: Re: RE: Where to get VX2QNX?

Does the internal version have any support for the NetBufLib?

_______________________________________________
General
http://community.qnx.com/sf/go/post8277