Re: Building uClibc with seperate object directory
Bernhard Reutner-Fischer <[email protected]>
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <CAC1BbcT-o-NztvvuX47U_WqxV6M_STtHw9oeTTU-zxp-UKQZWw@mail.gmail.com> |
On 27 January 2015 at 20:26, Steve Ellcey <[email protected]> wrote: > I was wondering if anyone else builds uClibc with a seperate object > directory using the O=<object directory> option? I use this, partly > because I come from the GCC world where a seperate object directory > is required and partly because I build multiple uClibc libraries > for different ABI's and want to put them in different locations. > > This was working for me several months ago but I think it is > currently broken. The failure mode I get is compilation errors > while compiling ldso.c (UCLIBC_LDSO not defined) but the underlying > problem seems to be the use of the O= option. If I leave this out > and build uClibc in the source directory then everything works fine. oops, sorry for that. Fixed on master. Thanks for the heads-up! cheers,