Changes between Version 7 and Version 8 of GCI/Coding/POSIXTimingTest


Ignore:
Timestamp:
11/15/18 14:10:26 (5 years ago)
Author:
shashvat jain
Comment:

Made changes to some the instructions

Legend:

Unmodified
Added
Removed
Modified
  • GCI/Coding/POSIXTimingTest

    v7 v8  
    4343
    4444To add a test to the build system, you'll need to add it to configure.ac and Makefile.am.  Then you'll need to ./bootstrap it.
     45bootstrap will include these changes in Makefile.in also
    4546
    4647Changes to Makefile.am
     
    6667 ~/rtems> ./bootstrap
    6768}}}
    68 Now build...
     69Now build the any bsp belonging to the architecture installed , here is the build of erc32 bsp
     70   
    6971{{{
    70  cd ../b-sis
    71  ../rtems/configure --options --used --to --configure
     72$ $HOME/development/rtems/kernel/rtems/configure --prefix=$HOME/development/rtems/5 \
     73> --target=sparc-rtems5 --enable-rtemsbsp=erc32 --enable-posix --enable-tests
     74  ...
     75  ...
     76$ make -j 2
     77  ...
     78  ...
     79$ make install
     80  ...
     81  ...
    7282}}}
     83
     84This will take some time
     85
     86
     87
    7388===  Finding an Example  ===
    7489