Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Building io-pkt on xp using 6.4.0 tool chain: (4 Items)
   
Building io-pkt on xp using 6.4.0 tool chain  
Iam trying to build io-pkt on xp using 6.4.0 tool chain as a user with restrictive privilages.I followed the steps on 
build guide but iam getting some errors.Check the attachment for the error capture.Can someone help me out? 
Attachment: Image io-pkt.JPG 239.24 KB
Re: Building io-pkt on xp using 6.4.0 tool chain  
On Wed, Nov 12, 2008 at 09:18:28AM -0500, Vijayanandham Kamalasekaran wrote:
> Iam trying to build io-pkt on xp using 6.4.0 tool chain as a user with restrictive privilages.I followed the steps on 
build guide but iam getting some errors.Check the attachment for the error capture.Can someone help me out? 

It doesn't look like a staging area is set up correctly.
What's in the file QCONF_OVERRIDE points to?

-seanb
Re: Building io-pkt on xp using 6.4.0 tool chain  
QCONF_OVERRIDE=d:/rtos/6.4/network/qconf-override.mk

Contents of qconf-override.mk:

USE_INSTALL_ROOT=1
INSTALL_ROOT_NTO=d:/rtos/6.4/network/stage
VERSION_REL=6.4.0
Re: Building io-pkt on xp using 6.4.0 tool chain  
Working fine now.I think the problem is with qconf_override.mk.changed the case of nto in INSTALL_ROOT_NTO.