Luigi 'Comio' Mantellini wrote:
> Thanks Nico,
> 
> I will integrate asap on my experimental tree. I noticed a mistake 
> 
> row 262:
> 
> +  ifndef ($(CONFIG_NATIVE_TOOLCHAIN),)
> 
> should be:
> 
> +  ifneq ($(CONFIG_NATIVE_TOOLCHAIN),)
>

You're right, there was a couple of mistakes in my previous patch. I
updated it [1].

> Anyway, it should be great if a toolchain prepared using OpenWRT can be 
> exported to others developers.
> 

Have you tried building the SDK? It should embed the toolchain (and the
set of files required to build packages).


1. 
http://nico-and-co.net/void/patches/openwrt-r14216-external_toolchain_v3.diff

--
Nico


> On Monday 26 January 2009 18:36:32 Nico wrote:
>> Hi Luigi,
>>
>> I have a patch [1] for external toolchains support, it will allow you to
>> select your target name (powerpc-unknow-linux-gnu), toolchain commands
>> prefix, toolchain binaries & libraries path (for toolchains installed in
>> unusual locations and needing custom PATH & LD_LIBRARY_PATH).
>>
>> Let me know if it works for you :)
>>
>> 1.
>> http://nico-and-co.net/void/patches/openwrt-r14204-external_toolchain.patch
>>
>> --
>> Nico
>>
>> Luigi 'Comio' Mantellini wrote:
>>> Hi ML,
>>>
>>> I need your help to understand the actual status of external toolchain
>>> support.
>>>
>>> In my environment, there are a lot of developers that works on an
>>> building environment openwrt-based. Openwrt is a good choice to manage my
>>> builds and : I am happy to have chosen one year ago.
>>>
>>> The big problem that I observed is that OpenWRT doesn't support in a
>>> clean-way the external toolchains. the NATIVE_TOOLCHAIN option seems to
>>> not resolve my problems because it disables CROSS_COMPILE defines and I
>>> don't like the openwrt behaviour when this option is enabled.
>>>
>>> I want understand if are there anybody that shares my observation (or I'm
>>> not able to use native_toolchain in best way) and if a work on this topic
>>> can be appreciated by community.
>>>
>>> Kindly, give me any suggestion or opinion in order to understand what is
>>> needed to do and what I can do.
>>>
>>> thanks in advance,
>>>
>>>
>>>
>>>
>>> luigi
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to