Test.cc
#include stuff.h

int goodbye(void) {

     int c << testme

     return 0
}  

Line 1: Include some stuff. Make sure the environment variables are correct.

Line 7: That's all she wrote!

To compile this puppy:

rtems-gcc --flag --option \
          --anotheroption \
          <argument>

Always be sure to:

  • De-allocate memory
  • Motherhood statement 2
  • And don't forget to de-allocate memory

 

  • No labels

1 Comment

  1. Here's a comment that is "private" to this page of content and won't be included elsewhere...