Re: Need 32 bit supported GCC 4.9 debian binaries for Renesas SH7757 Processor
Ritesh Prajapati <[email protected]>
| Newsgroups | gmane.linux.debian.ports.superh,gmane.linux.debian.devel.toolchain |
|---|---|
| Organization | System Level Solutions (India) Pvt.Ltd. |
| Message-ID | <[email protected]> |
Hi,
Target Board is :: Renesas SH7757
Build & Host Machine is :: Debian OS
Please let me know if you need more information.
Regards,
Ritesh Prajapati,
System Level Solutions (India) Pvt.Ltd.
On Monday 29 June 2015 03:32 PM, Oleg Endo wrote:
> Ritesh,
>
> On 29 Jun 2015, at 18:44, John Paul Adrian Glaubitz <[email protected]> wrote:
>
>> On 06/29/2015 11:25 AM, Ritesh Prajapati wrote:
>>> Does anyone knows location from where i can get 32 bit supported
>>> Debian binaries to compile and install GCC 4.9 toolchain for Renesas
>>> SH7757 Processor?
>> You will probably need to do that yourself, see:
>>
>>> https://wiki.debian.org/BuildingCrossCompilers
> In addition to those instructions, I wrote up some instructions how to build a sh-elf/newlib based cross compiler for SH: http://www.shared-ptr.com/simtest-howto.html
>
> Maybe those are helpful for you. You haven't mentioned what kind of cross compiler you need. If you need a cross compiler running on Debian, which targets an SH system running on linux the process is a bit more complicated, as it also depends on the linux version running on the SH board. More detailed step-by-step instructions can be found on the Linux from Scratch pages http://www.linuxfromscratch.org/
>
> I couldn't find any public information about the SH7757 variant. I assume it's an SH4A based chip. If so, there's probably nothing SH7757 specific from the compiler point of view.
>
> Cheers,
> Oleg