[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RTEMS on Debian GNU/Linux?



On Tue, Sep 02, 2003 at 11:37:10AM -0500, Bill Gatliff wrote:
> 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


That's it. (you can also do 'alien *rpm; dpkg -i *deb')

You might also need to install automake and autoconf from OAR or make
sure you have the same version at least. I've had problems with trying
to use the wrong versions.