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),)


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

I know that I ask for a lot of things... but I just want to share my ideas.

Thanks again and best regards,

luigi



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

-- 
Luigi Mantellini
R&D - Software
Industrie Dial Face S.p.A.
Via Canzo, 4
20068 Peschiera Borromeo (MI), Italy
Tel.:  +39 02 5167 2813
Fax:   +39 02 5167 2459
Email: luigi.mantell...@idf-hit.com

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

Reply via email to