This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems finding libs / headers


On Mon, Jun 04, 2007 at 05:31:47PM -0400, David Topper wrote:
> I've been using Dan Kege's crosstool to compile binaries for my TS-7200 
> board (www.embeddedarm.com) on my Intel laptop.  Recently, however, I've 
> been running into trouble finding various libraries.
> 
> Where do I tell crosstools where libraries and headers are?  Is there a 
> global variable?  It doesn't seem to find anything in the usual places 
> (defined by /etc/ld.so.conf) for example.

crosstool is only about building toolchains, which is
gcc+glibc+binutils+gdb.

If you want to build a complete embedded linux system, including
userland libraries and headers, you can use one of the build systems
available out there, for example ptxdist:

http://www.pengutronix.de/software/ptxdist/index_en.html

Robert 
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]