Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - conflicting types for 'xfer_cpy_diov' (svn HEAD): (2 Items)
   
conflicting types for 'xfer_cpy_diov' (svn HEAD)  
Hi,
Latest svn HEAD compiled with GCC 4.2.1 bails out with this. (not hard to fix, but should be fixed in SVN)

/usr/local/src/qnx/src/core_os/services/system/ker/arm/nano_xfer_cpy.c:83: error: conflicting types for 'xfer_cpy_diov'
/usr/local/src/qnx/src/core_os/services/system/ker/./kerproto.h:170: error: previous declaration of 'xfer_cpy_diov' was 
here

/Prem
Re: conflicting types for 'xfer_cpy_diov' (svn HEAD)  
The repository shows the following for kerproto.h and arm/nano_xfer_cpy.c
repectively which is entirely consistent. Are you up-to-date? Are you seeing
something different from the external site?

int                 (xfer_cpy_diov)(THREAD* thpd, IOV *dst, uint8_t *saddr,
int dparts, unsigned slen);
int xfer_cpy_diov(THREAD* thpd, IOV *dst, uint8_t *saddr, int dparts,
unsigned slen) {

Prem Mallappa wrote: 

Hi, 
Latest svn HEAD compiled with GCC 4.2.1 bails out with this. (not hard to
fix, but should be fixed in SVN) 

/usr/local/src/qnx/src/core_os/services/system/ker/arm/nano_xfer_cpy.c:83:
error: conflicting types for 'xfer_cpy_diov' 
/usr/local/src/qnx/src/core_os/services/system/ker/./kerproto.h:170: error:
previous declaration of 'xfer_cpy_diov' was here

/Prem 


_______________________________________________ 
OSMeta 
http://community.qnx.com/sf/go/post5534
<http://community.qnx.com/sf/go/post5534>;