Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Compilation Error Building BSP_nexcom-vtc1010-x86_br-660_be-660_SVN807536_JBN6: (5 Items)
   
Compilation Error Building BSP_nexcom-vtc1010-x86_br-660_be-660_SVN807536_JBN6  
After installing BSP_nexcom-vtc1010-x86_br-660_be-660_SVN807536_JBN6.zip and unzipping it, the build stops with the 
following error:
    
    In file included from /home/dmies/qnx/bsp/vtc1010/src/hardware/devnp/e1000/bsd_media.c:20:
    /home/dmies/qnx/bsp/vtc1010/src/hardware/devnp/e1000/i82544.h:126:25: fatal error: netdrvr
    compilation terminated.

I manually invoked "make" from the top level directory if that makes a difference (after sourcing qnx660-env.sh).

Tried downloading the latest devnp/e1000 driver patches (from PSP_networking_br660_be660-727_net-core-x86-exp.tar) but 
none of them appear to include the ptp.h file that is missing.

Any suggestions where I can find this missing file?
Re: Compilation Error Building BSP_nexcom-vtc1010-x86_br-660_be-660_SVN807536_JBN6  
Sorry - The error message got truncated by my cut/paste... It should read:

    /home/dmies/qnx/bsp/vtc1010/src/hardware/devnp/e1000/i82544.h:126:25: fatal error: netdrvr/ptp.h: No such file or 
directory
    compilation terminated.
Re: Compilation Error Building BSP_nexcom-vtc1010-x86_br-660_be-660_SVN807536_JBN6  
I found a copy of this file on the web and copied it but I'd much rather have an "official" file.

After creating that file, I get another error compiling on the same file:

    In file included from /home/dmies/qnx/bsp/vtc1010/src/hardware/devnp/e1000/bsd_media.c:20:0:
    /home/dmies/qnx/bsp/vtc1010/src/hardware/devnp/e1000/i82544.h:132:31: fatal error: netdrvr/nic_mutex.h: No such file
 or directory

So there is another header file missing:  netdrvr/nic_mutex.h

I have not been able to find any copies of that on the web.
Re: Compilation Error Building BSP_nexcom-vtc1010-x86_br-660_be-660_SVN807536_JBN6  
Hi Donald,

I think this might be the package you're looking for:

http://community.qnx.com/sf/go/projects.bsp/frs.patches_and_updates_for_qnx_sdp.psp_networking_br660_be660_977_0

-Will

On 2017-01-23 7:54 PM, Donald Mies wrote:
> I found a copy of this file on the web and copied it but I'd much rather have an "official" file.
>
> After creating that file, I get another error compiling on the same file:
>
>      In file included from /home/dmies/qnx/bsp/vtc1010/src/hardware/devnp/e1000/bsd_media.c:20:0:
>      /home/dmies/qnx/bsp/vtc1010/src/hardware/devnp/e1000/i82544.h:132:31: fatal error: netdrvr/nic_mutex.h: No such 
file or directory
>
> So there is another header file missing:  netdrvr/nic_mutex.h
>
> I have not been able to find any copies of that on the web.
>
>
>
> _______________________________________________
>
> Builds
> http://community.qnx.com/sf/go/post117374
> To cancel your subscription to this discussion, please e-mail builds-networking-unsubscribe@community.qnx.com
>

Re: Compilation Error Building BSP_nexcom-vtc1010-x86_br-660_be-660_SVN807536_JBN6  
Will,

Thank you for the patch file.  It fixes my problems and the entire BSP now compiles and links.