[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RTEMS on Debian GNU/Linux?
- Date: Tue, 02 Sep 2003 11:37:10 -0500
- From: bgat at billgatliff.com (Bill Gatliff)
- Subject: RTEMS on Debian GNU/Linux?
Thanks, Ralf!
Just to close the loop, this is what I did (after downloading RPMs from
rtems.org):
# apt-get install alien
# for f in *rpm; do alien $f; done
# for f in *deb; do dpkg --install $f; done
It looks like it's working for the MIPS target, anyway...
b.g.
Ralf Corsepius wrote:
>On Tue, 2003-09-02 at 17:43, Bill Gatliff wrote:
>
>
>>Guys:
>>
>>
>>I'm planning on doing some RTEMS development on a Debian GNU/Linux
>>workstation. (I'm a former Red Hat user, how I got to Debian is a long
>>story!). What's a quick-and-dirty way to get the toolchain set up?
>>
>>
>Alien.
>
>Ralf
>
>
>
>
--
Bill Gatliff
Professional embedded GNU training.
bgat at billgatliff.com