Hi Ernesto,
> On Oct 2, 2019, at 7:24 PM, Ernesto Paiser via Tech-talk <[email protected]> wrote:
>
> I'm trying to compile the motor-7-1 from synApps_6_1,
> but after fixing some wrong files versions in
> motor-7-1modules/RELEASE.linux-x86_64.local
> and
> motor-7-1/configure/RELEASE
>
> asyn-R4-35 >>> asyn-R4-36
> busy-R1-7-1 >>> busy-R1-7-2
> ipac-R2-15 >>> ipac-2-15
>
> I still getting this error:
>
> >#motor-7-1/make clean; make
> ...
> make -C ./modules install
> make[1]: Entering directory `/opt/epics/extensionsTop_20120904/synApps_6_1/support/motor-7-1/modules'
> make -C ./motorOms install
> make[2]: Entering directory `/opt/epics/extensionsTop_20120904/synApps_6_1/support/motor-7-1/modules/motorOms'
> configure/CONFIG:17: /configure/CONFIG: No such file or directory
> configure/RULES_DIRS:2: /configure/RULES_DIRS: No such file or directory
> make[2]: *** No rule to make target `/configure/RULES_DIRS'. Stop.
When you said you fixed the modules/RELEASE.linux-x86_64.local file I think that’s where you went wrong, that is not a regular configure/RELEASE file. It actually gets created by the build and provides the install location of the top-level motor-7-1 tree for building the individual submodules.
I suggest you delete that file, then cd into the modules directory and type ‘make RELEASE.host’ which will recreate it with what should be the correct content (it should ONLY set one variable, probably MOTOR, pointing to the INSTALL_LOCATION for the motor-7-1 build). If you disagree with its contents, please post both versions here and explain why. When the file is correct you should be able to run ‘make’ from the modules directory to build all of the submodules.
HTH,
- Andrew
- Replies:
- Re: motor-7-1 make errors Peterson, Kevin M. via Tech-talk
- References:
- motor-7-1 make errors Ernesto Paiser via Tech-talk
- Navigate by Date:
- Prev:
motor-7-1 make errors Ernesto Paiser via Tech-talk
- Next:
CAS UDP Errors Abdalla Ahmad via Tech-talk
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
<2019>
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
motor-7-1 make errors Ernesto Paiser via Tech-talk
- Next:
Re: motor-7-1 make errors Peterson, Kevin M. via Tech-talk
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
<2019>
2020
2021
2022
2023
2024
|