Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Needed of dummy file while linking libxx.so file with the network driver: (4 Items)
   
Needed of dummy file while linking libxx.so file with the network driver  
Hi,

I have got some compilation error while linking the libA.so (third party library) with my network driver in QNX 6.4.1. 

The following are the compilation errors
========================
make[2]: *** No rule to make target `libA.a', needed by `/home/senthil/pe/x86/dll/devnp-xx.so'.  Stop. 

After getting the compilation error i tried the following steps.

1.I have created the dummy " libA.a " (third party library) file  in the same directory where libA.so is present using "
touch command".The libA.a file size is 0.

2.The compilation was successfull after creating the dummy file and i was able to load my  network driver in QNX Host.

Can you please let me know what is the significance of creating dummy file(libA.a) to link the libA.so file with my 
network driver?

Thanks and Regards
K.Senthil






Re: Needed of dummy file while linking libxx.so file with the network driver  
Hi ,

Please respond this post...

Thanks and Regards
K.senthil
Re: Needed of dummy file while linking libxx.so file with the network driver  
On Wed, Dec 09, 2009 at 08:42:17AM -0500, Senthil K wrote:
> Hi ,
> 
> Please respond this post...
> 
> Thanks and Regards
> K.senthil
> 

This is a side effect of the qnx makefiles.  There's a PR
about it internally.  Nothing specific to networking here.

Regards,

-seanb
Re: Needed of dummy file while linking libxx.so file with the network driver  
Hi Sean,

Thanks a lot your inforamtion.

can you please me is there any fix is available?


Thanks and Regards
K.Senthil