[Buildroot] svn commit: trunk/buildroot

Roberto A. Foglietta roberto.foglietta at gmail.com
Wed Nov 5 01:37:17 UTC 2008


2008/11/5 hartleys <hartleys at visionengravers.com>:
> On Tuesday, November 04, 2008 5:53 PM, Roberto A. Foglietta wrote:
>>> That gets rid of the messages. FYI, HOST_GLIB_BIN and HOST_GLIB get
>>> set to the following on my system:
>>>
>>> HOST_GLIB_BIN=
>>> HOST_GLIB=.
>>>
>>> I just echoed the variables as:
>>>
>>>        @echo HOST_GLIB_BIN=$(HOST_GLIB_BIN)
>>>        @echo HOST_GLIB=$(HOST_GLIB)
>>>
>>> I assume HOST_GLIB_BIN is ok since I don't have glib-genmarshal
>>> installed. But will the '.' be a problem for HOST_GLIB?
>>>
>>
>> I did not found any Makefile nor .mk in which HOST_GLIB_BIN is used!!!
>>
>> You are right again because HOST_GLIB should be /usr by default, in
> fact:
>
> <snip>
>
>> so again,
>>
>> http://busybox.net/bugs/view.php?id=5984
>
> Still not messages (good). Now I get:
>
> HOST_GLIB_BIN=
> HOST_GLIB=/usr
>
> Which is also good (I guess, based on what you say above).
>
> Yes, it appears HOST_GLIB_BIN is just used to figure out what HOST_GLIB
> is supposed to be.
>
> Question: Does this really belong in the top level Makefile?
>

 I do not know for sure, original commit was not mine. I just
identified the problem and tried to solve it.


 At this time the only way to compile glib for the target would be
install libglib-dev on the host.

 However as Intravenoes (cfr. note: 0015074 of bug report 0005724)
noted host/target glib version mismatch could be fatal.

 AFAIK the whole glib package should go expanded  in

 toolchain_build_ARCH/glib-$GLIB_VERSION

 and compiled in

 toolchain_build_ARCH/glib-$GLIB_VERSION-host

 like others tools like sstrip or gcc


 Original bug report:

 http://busybox.net/bugs/view.php?id=5724


 Cheers,
-- 
/roberto



More information about the buildroot mailing list