RTEMS on Debian GNU/Linux?

Jay Monkman jtm-list-rtems at smoothsmoothie.com
Tue Sep 2 16:44:55 UTC 2003


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.






More information about the users mailing list