[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Porting RTEMS on TriMedia
- Date: Tue, 06 Nov 2007 11:16:48 +0100
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: Porting RTEMS on TriMedia
On Tue, 2007-11-06 at 10:05 +0100, Thomas Doerfler wrote:
> Hi,
>
> Jalpan Dholakia schrieb:
> > Hello,
> >
> > I several questions on RTEMS which I was not able to get from RTEMS wiki.
> >
> > Has any body ported RTEMS on TriMedia?
> >
> > It is written in the wiki that RTEMS has not been tried to compile with
> > non GNU compiler. But what it means whether is it possible to use non
> Another issue is, that the RTEMS community works based on open source
> compilers, so it would be very difficult to maintain code for a
> processor that is not supported by GCC.
This is the actual issue.
We can only test building RTEMS if a toolchain is available to us, which
normally means publicly available to everybody. ATM, this is only GCC,
more precisely, the FSF's GCC.
Ralf