EPICS Base R3.15.2: Known Problems
Any patch files linked below should be applied at the root of the
base-3.15.2 tree. Download them, then use the GNU Patch program as
follows:
% cd /path/to/base-3.15.2
% patch -p0 < /path/to/file.patch
The following significant problems have been reported with this
version of EPICS Base:
- Parallel builds ("make -j") on native Windows are not working properly.
Builds tend to hang (make saturating one core) - interrupting and calling make
again usually finishes the build. Sequential builds work and are recommended
for automated build environments.
- 64-bit Windows builds of the CAS library may not work with some compilers.
The code in src/legacy/gdd is currently incompatible with the LLP64
model that Windows uses for its 64-bit ABI.