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 2025 | 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 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: How To Compile EPICS7 at RTEMS5.1 |
From: | Joel Sherrill via Tech-talk <tech-talk at aps.anl.gov> |
To: | 程司农 <chengsn at ihep.ac.cn> |
Cc: | Talk EPICS Tech <tech-talk at aps.anl.gov> |
Date: | Fri, 5 Feb 2021 08:26:14 -0600 |
Hello EPICS/RTEMS users,
I want to complie RTEMS at CentOS7, and get started EPICS with RTEMS, and my target board is mvme5500.So, I choose RTEMS5.1 and EPICS7 . I find some imformation in the https://epics.mpg.de/index.php?n=Software.EPICSRTEMS?userlang=en. I change the file configure/os/CONFIG_SITE.Common.RTEMS, then make RTEMS_BSP=mvme5500, there will be many .h header files missing. After adding a part, the rtems/bsd/modules.h file is now missing.
There is my env:
HOST: centOS7, Target board: mvme5500, RTEMS version: 5.1, EPICS version: 7.0(download from https://github.com/hjunkes/epicsBaseOwnPlayground/tree/7.0 )
The build is stopping with following error:
[chengsn@localhost epicsBaseOwnPlayground-7.0]$ make RTEMS_BSP=mvme5500
make -C ./configure install
make[1]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/configure'
make -C O.linux-x86_64 -f ../Makefile TOP=../.. \
T_A=linux-x86_64 install
make[2]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/configure/O.linux-x86_64'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/configure/O.linux-x86_64'
make -C O.RTEMS-qoriq_e500 -f ../Makefile TOP=../.. \
T_A=RTEMS-qoriq_e500 install
make[2]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/configure/O.RTEMS-qoriq_e500'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/configure/O.RTEMS-qoriq_e500'
make[1]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/configure'
make -C ./src install
make[1]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src'
make -C ./tools install
make[2]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/tools'
make -C O.linux-x86_64 -f ../Makefile TOP=../../.. \
T_A=linux-x86_64 install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/tools/O.linux-x86_64'
Installing PERL_MODULES file ../../../lib/perl/EPICS/Copy.pm
mkdir ../../../lib
mkdir ../../../lib/perl
mkdir ../../../lib/perl/EPICS
Installing PERL_MODULES file ../../../lib/perl/EPICS/Path.pm
Installing PERL_MODULES file ../../../lib/perl/EPICS/Release.pm
Installing PERL_MODULES file ../../../lib/perl/EPICS/Readfile.pm
Installing PERL_MODULES file ../../../lib/perl/EPICS/Getopts.pm
Installing PERL_MODULES file ../../../lib/perl/EpicsHostArch.pl
Installing script ../../../bin/linux-x86_64/assembleSnippets.pl
mkdir ../../../bin
mkdir ../../../bin/linux-x86_64
Installing script ../../../bin/linux-x86_64/convertRelease.pl
Installing script ../../../bin/linux-x86_64/cvsclean.pl
Installing script ../../../bin/linux-x86_64/depclean.pl
Installing script ../../../bin/linux-x86_64/dos2unix.pl
Installing script ../../../bin/linux-x86_64/expandVars.pl
Installing script ../../../bin/linux-x86_64/fullPathName.pl
Installing script ../../../bin/linux-x86_64/installEpics.pl
Installing script ../../../bin/linux-x86_64/makeMakefile.pl
Installing script ../../../bin/linux-x86_64/makeTestfile.pl
Installing script ../../../bin/linux-x86_64/mkmf.pl
Installing script ../../../bin/linux-x86_64/munch.pl
Installing script ../../../bin/linux-x86_64/podToHtml.pl
Installing script ../../../bin/linux-x86_64/podRemove.pl
Installing script ../../../bin/linux-x86_64/replaceVAR.pl
Installing script ../../../bin/linux-x86_64/tap-to-junit-xml.pl
Installing script ../../../bin/linux-x86_64/useManifestTool.pl
Installing script ../../../bin/linux-x86_64/genVersionHeader.pl
Installing html ../../../html/./style.css
mkdir ../../../html
mkdir ../../../html/.
Installing generated html ../../../html/./EPICS/Getopts.html
mkdir ../../../html/./EPICS
Installing generated html ../../../html/./EPICS/Path.html
Installing generated html ../../../html/./EPICS/Readfile.html
Installing generated html ../../../html/./fullPathName.html
Installing generated html ../../../html/./munch.html
Installing generated html ../../../html/./podToHtml.html
Installing generated html ../../../html/./podRemove.html
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/tools/O.linux-x86_64'
make -C O.RTEMS-qoriq_e500 -f ../Makefile TOP=../../.. \
T_A=RTEMS-qoriq_e500 install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/tools/O.RTEMS-qoriq_e500'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/tools/O.RTEMS-qoriq_e500'
make[2]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/tools'
make -C template/base install
make[2]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/base'
make -C O.linux-x86_64 -f ../Makefile TOP=../../../.. \
T_A=linux-x86_64 install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/base/O.linux-x86_64'
Installing script ../../../../bin/linux-x86_64/makeBaseApp.pl
Installing ../../../../templates/makeBaseApp/top/Makefile
mkdir ../../../../templates
mkdir ../../../../templates/makeBaseApp
mkdir ../../../../templates/makeBaseApp/top
Installing ../../../../templates/makeBaseApp/top/configure/CONFIG
mkdir ../../../../templates/makeBaseApp/top/configure
Installing ../../../../templates/makeBaseApp/top/configure/CONFIG_SITE
Installing ../../../../templates/makeBaseApp/top/configure/Makefile
Installing ../../../../templates/makeBaseApp/top/configure/RELEASE
Installing ../../../../templates/makeBaseApp/top/configure/RULES
Installing ../../../../templates/makeBaseApp/top/configure/RULES.ioc
Installing ../../../../templates/makeBaseApp/top/configure/RULES_DIRS
Installing ../../../../templates/makeBaseApp/top/configure/RULES_TOP
Installing ../../../../templates/makeBaseApp/top/supportApp/Makefile
mkdir ../../../../templates/makeBaseApp/top/supportApp
Installing ../../../../templates/makeBaseApp/top/supportApp/Db/Makefile
mkdir ../../../../templates/makeBaseApp/top/supportApp/Db
Installing ../../../../templates/makeBaseApp/top/supportApp/src/Makefile
mkdir ../../../../templates/makeBaseApp/top/supportApp/src
Installing ../../../../templates/makeBaseApp/top/supportApp/src/_APPNAME_.dbd
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/base/O.linux-x86_64'
make -C O.RTEMS-qoriq_e500 -f ../Makefile TOP=../../../.. \
T_A=RTEMS-qoriq_e500 install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/base/O.RTEMS-qoriq_e500'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/base/O.RTEMS-qoriq_e500'
make[2]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/base'
make -C template/ext install
make[2]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/ext'
make -C O.linux-x86_64 -f ../Makefile TOP=../../../.. \
T_A=linux-x86_64 install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/ext/O.linux-x86_64'
Installing script ../../../../bin/linux-x86_64/makeBaseExt.pl
Installing ../../../../templates/makeBaseExt/top/Makefile
mkdir ../../../../templates/makeBaseExt
mkdir ../../../../templates/makeBaseExt/top
Installing ../../../../templates/makeBaseExt/top/README
Installing ../../../../templates/makeBaseExt/top/configure/CONFIG
mkdir ../../../../templates/makeBaseExt/top/configure
Installing ../../../../templates/makeBaseExt/top/configure/CONFIG_SITE
Installing ../../../../templates/makeBaseExt/top/configure/Makefile
Installing ../../../../templates/makeBaseExt/top/configure/RELEASE
Installing ../../../../templates/makeBaseExt/top/configure/RULES
Installing ../../../../templates/makeBaseExt/top/configure/RULES_DIRS
Installing ../../../../templates/makeBaseExt/top/configure/RULES_TOP
Installing ../../../../templates/makeBaseExt/top/configure/RULES_PYTHON
Installing ../../../../templates/makeBaseExt/top/configure/RULES_IDL
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc
mkdir ../../../../templates/makeBaseExt/top/configure/os
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-athlon
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86.win32-x86
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.windows-x64.windows-x64
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86_64.solaris-x86_64
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG.linux-x86.linux-386
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu
Installing ../../../../templates/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc
Installing ../../../../templates/makeBaseExt/top/src/Makefile
mkdir ../../../../templates/makeBaseExt/top/src
Installing ../../../../templates/makeBaseExt/top/exampleExt/Makefile
mkdir ../../../../templates/makeBaseExt/top/exampleExt
Installing ../../../../templates/makeBaseExt/top/exampleExt/caExample.c
Installing ../../../../templates/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM
Installing ../../../../templates/makeBaseExt/top/simpleExt/Makefile
mkdir ../../../../templates/makeBaseExt/top/simpleExt
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/ext/O.linux-x86_64'
make -C O.RTEMS-qoriq_e500 -f ../Makefile TOP=../../../.. \
T_A=RTEMS-qoriq_e500 install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/ext/O.RTEMS-qoriq_e500'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/ext/O.RTEMS-qoriq_e500'
make[2]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src/template/ext'
make[1]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/src'
make -C ./test install
make[1]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/test'
make -C ./tools install
make[2]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/test/tools'
make -C O.linux-x86_64 -f ../Makefile TOP=../../.. \
T_A=linux-x86_64 install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/test/tools/O.linux-x86_64'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/test/tools/O.linux-x86_64'
make -C O.RTEMS-qoriq_e500 -f ../Makefile TOP=../../.. \
T_A=RTEMS-qoriq_e500 install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/test/tools/O.RTEMS-qoriq_e500'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/test/tools/O.RTEMS-qoriq_e500'
make[2]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/test/tools'
make[1]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/test'
make -C ./modules install
make[1]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules'
make -C ./libcom install
make[2]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom'
make -C ./configure install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/configure'
make -C O.linux-x86_64 -f ../Makefile TOP=../.. \
T_A=linux-x86_64 install
make[4]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/configure/O.linux-x86_64'
Installing CFG file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/cfg/CONFIG_LIBCOM_MODULE
mkdir /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/cfg
Installing CFG file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/cfg/CONFIG_LIBCOM_VERSION
perl -CSD /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/convertRelease.pl checkRelease
make[4]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/configure/O.linux-x86_64'
make -C O.RTEMS-qoriq_e500 -f ../Makefile TOP=../.. \
T_A=RTEMS-qoriq_e500 install
make[4]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/configure/O.RTEMS-qoriq_e500'
perl -CSD /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/convertRelease.pl checkRelease
make[4]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/configure/O.RTEMS-qoriq_e500'
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/configure'
make -C ./src install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/src'
make -C O.linux-x86_64 -f ../Makefile TOP=../.. \
T_A=linux-x86_64 install
make[4]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/src/O.linux-x86_64'
Installing created executable /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/bldEnvData.pl
perl -CSD /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/convertRelease.pl -T ../.. /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/libcomModuleDirs.pm
perl -CSD /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/bldEnvData.pl -t linux-x86_64 \
-c gcc -s Linux /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/configure
Generating envData.c
/usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I../../src/osi/compiler/gcc -I../../src/osi/compiler/default -I. -I../../src/osi/os/Linux -I../../src/osi/os/posix -I../../src/osi/os/default -I.. -I../../src/as -I../../src/bucketLib -I../../src/calc -I../../src/cvtFast -I../../src/cppStd -I../../src/cxxTemplates -I../../src/dbmf -I../../src/ellLib -I../../src/env -I../../src/error -I../../src/fdmgr -I../../src/flex -I../../src/freeList -I../../src/gpHash -I../../src/iocsh -I../../src/log -I../../src/macLib -I../../src/misc -I../../src/osi -I../../src/pool -I../../src/ring -I../../src/taskwd -I../../src/timer -I../../src/yacc -I../../src/yacc -I../../src/yajl -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -MM -MF envData.d envData.c
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/valgrind/valgrind.h
mkdir /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include
mkdir /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/valgrind
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/libComVersion.h
Installing generated generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/libComVersionNum.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/asLib.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/asTrapWrite.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/bucketLib.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/postfix.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/cvtFast.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsAlgorithm.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsExcept.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/resourceLib.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/tsDLList.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/tsSLList.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/tsMinMax.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/tsFreeList.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsSingleton.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsGuard.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/dbmf.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/ellLib.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/envDefs.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsPrint.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/errMdef.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/errSymTbl.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/errlog.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/fdManager.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/fdmgr.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/flex.skel.static
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/freeList.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/gpHash.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/iocsh.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/initHooks.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/registry.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/libComRegister.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/iocLog.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/logClient.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/macLib.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/alarm.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/alarmString.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/adjustment.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/cantProceed.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/dbDefs.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsConvert.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsExit.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsStdlib.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsString.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsTypes.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/shareLib.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsExport.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/unixFileName.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/locationException.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/ipAddrToAsciiAsynchronous.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compilerDependencies.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsUnitTest.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/testMain.h
Installing generated generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsVersion.h
Installing compiler dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc/compilerSpecific.h
mkdir /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler
mkdir /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osiFileName.h
mkdir /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os
mkdir /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/osiSock.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdSock.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsInterrupt.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdInterrupt.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsMutex.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdMutex.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsSpin.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsEvent.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdEvent.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/epicsMath.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdMessageQueue.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdStrtod.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsAssert.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsFindSymbol.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/osiPoolStatus.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdPoolStatus.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdThread.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsThread.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsTime.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsGeneralTime.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdTime.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/generalTimeSup.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/osiClockTime.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsSignal.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/osiProcess.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osiUnistd.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/osiWireFormat.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdWireFormat.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdWireConfig.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsAtomic.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsAtomicDefault.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/epicsAtomicOSD.h
Installing compiler dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc/epicsAtomicCD.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsEndian.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsReadline.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsMessageQueue.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsStdio.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsStdioRedirect.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsTempFile.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/epicsGetopt.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsStackTrace.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/devLib.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/devLibVME.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/devLibVMEImpl.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/osdVME.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/epicsMMIO.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux/epicsMMIODef.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsThreadPool.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsRingPointer.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsRingBytes.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/taskwd.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsTimer.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/yajl_alloc.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/yajl_common.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/yajl_gen.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/yajl_parse.h
Installing created executable /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/antelope
/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/antelope -bparse -l -d ../../src/flex/parse.y
mv parse.tab.c parse.c
mv parse.tab.h parse.h
/usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -DDEFAULT_SKELETON_FILE=flex.skel.static -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I../../src/osi/compiler/gcc -I../../src/osi/compiler/default -I. -I../../src/osi/os/Linux -I../../src/osi/os/posix -I../../src/osi/os/default -I.. -I../../src/as -I../../src/bucketLib -I../../src/calc -I../../src/cvtFast -I../../src/cppStd -I../../src/cxxTemplates -I../../src/dbmf -I../../src/ellLib -I../../src/env -I../../src/error -I../../src/fdmgr -I../../src/flex -I../../src/freeList -I../../src/gpHash -I../../src/iocsh -I../../src/log -I../../src/macLib -I../../src/misc -I../../src/osi -I../../src/pool -I../../src/ring -I../../src/taskwd -I../../src/timer -I../../src/yacc -I../../src/yacc -I../../src/yajl -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -c parse.c
/usr/bin/g++ -o e_flex -L/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/linux-x86_64 -Wl,-rpath,/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/linux-x86_64 -rdynamic -m64 epicsTempFile.o ccl.o dfa.o ecs.o gen.o misc.o nfa.o sym.o tblcmp.o parse.o
Installing created executable /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/e_flex
/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/e_flex -S/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/flex.skel.static -8 -I -oasLib_lex.c ../../src/as/asLib_lex.l
/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/antelope -basLib ../../src/as/asLib.y
mv asLib.tab.c asLib.c
/usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I../../src/osi/compiler/gcc -I../../src/osi/compiler/default -I. -I../../src/osi/os/Linux -I../../src/osi/os/posix -I../../src/osi/os/default -I.. -I../../src/as -I../../src/bucketLib -I../../src/calc -I../../src/cvtFast -I../../src/cppStd -I../../src/cxxTemplates -I../../src/dbmf -I../../src/ellLib -I../../src/env -I../../src/error -I../../src/fdmgr -I../../src/flex -I../../src/freeList -I../../src/gpHash -I../../src/iocsh -I../../src/log -I../../src/macLib -I../../src/misc -I../../src/osi -I../../src/pool -I../../src/ring -I../../src/taskwd -I../../src/timer -I../../src/yacc -I../../src/yacc -I../../src/yajl -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -MM -MF asLib.d asLib.c
/usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -DDEFAULT_SKELETON_FILE=flex.skel.static -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I../../src/osi/compiler/gcc -I../../src/osi/compiler/default -I. -I../../src/osi/os/Linux -I../../src/osi/os/posix -I../../src/osi/os/default -I.. -I../../src/as -I../../src/bucketLib -I../../src/calc -I../../src/cvtFast -I../../src/cppStd -I../../src/cxxTemplates -I../../src/dbmf -I../../src/ellLib -I../../src/env -I../../src/error -I../../src/fdmgr -I../../src/flex -I../../src/freeList -I../../src/gpHash -I../../src/iocsh -I../../src/log -I../../src/macLib -I../../src/misc -I../../src/osi -I../../src/pool -I../../src/ring -I../../src/taskwd -I../../src/timer -I../../src/yacc -I../../src/yacc -I../../src/yajl -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -MM -MF parse.d parse.c
make[4]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/src/O.linux-x86_64'
make[4]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/src/O.linux-x86_64'
Installing PERL_MODULES file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/perl/EPICS/macLib.pm
/usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I../../src/osi/compiler/gcc -I../../src/osi/compiler/default -I. -I../../src/osi/os/Linux -I../../src/osi/os/posix -I../../src/osi/os/default -I.. -I../../src/as -I../../src/bucketLib -I../../src/calc -I../../src/cvtFast -I../../src/cppStd -I../../src/cxxTemplates -I../../src/dbmf -I../../src/ellLib -I../../src/env -I../../src/error -I../../src/fdmgr -I../../src/flex -I../../src/freeList -I../../src/gpHash -I../../src/iocsh -I../../src/log -I../../src/macLib -I../../src/misc -I../../src/osi -I../../src/pool -I../../src/ring -I../../src/taskwd -I../../src/timer -I../../src/yacc -I../../src/yacc -I../../src/yajl -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -c asLib.c
/usr/bin/gcc -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -O3 -g -Wall -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I../../src/osi/compiler/gcc -I../../src/osi/compiler/default -I. -I../../src/osi/os/Linux -I../../src/osi/os/posix -I../../src/osi/os/default -I.. -I../../src/as -I../../src/bucketLib -I../../src/calc -I../../src/cvtFast -I../../src/cppStd -I../../src/cxxTemplates -I../../src/dbmf -I../../src/ellLib -I../../src/env -I../../src/error -I../../src/fdmgr -I../../src/flex -I../../src/freeList -I../../src/gpHash -I../../src/iocsh -I../../src/log -I../../src/macLib -I../../src/misc -I../../src/osi -I../../src/pool -I../../src/ring -I../../src/taskwd -I../../src/timer -I../../src/yacc -I../../src/yacc -I../../src/yajl -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/Linux -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -c envData.c
/usr/bin/ar -rc libCom.a asLib.o asTrapWrite.o bucketLib.o postfix.o calcPerform.o cvtFast.o resourceLib.o epicsSingletonMutex.o dbmf.o ellLib.o ellSort.o envSubr.o envData.o errlog.o errSymLib.o errSymTbl.o fdmgr.o fdManager.o freeListLib.o gpHashLib.o iocsh.o initHooks.o registry.o libComRegister.o iocLog.o logClient.o macCore.o macEnv.o macUtil.o alarmString.o aToIPAddr.o adjustment.o cantProceed.o epicsConvert.o epicsExit.o epicsStdlib.o epicsString.o truncateFile.o ipAddrToAsciiAsynchronous.o epicsUnitTest.o epicsThread.o epicsMutex.o epicsEvent.o epicsTime.o epicsMessageQueue.o epicsMath.o epicsAtomicOSD.o epicsGeneralTime.o osiClockTime.o osdSock.o osdSockAddrReuse.o osiSock.o systemCallIntMech.o epicsSocketConvertErrnoToString.o osdAssert.o osdFindSymbol.o osdInterrupt.o osdPoolStatus.o osdSignal.o osdEnv.o epicsReadline.o epicsTempFile.o epicsStdio.o osdStdio.o osdThread.o osdThreadExtra.o osdThreadHooks.o osdMutex.o osdSpin.o osdEvent.o osdTime.o osdMonotonic.o osdProcess.o osdNetIntf.o osdMessageQueue.o devLibVME.o devLibVMEOSD.o epicsStackTrace.o osdBackTrace.o osdFindAddr.o poolJob.o threadPool.o epicsRingPointer.o epicsRingBytes.o taskwd.o epicsTimer.o timer.o timerQueue.o timerQueueActive.o timerQueueActiveMgr.o timerQueuePassive.o yajl.o yajl_alloc.o yajl_buf.o yajl_encode.o yajl_gen.o yajl_lex.o yajl_parser.o
/usr/bin/ranlib libCom.a
/usr/bin/g++ -o libCom.so.3.17.2 -shared -fPIC -Wl,-hlibCom.so.3.17.2 -L/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/linux-x86_64 -Wl,-rpath,/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/linux-x86_64 -rdynamic -m64 asLib.o asTrapWrite.o bucketLib.o postfix.o calcPerform.o cvtFast.o resourceLib.o epicsSingletonMutex.o dbmf.o ellLib.o ellSort.o envSubr.o envData.o errlog.o errSymLib.o errSymTbl.o fdmgr.o fdManager.o freeListLib.o gpHashLib.o iocsh.o initHooks.o registry.o libComRegister.o iocLog.o logClient.o macCore.o macEnv.o macUtil.o alarmString.o aToIPAddr.o adjustment.o cantProceed.o epicsConvert.o epicsExit.o epicsStdlib.o epicsString.o truncateFile.o ipAddrToAsciiAsynchronous.o epicsUnitTest.o epicsThread.o epicsMutex.o epicsEvent.o epicsTime.o epicsMessageQueue.o epicsMath.o epicsAtomicOSD.o epicsGeneralTime.o osiClockTime.o osdSock.o osdSockAddrReuse.o osiSock.o systemCallIntMech.o epicsSocketConvertErrnoToString.o osdAssert.o osdFindSymbol.o osdInterrupt.o osdPoolStatus.o osdSignal.o osdEnv.o epicsReadline.o epicsTempFile.o epicsStdio.o osdStdio.o osdThread.o osdThreadExtra.o osdThreadHooks.o osdMutex.o osdSpin.o osdEvent.o osdTime.o osdMonotonic.o osdProcess.o osdNetIntf.o osdMessageQueue.o devLibVME.o devLibVMEOSD.o epicsStackTrace.o osdBackTrace.o osdFindAddr.o poolJob.o threadPool.o epicsRingPointer.o epicsRingBytes.o taskwd.o epicsTimer.o timer.o timerQueue.o timerQueueActive.o timerQueueActiveMgr.o timerQueuePassive.o yajl.o yajl_alloc.o yajl_buf.o yajl_encode.o yajl_gen.o yajl_lex.o yajl_parser.o -lpthread -lreadline -lm -lrt -ldl -lgcc
Installing shared library /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/linux-x86_64/libCom.so.3.17.2
ln -s libCom.so.3.17.2 /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/linux-x86_64/libCom.so
Installing library /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/linux-x86_64/libCom.a
/usr/bin/g++ -o iocLogServer -L/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/linux-x86_64 -Wl,-rpath,/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/linux-x86_64 -rdynamic -m64 iocLogServer.o -lCom
Installing created executable /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/S99logServer
Installing created executable /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/iocLogServer
make[4]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/src/O.linux-x86_64'
make -C O.RTEMS-qoriq_e500 -f ../Makefile TOP=../.. \
T_A=RTEMS-qoriq_e500 install
make[4]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/src/O.RTEMS-qoriq_e500'
perl -CSD /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/bldEnvData.pl -t RTEMS-qoriq_e500 \
-c gcc -s RTEMS /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/configure
Generating envData.c
/home/chengsn/MVME5500/RTEMS/rtems-5/bin/powerpc-rtems5-gcc --pipe -B/home/chengsn/MVME5500/RTEMS/rtems-5/powerpc-rtems5/mvme5500/lib/ -specs bsp_specs -qrtems -fasm -mcpu=7450 -mtune=7450 -DUNIX -O2 -g -ffunction-sections -fdata-sections -Wall -D__LINUX_ERRNO_EXTENSIONS__ -I. -I../O.Common -I. -I../../src/osi/compiler/gcc -I../../src/osi/compiler/default -I. -I../../src/osi/os/RTEMS-posix -I../../src/osi/os/RTEMS -I../../src/osi/os/posix -I../../src/osi/os/default -I.. -I../../src/as -I../../src/bucketLib -I../../src/calc -I../../src/cvtFast -I../../src/cppStd -I../../src/cxxTemplates -I../../src/dbmf -I../../src/ellLib -I../../src/env -I../../src/error -I../../src/fdmgr -I../../src/flex -I../../src/freeList -I../../src/gpHash -I../../src/iocsh -I../../src/log -I../../src/macLib -I../../src/misc -I../../src/osi -I../../src/pool -I../../src/ring -I../../src/taskwd -I../../src/timer -I../../src/yacc -I../../src/yacc -I../../src/yajl -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -MM -MF envData.d envData.c
/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/e_flex -S/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/flex.skel.static -8 -I -oasLib_lex.c ../../src/as/asLib_lex.l
/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/antelope -basLib ../../src/as/asLib.y
/bin/mv asLib.tab.c asLib.c
/home/chengsn/MVME5500/RTEMS/rtems-5/bin/powerpc-rtems5-gcc --pipe -B/home/chengsn/MVME5500/RTEMS/rtems-5/powerpc-rtems5/mvme5500/lib/ -specs bsp_specs -qrtems -fasm -mcpu=7450 -mtune=7450 -DUNIX -O2 -g -ffunction-sections -fdata-sections -Wall -D__LINUX_ERRNO_EXTENSIONS__ -I. -I../O.Common -I. -I../../src/osi/compiler/gcc -I../../src/osi/compiler/default -I. -I../../src/osi/os/RTEMS-posix -I../../src/osi/os/RTEMS -I../../src/osi/os/posix -I../../src/osi/os/default -I.. -I../../src/as -I../../src/bucketLib -I../../src/calc -I../../src/cvtFast -I../../src/cppStd -I../../src/cxxTemplates -I../../src/dbmf -I../../src/ellLib -I../../src/env -I../../src/error -I../../src/fdmgr -I../../src/flex -I../../src/freeList -I../../src/gpHash -I../../src/iocsh -I../../src/log -I../../src/macLib -I../../src/misc -I../../src/osi -I../../src/pool -I../../src/ring -I../../src/taskwd -I../../src/timer -I../../src/yacc -I../../src/yacc -I../../src/yajl -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -MM -MF asLib.d asLib.c
make[4]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/src/O.RTEMS-qoriq_e500'
make[4]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/src/O.RTEMS-qoriq_e500'
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osiFileName.h
mkdir /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdSock.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdInterrupt.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdMutex.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdEvent.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/epicsMath.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdMessageQueue.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdStrtod.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdPoolStatus.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdThread.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdTime.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osiUnistd.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdWireFormat.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdWireConfig.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/epicsAtomicOSD.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/epicsGetopt.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/osdVME.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/epicsMMIO.h
Installing OS dependent include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS/epicsMMIODef.h
/home/chengsn/MVME5500/RTEMS/rtems-5/bin/powerpc-rtems5-gcc --pipe -B/home/chengsn/MVME5500/RTEMS/rtems-5/powerpc-rtems5/mvme5500/lib/ -specs bsp_specs -qrtems -fasm -mcpu=7450 -mtune=7450 -DUNIX -O2 -g -ffunction-sections -fdata-sections -Wall -D__LINUX_ERRNO_EXTENSIONS__ -I. -I../O.Common -I. -I../../src/osi/compiler/gcc -I../../src/osi/compiler/default -I. -I../../src/osi/os/RTEMS-posix -I../../src/osi/os/RTEMS -I../../src/osi/os/posix -I../../src/osi/os/default -I.. -I../../src/as -I../../src/bucketLib -I../../src/calc -I../../src/cvtFast -I../../src/cppStd -I../../src/cxxTemplates -I../../src/dbmf -I../../src/ellLib -I../../src/env -I../../src/error -I../../src/fdmgr -I../../src/flex -I../../src/freeList -I../../src/gpHash -I../../src/iocsh -I../../src/log -I../../src/macLib -I../../src/misc -I../../src/osi -I../../src/pool -I../../src/ring -I../../src/taskwd -I../../src/timer -I../../src/yacc -I../../src/yacc -I../../src/yajl -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -c asLib.c
/home/chengsn/MVME5500/RTEMS/rtems-5/bin/powerpc-rtems5-gcc --pipe -B/home/chengsn/MVME5500/RTEMS/rtems-5/powerpc-rtems5/mvme5500/lib/ -specs bsp_specs -qrtems -fasm -mcpu=7450 -mtune=7450 -DUNIX -O2 -g -ffunction-sections -fdata-sections -Wall -D__LINUX_ERRNO_EXTENSIONS__ -I. -I../O.Common -I. -I../../src/osi/compiler/gcc -I../../src/osi/compiler/default -I. -I../../src/osi/os/RTEMS-posix -I../../src/osi/os/RTEMS -I../../src/osi/os/posix -I../../src/osi/os/default -I.. -I../../src/as -I../../src/bucketLib -I../../src/calc -I../../src/cvtFast -I../../src/cppStd -I../../src/cxxTemplates -I../../src/dbmf -I../../src/ellLib -I../../src/env -I../../src/error -I../../src/fdmgr -I../../src/flex -I../../src/freeList -I../../src/gpHash -I../../src/iocsh -I../../src/log -I../../src/macLib -I../../src/misc -I../../src/osi -I../../src/pool -I../../src/ring -I../../src/taskwd -I../../src/timer -I../../src/yacc -I../../src/yacc -I../../src/yajl -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -c envData.c
/home/chengsn/MVME5500/RTEMS/rtems-5/bin/powerpc-rtems5-ar rc libCom.a asLib.o asTrapWrite.o bucketLib.o postfix.o calcPerform.o cvtFast.o resourceLib.o epicsSingletonMutex.o dbmf.o ellLib.o ellSort.o envSubr.o envData.o errlog.o errSymLib.o errSymTbl.o fdmgr.o fdManager.o freeListLib.o gpHashLib.o iocsh.o initHooks.o registry.o libComRegister.o iocLog.o logClient.o macCore.o macEnv.o macUtil.o alarmString.o aToIPAddr.o adjustment.o cantProceed.o epicsConvert.o epicsExit.o epicsStdlib.o epicsString.o truncateFile.o ipAddrToAsciiAsynchronous.o epicsUnitTest.o epicsThread.o epicsMutex.o epicsEvent.o epicsTime.o epicsMessageQueue.o epicsMath.o epicsAtomicOSD.o epicsGeneralTime.o osiClockTime.o osdSock.o osdSockAddrReuse.o osiSock.o systemCallIntMech.o epicsSocketConvertErrnoToString.o osdAssert.o osdFindSymbol.o osdInterrupt.o osdPoolStatus.o osdSignal.o osdEnv.o epicsReadline.o epicsTempFile.o epicsStdio.o osdStdio.o osdThread.o osdThreadExtra.o osdThreadHooks.o osdMutex.o osdSpin.o osdEvent.o osdTime.o osdMonotonic.o osdProcess.o osdNetIntf.o osdMessageQueue.o devLibVME.o devLibVMEOSD.o epicsStackTrace.o osdBackTrace.o osdFindAddr.o poolJob.o threadPool.o epicsRingPointer.o epicsRingBytes.o taskwd.o epicsTimer.o timer.o timerQueue.o timerQueueActive.o timerQueueActiveMgr.o timerQueuePassive.o yajl.o yajl_alloc.o yajl_buf.o yajl_encode.o yajl_gen.o yajl_lex.o yajl_parser.o osiNTPTime.o
/home/chengsn/MVME5500/RTEMS/rtems-5/bin/powerpc-rtems5-ranlib libCom.a
Installing library /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/lib/RTEMS-qoriq_e500/libCom.a
make[4]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/src/O.RTEMS-qoriq_e500'
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/src'
make -C ./RTEMS install
make[3]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/RTEMS'
make -C O.linux-x86_64 -f ../Makefile TOP=../.. \
T_A=linux-x86_64 install
make[4]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/RTEMS/O.linux-x86_64'
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsRtemsInitHooks.h
Installing generic include file /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/epicsMemFs.h
Installing script /home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/bin/linux-x86_64/epicsMakeMemFs.pl
make[4]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/RTEMS/O.linux-x86_64'
make -C O.RTEMS-qoriq_e500 -f ../Makefile TOP=../.. \
T_A=RTEMS-qoriq_e500 install
make[4]: Entering directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/RTEMS/O.RTEMS-qoriq_e500'
/home/chengsn/MVME5500/RTEMS/rtems-5/bin/powerpc-rtems5-gcc --pipe -B/home/chengsn/MVME5500/RTEMS/rtems-5/powerpc-rtems5/mvme5500/lib/ -specs bsp_specs -qrtems -fasm -mcpu=7450 -mtune=7450 -DUNIX -O2 -g -ffunction-sections -fdata-sections -Wall -D__LINUX_ERRNO_EXTENSIONS__ -I. -I../O.Common -I. -I. -I.. -I../posix -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -c ../posix/rtems_init.c
../posix/rtems_init.c: In function 'initialize_local_filesystem':
../posix/rtems_init.c:193:17: warning: unused variable '_FlashSize' [-Wunused-variable]
extern char _FlashSize[] __attribute__((weak));
^~~~~~~~~~
../posix/rtems_init.c:192:17: warning: unused variable '_FlashBase' [-Wunused-variable]
extern char _FlashBase[] __attribute__((weak));
^~~~~~~~~~
../posix/rtems_init.c:191:17: warning: unused variable '_DownloadLocation' [-Wunused-variable]
extern char _DownloadLocation[] __attribute__((weak));
^~~~~~~~~~~~~~~~~
../posix/rtems_init.c: In function 'default_network_dhcpcd':
../posix/rtems_init.c:686:14: warning: implicit declaration of function 'rtems_dhcpcd_start'; did you mean 'rtems_telnetd_start'? [-Wimplicit-function-declaration]
sc = rtems_dhcpcd_start(NULL);
^~~~~~~~~~~~~~~~~~
rtems_telnetd_start
../posix/rtems_init.c: In function 'POSIX_Init':
../posix/rtems_init.c:699:25: warning: unused variable 'cp' [-Wunused-variable]
char *cp;
^~
/home/chengsn/MVME5500/RTEMS/rtems-5/bin/powerpc-rtems5-gcc --pipe -B/home/chengsn/MVME5500/RTEMS/rtems-5/powerpc-rtems5/mvme5500/lib/ -specs bsp_specs -qrtems -fasm -mcpu=7450 -mtune=7450 -DUNIX -O2 -g -ffunction-sections -fdata-sections -Wall -D__LINUX_ERRNO_EXTENSIONS__ -I. -I../O.Common -I. -I. -I.. -I../posix -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/compiler/gcc -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include/os/RTEMS -I/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/include -c ../posix/rtems_config.c
In file included from /home/chengsn/MVME5500/RTEMS/rtems-5/powerpc-rtems5/mvme5500/lib/include/machine/rtems-bsd-config.h:230:0,
from ../posix/rtems_config.c:92:
/home/chengsn/MVME5500/RTEMS/rtems-5/powerpc-rtems5/mvme5500/lib/include/bsp/nexus-devices.h:40:10: fatal error: rtems/bsd/modules.h: No such file or directory
#include <rtems/bsd/modules.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [rtems_config.o] Error 1
make[4]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/RTEMS/O.RTEMS-qoriq_e500'
make[3]: *** [install.RTEMS-qoriq_e500] Error 2
make[3]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom/RTEMS'
make[2]: *** [RTEMS.install] Error 2
make[2]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules/libcom'
make[1]: *** [libcom.install] Error 2
make[1]: Leaving directory `/home/chengsn/MVME5500/EPICS/epicsBaseOwnPlayground-7.0/modules'
make: *** [modules.install] Error 2
Did I do something wrong?
Best regards,
chengsn