|
RE: trying to upgrade to latest dumper
|
11/21/2007 12:09 PM
post2834
|
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
|
|
|