Building the Entire System: Difference between revisions
Jump to navigation
Jump to search
m (Amujahid moved page Building the entire system to Building the Entire System) |
No edit summary |
||
Line 1: | Line 1: | ||
A multi-stage make is required to build the .munch files for the IOCs. Munch files are raw binary executable for the MVME5500's VxWorks operating system generated by a cross compiler. The cross compiler resides on machine con6, a Sun Solaris machine. This machine has no internal hard disk, it connects to the network file server. This means files ''can'' be copied willy-nilly but that doesn't mean they ''should'' be. Yes, physicists, I speak to you. '''DO NOT TOUCH /dk/fs2/dgs/global_sanbox EVER. NO, NEVER!!''' | |||
=== Compiling the Code | === Compiling the Code === | ||
# | # ssh -XY dgs@con6 | ||
# cd /global/devel/ | # cd /global/devel/dgsDrivers/dgsDriverApp/src | ||
# | # ./Export_SVN_ParameterFiles.sh | ||
# cd ../ | # cd ../.. | ||
# make | # make clean | ||
# make | |||
## There should be ZERO errors and ZERO warnings. Anything else is a fatal, full, stop. | |||
# cd ../dgsIoc | # cd ../dgsIoc | ||
# make clean | |||
# make | # make | ||
## There should be ZERO errors and ZERO warnings. Anything else is a fatal, full, stop. | |||
# Log out of con6 | # Log out of con6 | ||
# Log into dgs1 as dgs | # Log into dgs1 as dgs | ||
# cd /global/ | # cd /global/ioc/bin/vxWorks-ppc604_long | ||
# ./ | # ./CopyNewMunch.sh | ||
Revision as of 00:28, April 1, 2023
A multi-stage make is required to build the .munch files for the IOCs. Munch files are raw binary executable for the MVME5500's VxWorks operating system generated by a cross compiler. The cross compiler resides on machine con6, a Sun Solaris machine. This machine has no internal hard disk, it connects to the network file server. This means files can be copied willy-nilly but that doesn't mean they should be. Yes, physicists, I speak to you. DO NOT TOUCH /dk/fs2/dgs/global_sanbox EVER. NO, NEVER!!
Compiling the Code
- ssh -XY dgs@con6
- cd /global/devel/dgsDrivers/dgsDriverApp/src
- ./Export_SVN_ParameterFiles.sh
- cd ../..
- make clean
- make
- There should be ZERO errors and ZERO warnings. Anything else is a fatal, full, stop.
- cd ../dgsIoc
- make clean
- make
- There should be ZERO errors and ZERO warnings. Anything else is a fatal, full, stop.
- Log out of con6
- Log into dgs1 as dgs
- cd /global/ioc/bin/vxWorks-ppc604_long
- ./CopyNewMunch.sh