<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><FONT face=Arial size=2>
<DIV>I am chroot'ed into the&nbsp;root_fs-i386.&nbsp; Into that file system, I 
have placed a directory called&nbsp;BUILD_DIR into which I would like to 
install&nbsp;uCLibc , the Linux Kernel, BusyBox, and a few other things specific 
to my app.&nbsp; In other words, absolutely the&nbsp;minimum that I can install 
to boot the system and launch an app that I am writing.</DIV>
<DIV>&nbsp;</DIV>
<DIV>My question is, how do I need to set the following path settings in order 
to get uCLibc&nbsp;compiled and installed into&nbsp;BUILD_DIR/lib, 
BUILD_DIR/usr,&nbsp;etc. and insure that it will still work once&nbsp;BUILD_DIR 
becomes the root of my filesystem via chroot or an actual boot?</DIV>
<DIV><BR>&nbsp;($(DEVEL_PREFIX)/lib) Shared library loader 
path<BR>&nbsp;(/usr/$(TARGET_ARCH)-linux-uclibc) uClibc development environment 
dir<BR>&nbsp;($(DEVEL_PREFIX)) uClibc development environment system 
directory<BR>&nbsp;($(DEVEL_PREFIX)/usr) uClibc development environment tool 
directory</DIV>
<DIV>&nbsp;</DIV>
<DIV>I read the Help in Menuconfig and checked the FAQ, but&nbsp;I am still 
concerned that I will either end up installing uCLib&nbsp;into my live 
filesystem, or, will have compiled the&nbsp;BUILD_DIR path into the&nbsp;uCLibc 
installation so that it will not work once&nbsp;I chroot to that 
directory.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>Could someone point me in the right direction?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Sean</DIV>
<DIV>&nbsp;</DIV>
<DIV></FONT><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>