<!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 root_fs-i386. Into that file system, I
have placed a directory called BUILD_DIR into which I would like to
install uCLibc , the Linux Kernel, BusyBox, and a few other things specific
to my app. In other words, absolutely the minimum that I can install
to boot the system and launch an app that I am writing.</DIV>
<DIV> </DIV>
<DIV>My question is, how do I need to set the following path settings in order
to get uCLibc compiled and installed into BUILD_DIR/lib,
BUILD_DIR/usr, etc. and insure that it will still work once BUILD_DIR
becomes the root of my filesystem via chroot or an actual boot?</DIV>
<DIV><BR> ($(DEVEL_PREFIX)/lib) Shared library loader
path<BR> (/usr/$(TARGET_ARCH)-linux-uclibc) uClibc development environment
dir<BR> ($(DEVEL_PREFIX)) uClibc development environment system
directory<BR> ($(DEVEL_PREFIX)/usr) uClibc development environment tool
directory</DIV>
<DIV> </DIV>
<DIV>I read the Help in Menuconfig and checked the FAQ, but I am still
concerned that I will either end up installing uCLib into my live
filesystem, or, will have compiled the BUILD_DIR path into the uCLibc
installation so that it will not work once I chroot to that
directory. </DIV>
<DIV> </DIV>
<DIV>Could someone point me in the right direction?</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV> </DIV>
<DIV>Sean</DIV>
<DIV> </DIV>
<DIV></FONT><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>