Discussion:
rtems application tutorial
Domenico Di Leo
2011-03-07 08:03:09 UTC
Permalink
Hi,
can you point me out any tutorial on how to write and execute an
application from the scratch for RTEMS.
I already checked the Application C user guide, it is a good reference,
but it doesn't
help me to understand how to compile the application (what compiler
should I use? is there any specific rule for the Makefile?)
Any suggestion is welcome.
Domenico
--
Domenico Di Leo, PhD student, Università degli Studi di Napoli Federico II
Ph: +39 081 676770
Fax: +39 081 676574
Web:http://wpage.unina.it/domenico.dileo (WP)
Luc ANTOLINOS
2011-03-07 10:13:20 UTC
Permalink
Hi,
can you point me out any tutorial on how to write and execute an application
from the scratch for RTEMS.
I already checked the  Application C user guide, it is a good reference, but
it doesn't
help me to understand how to compile the application (what compiler should I
use?  is there any specific rule for the Makefile?)
http://www.rtems.org/ftp/pub/rtems/4.10.0/examples-v2-4.10.0.tar.bz2

You will find a simple hello world and a simple Makefile. Not a
tutorial but enough to understand all you need.
But before to launch executables, you have to determine on which kind
of target you want to run, etc. Compilers and BSP are target
specifics.
--
Luc
Loading...