* [Consult] About tool chains of metag
@ 2013-12-04 5:45 Chen Gang
[not found] ` <529EC18D.5040602-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 11+ messages in thread
From: Chen Gang @ 2013-12-04 5:45 UTC (permalink / raw)
To: James Hogan; +Cc: linux-metag-u79uwXL29TY76Z2rM5mHXA
Hello James Hogan:
Could you provide any related information about metag tool chains?
I plan to cross compile metag with allmodconfig, but now it seems not
quite easy to find related gcc (binutils-2.23.2 support metag, but gcc
main line does not).
And also, welcome any related suggestions or completions.
:-)
Thanks.
--
Chen Gang
--
To unsubscribe from this list: send the line "unsubscribe linux-metag" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 11+ messages in thread[parent not found: <529EC18D.5040602-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [Consult] About tool chains of metag [not found] ` <529EC18D.5040602-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2013-12-04 12:02 ` James Hogan [not found] ` <529F19DA.5050805-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: James Hogan @ 2013-12-04 12:02 UTC (permalink / raw) To: Chen Gang; +Cc: linux-metag-u79uwXL29TY76Z2rM5mHXA Hi Chen, On 04/12/13 05:45, Chen Gang wrote: > Could you provide any related information about metag tool chains? > > I plan to cross compile metag with allmodconfig, but now it seems not > quite easy to find related gcc (binutils-2.23.2 support metag, but gcc > main line does not). A buildroot tree containing a gcc-4.2.4 patch can be found here: git://github.com/img-meta/metag-buildroot.git metag-core Use meta2_defconfig There's a known issue with all/random config builds with this toolchain which results in internal compiler errors triggered by the inline asm in arch/metag/include/asm/io.h when used by certain drivers, so I need to update the patch to the latest before these will go away. The other main issue with all/random config builds for Meta is a few missing !METAG dependencies on legacy PC peripherals like SERIO_I8042, which I believe you've already come across for Arc. Please read this thread before attempting to fix them: https://lkml.kernel.org/r/201211161520.03974.arnd-r2nGTMty4D4@public.gmane.org I haven't got around to fixing this properly myself, but it would be a worthwhile improvement if you felt inclined to do so. Cheers James -- To unsubscribe from this list: send the line "unsubscribe linux-metag" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <529F19DA.5050805-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>]
* Re: [Consult] About tool chains of metag [not found] ` <529F19DA.5050805-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org> @ 2013-12-04 16:23 ` James Hogan [not found] ` <529F5719.1000400-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: James Hogan @ 2013-12-04 16:23 UTC (permalink / raw) To: Chen Gang, Tony Breeds; +Cc: linux-metag-u79uwXL29TY76Z2rM5mHXA, Fengguang Wu On 04/12/13 12:02, James Hogan wrote: > On 04/12/13 05:45, Chen Gang wrote: >> Could you provide any related information about metag tool chains? >> >> I plan to cross compile metag with allmodconfig, but now it seems not >> quite easy to find related gcc (binutils-2.23.2 support metag, but gcc >> main line does not). > > A buildroot tree containing a gcc-4.2.4 patch can be found here: > > git://github.com/img-meta/metag-buildroot.git metag-core > > Use meta2_defconfig > > There's a known issue with all/random config builds with this toolchain > which results in internal compiler errors triggered by the inline asm in > arch/metag/include/asm/io.h when used by certain drivers, so I need to > update the patch to the latest before these will go away. I've pushed a new buildroot branch which has the updated GCC 4.2.4 patch: git://github.com/img-meta/metag-buildroot.git metag-core-2013.11 Again use meta2_defconfig. Tony: Is this something you can easily use to generate a Meta toolchain for https://www.kernel.org/pub/tools/crosstool/? Thanks James > > The other main issue with all/random config builds for Meta is a few > missing !METAG dependencies on legacy PC peripherals like SERIO_I8042, > which I believe you've already come across for Arc. > > Please read this thread before attempting to fix them: > https://lkml.kernel.org/r/201211161520.03974.arnd-r2nGTMty4D4@public.gmane.org > > I haven't got around to fixing this properly myself, but it would be a > worthwhile improvement if you felt inclined to do so. -- To unsubscribe from this list: send the line "unsubscribe linux-metag" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <529F5719.1000400-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>]
* Re: [Consult] About tool chains of metag [not found] ` <529F5719.1000400-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org> @ 2013-12-05 1:57 ` Chen Gang [not found] ` <529FDD81.7010000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2013-12-08 10:25 ` Chen Gang 1 sibling, 1 reply; 11+ messages in thread From: Chen Gang @ 2013-12-05 1:57 UTC (permalink / raw) To: James Hogan Cc: Tony Breeds, linux-metag-u79uwXL29TY76Z2rM5mHXA, Fengguang Wu, Arnd Bergmann Thank you very much for your details valuable information. I will/should try my best to let it pass allmodconfig, and I guess https://lkml.kernel.org/r/201211161520.03974.arnd-r2nGTMty4D4@public.gmane.org is valuable to me, and I will/should reference it. I will/should try to finish allmodconfig within one month, but excuse me, I have to do it in my free time as a volunteer, so maybe it needs longer (but at least, it should be finished within 2014-1-31). Thanks. On 12/05/2013 12:23 AM, James Hogan wrote: > On 04/12/13 12:02, James Hogan wrote: >> On 04/12/13 05:45, Chen Gang wrote: >>> Could you provide any related information about metag tool chains? >>> >>> I plan to cross compile metag with allmodconfig, but now it seems not >>> quite easy to find related gcc (binutils-2.23.2 support metag, but gcc >>> main line does not). >> >> A buildroot tree containing a gcc-4.2.4 patch can be found here: >> >> git://github.com/img-meta/metag-buildroot.git metag-core >> >> Use meta2_defconfig >> >> There's a known issue with all/random config builds with this toolchain >> which results in internal compiler errors triggered by the inline asm in >> arch/metag/include/asm/io.h when used by certain drivers, so I need to >> update the patch to the latest before these will go away. > > I've pushed a new buildroot branch which has the updated GCC 4.2.4 patch: > > git://github.com/img-meta/metag-buildroot.git metag-core-2013.11 > Again use meta2_defconfig. > > Tony: Is this something you can easily use to generate a Meta toolchain > for https://www.kernel.org/pub/tools/crosstool/? > > Thanks > James > >> >> The other main issue with all/random config builds for Meta is a few >> missing !METAG dependencies on legacy PC peripherals like SERIO_I8042, >> which I believe you've already come across for Arc. >> >> Please read this thread before attempting to fix them: >> https://lkml.kernel.org/r/201211161520.03974.arnd-r2nGTMty4D4@public.gmane.org >> >> I haven't got around to fixing this properly myself, but it would be a >> worthwhile improvement if you felt inclined to do so. > -- Chen Gang Open, share, and attitude like air, water and life which God blessed -- To unsubscribe from this list: send the line "unsubscribe linux-metag" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <529FDD81.7010000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [Consult] About tool chains of metag [not found] ` <529FDD81.7010000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2013-12-05 8:46 ` Chen Gang [not found] ` <52A03D77.3000503-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: Chen Gang @ 2013-12-05 8:46 UTC (permalink / raw) To: James Hogan Cc: Tony Breeds, linux-metag-u79uwXL29TY76Z2rM5mHXA, Fengguang Wu, Arnd Bergmann On 12/05/2013 09:57 AM, Chen Gang wrote: > > Thank you very much for your details valuable information. > > I will/should try my best to let it pass allmodconfig, and I guess > https://lkml.kernel.org/r/201211161520.03974.arnd-r2nGTMty4D4@public.gmane.org is valuable > to me, and I will/should reference it. > Oh, excuse me, I can not access "https://lkml.kernel.org/r/..." in normal way in China. :-( Could you please provide another links which include the same contents? Thanks. > I will/should try to finish allmodconfig within one month, but excuse > me, I have to do it in my free time as a volunteer, so maybe it needs > longer (but at least, it should be finished within 2014-1-31). > > Thanks. > > On 12/05/2013 12:23 AM, James Hogan wrote: >> On 04/12/13 12:02, James Hogan wrote: >>> On 04/12/13 05:45, Chen Gang wrote: >>>> Could you provide any related information about metag tool chains? >>>> >>>> I plan to cross compile metag with allmodconfig, but now it seems not >>>> quite easy to find related gcc (binutils-2.23.2 support metag, but gcc >>>> main line does not). >>> >>> A buildroot tree containing a gcc-4.2.4 patch can be found here: >>> >>> git://github.com/img-meta/metag-buildroot.git metag-core >>> >>> Use meta2_defconfig >>> >>> There's a known issue with all/random config builds with this toolchain >>> which results in internal compiler errors triggered by the inline asm in >>> arch/metag/include/asm/io.h when used by certain drivers, so I need to >>> update the patch to the latest before these will go away. >> >> I've pushed a new buildroot branch which has the updated GCC 4.2.4 patch: >> >> git://github.com/img-meta/metag-buildroot.git metag-core-2013.11 >> Again use meta2_defconfig. >> >> Tony: Is this something you can easily use to generate a Meta toolchain >> for https://www.kernel.org/pub/tools/crosstool/? >> >> Thanks >> James >> >>> >>> The other main issue with all/random config builds for Meta is a few >>> missing !METAG dependencies on legacy PC peripherals like SERIO_I8042, >>> which I believe you've already come across for Arc. >>> >>> Please read this thread before attempting to fix them: >>> https://lkml.kernel.org/r/201211161520.03974.arnd-r2nGTMty4D4@public.gmane.org >>> >>> I haven't got around to fixing this properly myself, but it would be a >>> worthwhile improvement if you felt inclined to do so. >> > > -- Chen Gang Open, share, and attitude like air, water and life which God blessed -- To unsubscribe from this list: send the line "unsubscribe linux-metag" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <52A03D77.3000503-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [Consult] About tool chains of metag [not found] ` <52A03D77.3000503-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2013-12-05 9:41 ` James Hogan [not found] ` <52A04A5F.9030001-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org> 0 siblings, 1 reply; 11+ messages in thread From: James Hogan @ 2013-12-05 9:41 UTC (permalink / raw) To: Chen Gang Cc: Tony Breeds, linux-metag-u79uwXL29TY76Z2rM5mHXA, Fengguang Wu, Arnd Bergmann On 05/12/13 08:46, Chen Gang wrote: > On 12/05/2013 09:57 AM, Chen Gang wrote: >> I will/should try my best to let it pass allmodconfig, and I guess >> https://lkml.kernel.org/r/201211161520.03974.arnd-r2nGTMty4D4@public.gmane.org is valuable >> to me, and I will/should reference it. >> > > Oh, excuse me, I can not access "https://lkml.kernel.org/r/..." in > normal way in China. :-( > > Could you please provide another links which include the same contents? http://marc.info/?l=linux-arch&m=135307927916985 http://article.gmane.org/gmane.linux.kernel.cross-arch/15908 Cheers James -- To unsubscribe from this list: send the line "unsubscribe linux-metag" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <52A04A5F.9030001-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>]
* Re: [Consult] About tool chains of metag 2013-12-05 9:41 ` James Hogan @ 2013-12-05 10:20 ` Chen Gang 0 siblings, 0 replies; 11+ messages in thread From: Chen Gang @ 2013-12-05 10:20 UTC (permalink / raw) To: James Hogan Cc: Tony Breeds, linux-metag-u79uwXL29TY76Z2rM5mHXA, Fengguang Wu, Arnd Bergmann, Geert Uytterhoeven, Will Deacon, Catalin Marinas, Vineet Gupta, Richard Kuo, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 12/05/2013 05:41 PM, James Hogan wrote: > On 05/12/13 08:46, Chen Gang wrote: >> On 12/05/2013 09:57 AM, Chen Gang wrote: >>> I will/should try my best to let it pass allmodconfig, and I guess >>> https://lkml.kernel.org/r/201211161520.03974.arnd-r2nGTMty4D4@public.gmane.org is valuable >>> to me, and I will/should reference it. >>> >> >> Oh, excuse me, I can not access "https://lkml.kernel.org/r/..." in >> normal way in China. :-( >> >> Could you please provide another links which include the same contents? > > http://marc.info/?l=linux-arch&m=135307927916985 > http://article.gmane.org/gmane.linux.kernel.cross-arch/15908 > That is really valuable to me!! You and arnd have done much for HAVE_XXX, and I should continue to try based on your work. For me, it is really a suitable solution for all HAVE_XXX (although still need think of more details). :-) Welcome another related members to provide your suggestions or completions. Thanks. -- Chen Gang Open, share, and attitude like air, water and life which God blessed -- To unsubscribe from this list: send the line "unsubscribe linux-metag" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Consult] About tool chains of metag @ 2013-12-05 10:20 ` Chen Gang 0 siblings, 0 replies; 11+ messages in thread From: Chen Gang @ 2013-12-05 10:20 UTC (permalink / raw) To: James Hogan Cc: Tony Breeds, linux-metag, Fengguang Wu, Arnd Bergmann, Geert Uytterhoeven, Will Deacon, Catalin Marinas, Vineet Gupta, Richard Kuo, linux-kernel@vger.kernel.org On 12/05/2013 05:41 PM, James Hogan wrote: > On 05/12/13 08:46, Chen Gang wrote: >> On 12/05/2013 09:57 AM, Chen Gang wrote: >>> I will/should try my best to let it pass allmodconfig, and I guess >>> https://lkml.kernel.org/r/201211161520.03974.arnd@arndb.de is valuable >>> to me, and I will/should reference it. >>> >> >> Oh, excuse me, I can not access "https://lkml.kernel.org/r/..." in >> normal way in China. :-( >> >> Could you please provide another links which include the same contents? > > http://marc.info/?l=linux-arch&m=135307927916985 > http://article.gmane.org/gmane.linux.kernel.cross-arch/15908 > That is really valuable to me!! You and arnd have done much for HAVE_XXX, and I should continue to try based on your work. For me, it is really a suitable solution for all HAVE_XXX (although still need think of more details). :-) Welcome another related members to provide your suggestions or completions. Thanks. -- Chen Gang Open, share, and attitude like air, water and life which God blessed ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Consult] About tool chains of metag [not found] ` <529F5719.1000400-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org> 2013-12-05 1:57 ` Chen Gang @ 2013-12-08 10:25 ` Chen Gang [not found] ` <52A4491A.2010808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 1 sibling, 1 reply; 11+ messages in thread From: Chen Gang @ 2013-12-08 10:25 UTC (permalink / raw) To: James Hogan; +Cc: Tony Breeds, linux-metag-u79uwXL29TY76Z2rM5mHXA, Fengguang Wu Hello Maintainers: After tried, I guess related binutils and gcc are not match with each other: gcc support "-minim" option which will pass to gas, but gas can not recognize it. With "-mno-minim" option, we can try to bypass this issue (I am just trying), but it seems not a quite good idea. Welcome any additional suggestions or completions for it, thanks. The related error with making manually ("make menuconfig; make" in root directory also get the same issue): /upstream/src/metag/metag-buildroot-metag-core/output/toolchain/gcc-4.2.4-initial/./gcc/xgcc -B/upstream/src/metag/metag-buildroot-metag-core/output/toolchain/gcc-4.2.4-initial/./gcc/ -B/upstream/src/metag/metag-buildroot-metag-core/output/host/usr/metag-buildroot-linux-uclibc/bin/ -B/upstream/src/metag/metag-buildroot-metag-core/output/host/usr/metag-buildroot-linux-uclibc/lib/ -isystem /upstream/src/metag/metag-buildroot-metag-core/output/host/usr/metag-buildroot-linux-uclibc/include -isystem /upstream/src/metag/metag-buildroot-metag-core/output/host/usr/metag-buildroot-linux-uclibc/sys-include -O2 -g -Os -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I/upstream/src/metag/metag-buildroot- metag-core/output/toolchain/gcc-4.2.4/gcc -I/upstream/src/metag/metag-buildroot-metag-core/output/toolchain/gcc-4.2.4/gcc/. -I/upstream/src/metag/metag-buildroot-metag-core/output/toolchain/gcc-4.2.4 /gcc/../include -I/upstream/src/metag/metag-buildroot-metag-core/output/toolchain/gcc-4.2.4/gcc/../libcpp/include -I/upstream/src/metag/metag-buildroot-metag-core/output/host/usr/include -I/upstream/src/metag/metag-buildroot-metag-core/output/host/usr/include -I/upstream/src/metag/metag-buildroot-metag-core/output/toolchain/gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -Dinhibit_libc -fPIC \ -c /upstream/src/metag/metag-buildroot-metag-core/output/toolchain/gcc-4.2.4/gcc/crtstuff.c -DCRT_END -DCRTSTUFFS_O \ -o crtendS.o Assembler messages: Error: unrecognized option -minim make[2]: *** [crtbegin.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Thanks. On 12/05/2013 12:23 AM, James Hogan wrote: > On 04/12/13 12:02, James Hogan wrote: >> On 04/12/13 05:45, Chen Gang wrote: >>> Could you provide any related information about metag tool chains? >>> >>> I plan to cross compile metag with allmodconfig, but now it seems not >>> quite easy to find related gcc (binutils-2.23.2 support metag, but gcc >>> main line does not). >> >> A buildroot tree containing a gcc-4.2.4 patch can be found here: >> >> git://github.com/img-meta/metag-buildroot.git metag-core >> >> Use meta2_defconfig >> >> There's a known issue with all/random config builds with this toolchain >> which results in internal compiler errors triggered by the inline asm in >> arch/metag/include/asm/io.h when used by certain drivers, so I need to >> update the patch to the latest before these will go away. > > I've pushed a new buildroot branch which has the updated GCC 4.2.4 patch: > > git://github.com/img-meta/metag-buildroot.git metag-core-2013.11 > Again use meta2_defconfig. > > Tony: Is this something you can easily use to generate a Meta toolchain > for https://www.kernel.org/pub/tools/crosstool/? > > Thanks > James > >> >> The other main issue with all/random config builds for Meta is a few >> missing !METAG dependencies on legacy PC peripherals like SERIO_I8042, >> which I believe you've already come across for Arc. >> >> Please read this thread before attempting to fix them: >> https://lkml.kernel.org/r/201211161520.03974.arnd-r2nGTMty4D4@public.gmane.org >> >> I haven't got around to fixing this properly myself, but it would be a >> worthwhile improvement if you felt inclined to do so. > -- Chen Gang -- To unsubscribe from this list: send the line "unsubscribe linux-metag" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <52A4491A.2010808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [Consult] About tool chains of metag [not found] ` <52A4491A.2010808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2013-12-08 20:24 ` James Hogan 2013-12-09 2:21 ` Chen Gang 0 siblings, 1 reply; 11+ messages in thread From: James Hogan @ 2013-12-08 20:24 UTC (permalink / raw) To: Chen Gang; +Cc: Tony Breeds, linux-metag-u79uwXL29TY76Z2rM5mHXA, Fengguang Wu [-- Attachment #1: Type: text/plain, Size: 420 bytes --] On Sunday 08 December 2013 18:25:30 Chen Gang wrote: > Assembler messages: > Error: unrecognized option -minim > make[2]: *** [crtbegin.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... Did you use meta2_defconfig in buildroot as I suggested? It has --enable-meta-default in BR2_EXTRA_GCC_CONFIG_OPTIONS which prevents the compiler defaulting to minim (which isn't supported for Linux). Cheers James [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [Consult] About tool chains of metag 2013-12-08 20:24 ` James Hogan @ 2013-12-09 2:21 ` Chen Gang 0 siblings, 0 replies; 11+ messages in thread From: Chen Gang @ 2013-12-09 2:21 UTC (permalink / raw) To: James Hogan; +Cc: Tony Breeds, linux-metag-u79uwXL29TY76Z2rM5mHXA, Fengguang Wu On 12/09/2013 04:24 AM, James Hogan wrote: > On Sunday 08 December 2013 18:25:30 Chen Gang wrote: >> Assembler messages: >> Error: unrecognized option -minim >> make[2]: *** [crtbegin.o] Error 1 >> make[2]: *** Waiting for unfinished jobs.... > > Did you use meta2_defconfig in buildroot as I suggested? > Oh, sorry, I didn't, I missed understanding (originally, I only noticed meta2_defconfig for Linux kernel, didn't notice another meta2_defconfig for global). Next, I will/should try. > It has --enable-meta-default in BR2_EXTRA_GCC_CONFIG_OPTIONS which prevents > the compiler defaulting to minim (which isn't supported for Linux). > Thank you very much for your details information (after that, we can generate cross compiler). And I will/should use "--enable-meta-default" and another options to generate individual cross-compiler and continue to compile kernel with allmodconfig. :-) Thanks. -- Chen Gang Open, share, and attitude like air, water and life which God blessed -- To unsubscribe from this list: send the line "unsubscribe linux-metag" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-12-09 2:21 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 5:45 [Consult] About tool chains of metag Chen Gang
[not found] ` <529EC18D.5040602-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-12-04 12:02 ` James Hogan
[not found] ` <529F19DA.5050805-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2013-12-04 16:23 ` James Hogan
[not found] ` <529F5719.1000400-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2013-12-05 1:57 ` Chen Gang
[not found] ` <529FDD81.7010000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-12-05 8:46 ` Chen Gang
[not found] ` <52A03D77.3000503-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-12-05 9:41 ` James Hogan
[not found] ` <52A04A5F.9030001-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2013-12-05 10:20 ` Chen Gang
2013-12-05 10:20 ` Chen Gang
2013-12-08 10:25 ` Chen Gang
[not found] ` <52A4491A.2010808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-12-08 20:24 ` James Hogan
2013-12-09 2:21 ` Chen Gang
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.