Versions Compared

Key

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

...

makeBaseApp.pl -i -t slac vioc-b34-my01

When prompted to choose target architecture, choose linuxRT-x86.

 There will be two files modified based on this selection.

The two files are (1) vioc-b34-my01/st.cmd (2) vioc-b34-my01/Makefile.


When prompted with 'Application name?' just hit enter. 

If you just hit 'Enter' without specifying your application name, then your ioc name 'vioc-b34my01' will be used as the default for the dbd file in the st.cmd

 

So choose'MyTest'

Now iocBoot has been created under $APP/MyApp and underneath iocBoot, 'vioc-b34-my01' has been created.

Open $APP/MyApp/vioc-b34-my01/st.cmd and notice that this script is setup for a linuxRT-x86 target.

MyApp example has support for a PMC EVR230 running on linuxRT-x86.

Replace the macros as needed.

Now cd $APP/MyApp again and 'make' the application again and ensure it builds fine.

...