USB Driver -Current state

Anyone know what the current state of the usb driver is for QNX4. Is it
still in beta ?

Dave

fliu@bb.vipstage.com wrote:

I have a static archive library (libmisc.a) which has more than
what I need in it. Now when I link a simple application against it,
I get tons of unresolved symbols in some modules in the libmisc.a.
Looks like the linker is linking in all of the “libmisc.a” despite
there being no references to some of its archive members.

Is there a flag to the wlib/wlink/wcc that can solve this problem?

Thanks!

Frank

No flag, just a technical hint:

The linker may only choose to use or use not entire object modules from a library, so if all the functions in Your library are contained within a single source file, You will force the linker to include all of them every time You use a single function from that lib.

It is usually a good idea to split stuff which is supposed to go into a library in such a way that only functions (and variables) really belonging together are contained within the same source file. This allows the linker to cut the size of Your executable file.

Regards,


T. Haupt
eMail: frk@bitctrl.de

Hi Dave,

At this time the USB driver is still in beta. I unfortunatly do
not know when the release date is set for it.

Erick.


Dave Allamby <allambyjdx@cyradisx.com> wrote:

Anyone know what the current state of the usb driver is for QNX4. Is it
still in beta ?

Dave

Is the USB driver for QNX 4 still in beta?

Marc.
“Hardware Support Account” <hw@qnx.com> wrote in message
news:9tlq8i$94$1@nntp.qnx.com

Hi Dave,

At this time the USB driver is still in beta. I unfortunatly do
not know when the release date is set for it.

Erick.


Dave Allamby <> allambyjdx@cyradisx.com> > wrote:
Anyone know what the current state of the usb driver is for QNX4. Is it
still in beta ?

Dave