Versions Compared

Key

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

...

IPCTests_LIBS += epicspci


Replace the macros in the EPICS database files, or add more databases and modify MyTestApp/Db/Makefile as needed.

 

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

There should be no build errors.

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

make clean uninstall Replace the macros as needed.
Now cd $APP/MyApp again and 'make' the application again and ensure it builds fine.

 Now cleanup the build before committing to CVS as below:

make clean uninstallDo the above before committing the files to CVS.


(c) Add your application to CVS and commit the source files.


7. What is PXE, DHCP, TFTP and NFS and why are they needed by my linuxRT IOC?

...