Forum Topic - Building from the network source: (4 Items)
   
Building from the network source  
Hi

Can anyone help me build the network source?

I followed the instructions for building the sorce, created a build root and a stage directory & qconf-override.mk, ran 
ksh hide-gnu.sh and then did

bash

cd /QNC_BuildRoot/trunk
export QCONF_OVERRIDE=C:/QNX_BuildRoot/qconf-override.mk 
make OSLIST=nto hinstall
make  OSLIST=nto CPULIST=ppc install

My qconf-override.mk is like this:

USE_INSTALL_ROOT=1
INSTALL_ROOT_nto=C:/QNX_BuildRoot/stage
VERSION_REL=6.4.0


Building went fine fine but overwrote all of the network files in my QNX640 install.

The stage directory did not get populated at all.

Any pointers would be much appriaciated.

Regards

Steve
Re: Building from the network source  
In answer to my own question...

Looks like you need to omit the make hinstall line and go straight to the make ... install

Now all I need to do is recover my original QNX640 stuff

Steve
Re: Building from the network source  
On Sun, Feb 22, 2009 at 01:15:18PM -0500, Stephen Williams wrote:
> In answer to my own question...
> 
> Looks like you need to omit the make hinstall line and go straight to the make ... install
> 
> Now all I need to do is recover my original QNX640 stuff

A 'make hinstall' should still honour your stage and in
fact a 'make install' includes a 'make hinstall' so not
sure why anyhting got overwrote the first time...

-seanb
Re: Building from the network source  
>A 'make hinstall' should still honour your stage and in
>fact a 'make install' includes a 'make hinstall' so not
>sure why anyhting got overwrote the first time...

Thanks for the clarification I must have make a typo somewhere. I'll clean up and try again.

Regards

Steve