Subject: RE: Tools to create embedded distribution
To: 'Vasant Kanchan' <tech-embed@netbsd.org>
From: Li Jiatu <ricardo@gawble.com>
List: tech-embed
Date: 11/12/2003 22:03:29
I think you only need to have ld_elf.so in correct path(/usr/libexec), and
have all the neccessary dynamic librarys(find by ldd) in correct path
(/usr/lib by default).
I've made my embedded distribution run in this way successfully recently, my
target supports elf format.

-----Original Message-----
From: tech-embed-owner@NetBSD.org [mailto:tech-embed-owner@NetBSD.org] On
Behalf Of Vasant Kanchan
Sent: Tuesday, November 11, 2003 10:27 AM
To: tech-embed@netbsd.org
Subject: Tools to create embedded distribution


Hello Everyone,

I want to create a distribution based on a set of applications that  I want
to run on the target platform. These applications are dynamically linked.
I curently do this manually by using ldd. However this is error prone and so
I am looking for some automated tools which will work on NetBSD and Linux.

Thanks for your responses.

Kanchan