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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Help generating envPaths |
From: | "Marco A. Barra Montevechi Filho via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Wed, 19 Jul 2023 13:45:40 +0000 |
Hello, all
Im trying to compile and use a custom IOC which is an areaDetector module. For some reason, the IOC compilation does not generate an envPaths file. The directory structure is like: . ├── capture
├── configure
├── iocs
│ └── mobipixIOC
│ ├── configure
│ ├── iocBoot
│ │ └── iocMobipix
│ └── mobipixApp
│ ├── Db
│ └── src
└── mobipixApp
├── Db
├── DOCS
├── op
│ ├── adl
│ ├── edl
│ │ └── autoconvert
│ ├── opi
│ │ └── autoconvert
│ └── ui
│ └── autoconvert
└── srcThe TOP folder has configure/RELEASE and configure/RELEASE.local with some paths defined. I also tried compiling the whole application, cd into iocs/mobipixIOC/iocBoot/ and make, but i get: make: Nothing to be done for 'all'. The makefile in the folder is: TOP = ../.. include $(TOP)/configure/CONFIG
ARCH = linux-x86_64
TARGETS = envPaths cdCommands dllPath.bat
include $(TOP)/configure/RULES.iocAm i forgetting to edit some file? Thanks in advance for any help 🙂 Marco Aviso Legal: Esta mensagem e seus anexos podem conter informações confidenciais e/ou de uso restrito. Observe atentamente seu conteúdo e considere eventual consulta ao remetente antes de copiá-la, divulgá-la ou distribuí-la. Se você recebeu esta mensagem por engano, por favor avise o remetente e apague-a imediatamente. Disclaimer: This email and its attachments may contain confidential and/or privileged information. Observe its content carefully and consider possible querying to the sender before copying, disclosing or distributing it. If you have received this email by mistake, please notify the sender and delete it immediately. |