Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - build of io-pkt drivers failing: (4 Items)
   
build of io-pkt drivers failing  
Hello all.

I'm on the way to write an io-pkt driver based on the model of mpc85xx, for example, under QNX 6.4.0.

I've downloaded the core_networking with SVN.
I've also downloaded the patch for QNX 6.4.0, and I tried to build the core networking lib doing a make install (I have 
imported the project in QDE, maybe it's a problem ?). I got a lot of errors then.

I just tried to build a driver, and it failed also.
Problem is that some include files are not found :
for example, iopkt_driver.h or syslog.h are not found.

see attachment for more errors.

Do I miss something. Do I proceed wrong ?

Thanks.

Guillaume.
Attachment: Text buildlog.txt 69.66 KB
RE: build of io-pkt drivers failing  
Hi Guillaume:
Just to double check when you refer to the patch, is it the patch covered at the end of this wiki page?

http://community.qnx.com/sf/wiki/do/viewPage/projects.networking/wiki/Drivers_wiki_page

(There's also the patch for a macro which was added and that's covered in the source guide wiki.)

   Robert.


-----Original Message-----
From: Guillaume Varlet [mailto:community-noreply@qnx.com]
Sent: Fri 4/24/2009 5:48 AM
To: drivers-networking
Subject: build of io-pkt drivers failing
 
Hello all.

I'm on the way to write an io-pkt driver based on the model of mpc85xx, for example, under QNX 6.4.0.

I've downloaded the core_networking with SVN.
I've also downloaded the patch for QNX 6.4.0, and I tried to build the core networking lib doing a make install (I have 
imported the project in QDE, maybe it's a problem ?). I got a lot of errors then.

I just tried to build a driver, and it failed also.
Problem is that some include files are not found :
for example, iopkt_driver.h or syslog.h are not found.

see attachment for more errors.

Do I miss something. Do I proceed wrong ?

Thanks.

Guillaume.

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post27967

Attachment: Text winmail.dat 2.97 KB
RE: build of io-pkt drivers failing  
Looking through the log, I also wonder if you've got conflicting tool sets installed

"/WindRiver/workbench-2.4/x86-win32/bin/make.exe"

would seem to indicate that you aren't running the QNX make.

   Robert.

-----Original Message-----
From: Guillaume Varlet [mailto:community-noreply@qnx.com]
Sent: Fri 4/24/2009 5:48 AM
To: drivers-networking
Subject: build of io-pkt drivers failing
 
Hello all.

I'm on the way to write an io-pkt driver based on the model of mpc85xx, for example, under QNX 6.4.0.

I've downloaded the core_networking with SVN.
I've also downloaded the patch for QNX 6.4.0, and I tried to build the core networking lib doing a make install (I have 
imported the project in QDE, maybe it's a problem ?). I got a lot of errors then.

I just tried to build a driver, and it failed also.
Problem is that some include files are not found :
for example, iopkt_driver.h or syslog.h are not found.

see attachment for more errors.

Do I miss something. Do I proceed wrong ?

Thanks.

Guillaume.

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post27967

Attachment: Text winmail.dat 2.95 KB
Re: RE: build of io-pkt drivers failing  
Hello Robert.

I've installed the iopkt_build_headers.tar.gz and follow the advise on link you give me : Now, I can build the driver. 

Thank you very much ! :)

I have also vxWorks installed, but it does not matter, since include files are now installed.

Guillaume.