Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you would like to know more about makeBaseApp.pl, type:

makeBaseApp.pl -help

(e) Now, open the configure/RELEASE file.

...

For EVENT module, Kukhee recommends us to use event-R4-1-3 or greater with this base.
 
EVENT_MODULE_VERSION=event-R4-1-3

(vf) Now 'make' your application from the top level directory $APP/MyApp directory $(TOP) to ensure your changes to  RELEASE files are good:

There should be no build errors.

You Having tested this phase, you can now uninstall the binaries and cleanup the make-generate generated files using the following command:

make clean uninstall

Now it is time to add your linuxRT-x86 vioc startup scripts.

From $APP/MyApp type the following command to create a boot directory for 'vioc-b34-my01':

...