Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - trying to upgrade to latest dumper: (2 Items)
   
trying to upgrade to latest dumper  
 I am pulling out files from :

http://community.qnx.com/integration/viewcvs/viewcvs.cgi/trunk/?root=coreos_pub&rev=155162&system=exsy1001

to update my view....

I cannot find zlib.h .

Also is there a comprehensive way to do this ...

Thanks ...

Preeti.
RE: trying to upgrade to latest dumper  
 

> -----Original Message-----
> From: Preeti Sharma [mailto:presharm@cisco.com] 
> Sent: November 19, 2007 5:17 PM
> To: general-toolchain
> Subject: trying to upgrade to latest dumper
> 
>  I am pulling out files from :
> 
> http://community.qnx.com/integration/viewcvs/viewcvs.cgi/trunk
> /?root=coreos_pub&rev=155162&system=exsy1001
> 
> to update my view....
> 
> I cannot find zlib.h .
> 
> Also is there a comprehensive way to do this ...

zlib.h will be located in lib/z which is part of the 
community source.  You need to create a stage directory
and at least do a:

 make hinstall

out of the build instructions to get the headers populated there.
Then you can change specifically to the dumper directory and 
start your build of just that component:

See
http://community.qnx.com/sf/wiki/do/viewPage/projects.core_os/wiki/BuildTheO
SSource  
 
and the link at the end:
http://community.qnx.com/sf/wiki/do/viewPage/projects.core_os/wiki/Understan
dingTheNeutrinoBuildProcess

For more details.

Thomas