Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-08 Thread Khem Raj
Elvis On Thu, Mar 7, 2013 at 8:20 AM, Elvis Dowson elvis.dow...@gmail.com wrote: Hi Khem, Any plans on moving to gcc-4.7.3 or 4.8.0 anytime soon? Neither of those has been released yet so no plans as of now. Nearly all the microblaze gcc patches are for gcc-4.8.0 on the

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-08 Thread Elvis Dowson
Hi Khem, After patching both gcc-4.7.2 and gcc-4.8.0, I get the following error. This looks like a common error, and I was wondering if there is something that needs to be additionally taken into consideration, in the poky gcc recipes (gcc-configure-*.inc) to get it to work

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-08 Thread Khem Raj
On Mar 8, 2013, at 2:28 AM, Elvis Dowson elvis.dow...@gmail.com wrote: | configure: error: cannot compute suffix of object files: cannot compile | See `config.log' for more details. | make: *** [configure-target-libgcc] Error 1 seems some missing header or libs but doesn't say much. where is

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-08 Thread Elvis Dowson
Hi Khem, On Mar 8, 2013, at 6:47 PM, Khem Raj raj.k...@gmail.com wrote: | configure: error: cannot compute suffix of object files: cannot compile | See `config.log' for more details. | make: *** [configure-target-libgcc] Error 1 seems some missing header or libs but doesn't say much. where

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-08 Thread Trevor Woerner
On Fri, Mar 8, 2013 at 2:07 AM, Khem Raj raj.k...@gmail.com wrote: We have moved away from snapshots for gcc since git repo for gcc is in terabytes and It sure would be nice if git had a feature whereby one could grab just a specific snapshot without any history, or meta-information etc... just

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-07 Thread Elvis Dowson
Hi Khem, Any plans on moving to gcc-4.7.3 or 4.8.0 anytime soon? Nearly all the microblaze gcc patches are for gcc-4.8.0 on the trunk, several of them in fact. I've re-applied and ported all the existing patches that you've created for gcc-4.7.2 to gcc-4.7.3 (not yet

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-06 Thread Elvis Dowson
Hi Khem, On Mar 6, 2013, at 6:58 AM, Khem Raj raj.k...@gmail.com wrote: I dont have a public repo for gcc its too big to host. You can just do a normal patch process on gcc in work-shared using quilt That should work I've already started doing this. If I get the compiler support for

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-06 Thread Khem Raj
On Tue, Mar 5, 2013 at 7:58 PM, Elvis Dowson elvis.dow...@gmail.com wrote: Hi Khem, On Mar 6, 2013, at 6:58 AM, Khem Raj raj.k...@gmail.com wrote: I dont have a public repo for gcc its too big to host. You can just do a normal patch process on gcc in work-shared using quilt That should work

Re: [yocto] Patching gcc-4.7.2 to add support for Xilinx MicroBlaze

2013-03-05 Thread Khem Raj
Hi Elvis I dont have a public repo for gcc its too big to host. You can just do a normal patch process on gcc in work-shared using quilt That should work Thanks -Khem On Tue, Mar 5, 2013 at 6:45 AM, Elvis Dowson elvis.dow...@gmail.com wrote: Hi Khem, I hope you're doing fine!