BerkeleyLab / feed-core

EPICS FPGA Embedded Ethernet Driver
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

build error #3

Open hanlet opened 2 months ago

hanlet commented 2 months ago
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE        -DUSE_TYPED_RSET  -D_X86_64_ -DUNIX  -Dlinux      -O3   -Wall    -std=c++2a  -mtune=generic     -m64  -fPIC -I. -I../O.Common -I. -I. -I.. -I../../src/util -I../../src/sim -I../../src/driver -I../../src/rf -I../../include/compiler/gcc -I../../include/os/Linux -I../../include -I/usr/local/epics/base/include/compiler/gcc -I/usr/local/epics/base/include/os/Linux -I/usr/local/epics/base/include      -I/usr/local/epics/Support/seq/include   -I/usr/local/epics/Support/asyn/include   -I/usr/local/epics/Support/ipac/include   -I/usr/local/epics/Support/calc/include   -I/usr/local/epics/Support/sscan/include   -I/usr/local/epics/Support/StreamDevice/include  -I/usr/local/epics/Support/autosave/include/os/Linux -I/usr/local/epics/Support/autosave/include   -I/usr/local/epics/Support/busy/include  -I/usr/local/epics/Support/iocStats/include/os/Linux -I/usr/local/epics/Support/iocStats/include   -I/usr/local/epics/Support/lua/include   -I/usr/local/epics/Support/pcre/include         -I/usr/include/tirpc -I/usr/include/libxml2   -MM -MF jblob.d  ../../src/util/jblob.cpp
dbdExpand.pl: No input files for ../O.Common/rfseq.dbd
Creating dbd file rfseq.dbd
perl -CSD /usr/local/epics/base/bin/linux-x86_64/dbdExpand.pl   -I. -I.. -I../O.Common -I../../src/util -I../../src/sim -I../../src/driver -I../../src/rf -I../../dbd -I/usr/local/epics/base/dbd -I/usr/local/epics/Support/asyn/dbd -I/usr/local/epics/Support/ipac/dbd -I/usr/local/epics/Support/calc/dbd -I/usr/local/epics/Support/sscan/dbd -I/usr/local/epics/Support/StreamDevice/dbd -I/usr/local/epics/Support/autosave/dbd -I/usr/local/epics/Support/busy/dbd -I/usr/local/epics/Support/iocStats/dbd -I/usr/local/epics/Support/lua/dbd -I/usr/local/epics/Support/snmp/dbd -o rfseq.dbd 
dbdExpand.pl: No input files for rfseq.dbd
make[2]: *** [/usr/local/epics/base/configure/RULES.Db:406: ../O.Common/rfseq.dbd] Error 255
make[2]: Leaving directory '/products/home/hanlet/epicsDEV/Support-7.0.7-C++20/feed-core/src/O.linux-x86_64'
make[1]: *** [/usr/local/epics/base/configure/RULES_ARCHS:58: install.linux-x86_64] Error 2
make[1]: Leaving directory '/products/home/hanlet/epicsDEV/Support-7.0.7-C++20/feed-core/src'
make: *** [/usr/local/epics/base/configure/RULES_DIRS:85: src.install] Error 2

Is there a dependency that I'm missing?

mdavidsaver commented 2 months ago

Is there a dependency that I'm missing?

The reverse. An extra dependency. feed-core does not contain any sequencer programs, but I did not remove all of the Makefile conditionals.

https://github.com/BerkeleyLab/feed-core/blob/28377d92b3a990aae381c884da2ab171e1fef8ce/src/Makefile#L59-L65

https://github.com/BerkeleyLab/feed-core/blob/28377d92b3a990aae381c884da2ab171e1fef8ce/feedApp/Makefile#L58-L61

mdavidsaver commented 2 months ago

Fixed by ad49824d1276407ca7a7c3d1baa9dc628f24c22b

hanlet commented 2 months ago

Excellent. Thank you Michael.

I look forward to seeing you in Oak Ridge. Cheers, Pierrick


From: mdavidsaver @.> Sent: Tuesday, September 3, 2024 19:48 To: BerkeleyLab/feed-core @.> Cc: Pierrick M Hanlet @.>; Author @.> Subject: Re: [BerkeleyLab/feed-core] build error (Issue #3)

[EXTERNAL] – This message is from an external sender

Is there a dependency that I'm missing?

The reverse. An extra dependency. feed-core does not contain any sequencer programs, but I did not remove all of the Makefile conditionals.

https://github.com/BerkeleyLab/feed-core/blob/28377d92b3a990aae381c884da2ab171e1fef8ce/src/Makefile#L59-L65https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_BerkeleyLab_feed-2Dcore_blob_28377d92b3a990aae381c884da2ab171e1fef8ce_src_Makefile-23L59-2DL65&d=DwMFaQ&c=gRgGjJ3BkIsb5y6s49QqsA&r=lWgMUJ9IIDH_eCcPLDGLwQ&m=rleBjeK025eWX1ABbpjTmb_du__Yos7L_o844LwUmjazalnB6P7ucNz7bdApHcrB&s=ETV_J6QQ8pcAZZar0PdrufALTF36V2OplR83RwrWJMk&e=

https://github.com/BerkeleyLab/feed-core/blob/28377d92b3a990aae381c884da2ab171e1fef8ce/feedApp/Makefile#L58-L61https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_BerkeleyLab_feed-2Dcore_blob_28377d92b3a990aae381c884da2ab171e1fef8ce_feedApp_Makefile-23L58-2DL61&d=DwMFaQ&c=gRgGjJ3BkIsb5y6s49QqsA&r=lWgMUJ9IIDH_eCcPLDGLwQ&m=rleBjeK025eWX1ABbpjTmb_du__Yos7L_o844LwUmjazalnB6P7ucNz7bdApHcrB&s=PT3UlA3GljFuihrPHlQRA5q1wsfu5gh-Wk2MSEepHvQ&e=

— Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_BerkeleyLab_feed-2Dcore_issues_3-23issuecomment-2D2327699057&d=DwMFaQ&c=gRgGjJ3BkIsb5y6s49QqsA&r=lWgMUJ9IIDH_eCcPLDGLwQ&m=rleBjeK025eWX1ABbpjTmb_du__Yos7L_o844LwUmjazalnB6P7ucNz7bdApHcrB&s=dKQ4JbHE1bKsH_L64H1_eKzitWozH2RTKcMJ0iOtABQ&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ALOMODFWRX3BFDDVELCX343ZUZKGPAVCNFSM6AAAAABM7FBIRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRXGY4TSMBVG4&d=DwMFaQ&c=gRgGjJ3BkIsb5y6s49QqsA&r=lWgMUJ9IIDH_eCcPLDGLwQ&m=rleBjeK025eWX1ABbpjTmb_du__Yos7L_o844LwUmjazalnB6P7ucNz7bdApHcrB&s=KJE9OGH6fcJ4GX4I3vGjLu1vv5LifK2AmPO2mLlChUA&e=. You are receiving this because you authored the thread.Message ID: @.***>