I've just started my academic project: Nano Sattelites Software Infrastructure. I installed RTEMS on CentOS and i can compile and execute sample programs, like hello or ticker. When i'm doing any changes to existing files(init.c for example) adding new files,tasks or functions, the compilation fails. I didn't find any tutorial like step-by-step explanation how create a new program from scratch and compile it, there are only examples on how to compile existing sample files and run them... Is anybody can help on this point?
Asked
Active
Viewed 1,083 times
1 Answers
2
You can check out the examples-v2.git repository for a Makefile-based approach and Waf-based approach to compile applications from outside of the RTEMS directory.

gedare
- 126
- 3
-
The best way is read the rtems manual. Just read it all,like a favorite book))now this is much more clear how to deal with it... – Geka P Sep 19 '14 at 21:55
-
Both links are dead now. Are there working replacements? – Jens Apr 08 '23 at 14:21