epics-modules / dxp

EPICS support for digital x-ray spectroscopy electronics from X-ray Instrumentation Associates (XIA)
2 stars 3 forks source link

Some errors when using dxp-R6-1 module on ketek SDD detector #10

Open 1458861693 opened 8 months ago

1458861693 commented 8 months ago

There is some errors when using dxp-R6-1 module on ketek SDD detector,the following is the information of my environment. operating system : CentOS7 architecture : X86_64 iocBoot Directory : /home/xanes/softIOC/support/dxp-R6-1/iocBoot/iocMicroDXP When i start IOC,there are many errors as log.txt in attached files,i really want some help,Thanks. The attached files contain log.txt,st.cmd and START_IOC,log.txt is printed information by IOCShell. log.txt st.cmd.txt START_IOC.txt

1458861693 commented 5 months ago

@MarkRivers I don't modify handelSrc/Makefile. I downloaded zip file by browser. I will git clone dxp module from GitHub several days later, because the network of my computer doesn't work now. Thanks again.

MarkRivers commented 5 months ago

@1458861693 downloading zip file is OK as long as you don't modify anything. I am pretty sure your problem is that you passed the CFLAGS argument to make, You should not do that because it replaced all of the other flags we need to use.

1458861693 commented 5 months ago

@MarkRivers , I have tried using make simply to build dxp on CentOS7, but it errors. And the output information note me to use C99. But Just now I build dxp master branch on Ubuntu20.04, it's no problem. I will test again on CentOS7 tomorrow.