Skip to content
Snippets Groups Projects
Commit 6e0cb229 authored by rodolakis's avatar rodolakis
Browse files

4.7 explanation

parent 473bfcc0
No related branches found
No related tags found
1 merge request!2Fanny whatdoesitmean
......@@ -380,6 +380,8 @@ make[1]: Leaving directory '/home/beams/USERNAME/PET-S2/epics/synApps_6_2_1/supp
```
</details>
Note: issuing a `make` in the **epics/synApps_6_2_1/support/motorVMC** directory builds the motorVMC support module, whereas running make in the **epics/synApps_6_2_1/ioc/xxx** directory builds the specific IOC application (binary), which relies on various support modules, including motorVMC. The former focuses on building the support module itself (dbd and lib), while the latter focuses on building the IOC application that utilizes the support modules (binary).
### 4.8 Confirm build products exist
When the build is successful there should be a database definitions file (.dbd) in the top level dbd dir, as well as a static library (.a) and a dynamic library (.so) in the arch-specific lib dir.
......@@ -402,4 +404,6 @@ total 92
```
</details>
## [5 Add virtual motors to the IOC](5-Add-virtual-motors.md)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment