EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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  <20222023  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  <20222023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Static Build on armv7
From: Florian Feldbauer via Tech-talk <tech-talk at aps.anl.gov>
To: Michael Davidsaver <mdavidsaver at gmail.com>
Cc: tech-talk at aps.anl.gov
Date: Wed, 30 Mar 2022 19:32:55 +0200
Hey Michael,

attached is the complete output from make and the readelf command you mentioned.

Cheers,
Florian


Am 30.03.2022 um 17:47 schrieb Michael Davidsaver:
On 3/30/22 07:15, Florian Feldbauer via Tech-talk wrote:
Hey all,

we use docker images to easily deploy our IOCs for our detector control system.
The images are build for amd64, arm64/aarch64 and armv7.

To reduce the size of those images, I recently switched from dynamic to static linking by adding the line
 >      && echo "STATIC_BUILD=YES" >> configure/CONFIG_SITE.local \
to our Dockerfile.

When compiling base7 for amd64 and aarch64 this is working just fine, but I get an error on arm/v7:

#0 189.7 Installing created executable /epics/base/bin/linux-arm/antelope #0 190.1 /epics/base/bin/linux-arm/antelope -bparse -l -d ../flex/parse.y
#0 190.1 /usr/lib/ld.so.1: No such file or directory
#0 198.7 Expanding ../libComVersion.h@ to ../O.Common/libComVersion.h

I investigated the issue a bit closer and found the following:

root@195e454a8580:/epics/src/base# ldd /epics/base/bin/linux-arm/antelope
  linux-vdso.so.1 (0x7ef10000)
  libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x76e71000)
  /usr/lib/ld.so.1 => /lib/ld-linux-armhf.so.3 (0x76f70000)

It looks like "STATIC_BUILD=YES" was ignored.

root@195e454a8580:/epics/src/base# ls /usr/lib/ld.so.1
ls: cannot access '/usr/lib/ld.so.1': No such file or directory

For some reason antelope gets linked against /usr/lib/ld.so.1 on armv7 but this file does not exist.
Does anyone know what causes this issue?

It would help if you could attach, or post somewhat, the complete
output of a clean 'make'.

Also the output of:

readelf -aW /epics/base/bin/linux-arm/antelope



Cheers,
Florian


--
Ruhr-Universität Bochum
AG der Experimentalphysik I
Dr. Florian Feldbauer
NB 2/131 / Fach 125
Universitätsstr. 150
D-44801 Bochum

Office: NB 2/134
Phone:  (+49)234 / 32-23563
Fax:    (+49)234 / 32-14170
https://paluma.ruhr-uni-bochum.de
ELF Header:
  Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 
  Class:                             ELF32
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              EXEC (Executable file)
  Machine:                           ARM
  Version:                           0x1
  Entry point address:               0x10dd1
  Start of program headers:          52 (bytes into file)
  Start of section headers:          69396 (bytes into file)
  Flags:                             0x5000400, Version5 EABI, hard-float ABI
  Size of this header:               52 (bytes)
  Size of program headers:           32 (bytes)
  Number of program headers:         9
  Size of section headers:           40 (bytes)
  Number of section headers:         29
  Section header string table index: 28

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .interp           PROGBITS        00010154 000154 000011 00   A  0   0  1
  [ 2] .note.gnu.build-id NOTE            00010168 000168 000024 00   A  0   0  4
  [ 3] .note.ABI-tag     NOTE            0001018c 00018c 000020 00   A  0   0  4
  [ 4] .gnu.hash         GNU_HASH        000101ac 0001ac 0000e4 04   A  5   0  4
  [ 5] .dynsym           DYNSYM          00010290 000290 000220 10   A  6   1  4
  [ 6] .dynstr           STRTAB          000104b0 0004b0 00015d 00   A  0   0  1
  [ 7] .gnu.version      VERSYM          0001060e 00060e 000044 02   A  5   0  2
  [ 8] .gnu.version_r    VERNEED         00010654 000654 000020 00   A  6   1  4
  [ 9] .rel.dyn          REL             00010674 000674 000018 08   A  5   0  4
  [10] .rel.plt          REL             0001068c 00068c 0000f8 08  AI  5  21  4
  [11] .init             PROGBITS        00010784 000784 00000c 00  AX  0   0  4
  [12] .plt              PROGBITS        00010790 000790 00019c 04  AX  0   0  4
  [13] .text             PROGBITS        0001092c 00092c 009c9c 00  AX  0   0  4
  [14] .fini             PROGBITS        0001a5c8 00a5c8 000008 00  AX  0   0  4
  [15] .rodata           PROGBITS        0001a5d0 00a5d0 002454 00   A  0   0  4
  [16] .ARM.exidx        ARM_EXIDX       0001ca24 00ca24 000008 00  AL 13   0  4
  [17] .eh_frame         PROGBITS        0001ca2c 00ca2c 000004 00   A  0   0  4
  [18] .init_array       INIT_ARRAY      0002cf08 00cf08 000004 04  WA  0   0  4
  [19] .fini_array       FINI_ARRAY      0002cf0c 00cf0c 000004 04  WA  0   0  4
  [20] .dynamic          DYNAMIC         0002cf10 00cf10 0000f0 08  WA  6   0  4
  [21] .got              PROGBITS        0002d000 00d000 0001c8 04  WA  0   0  4
  [22] .data             PROGBITS        0002d1c8 00d1c8 0003dc 00  WA  0   0  4
  [23] .bss              NOBITS          0002d5a4 00d5a4 000218 00  WA  0   0  4
  [24] .comment          PROGBITS        00000000 00d5a4 000027 01  MS  0   0  1
  [25] .ARM.attributes   ARM_ATTRIBUTES  00000000 00d5cb 000033 00      0   0  1
  [26] .symtab           SYMTAB          00000000 00d600 0028b0 10     27 409  4
  [27] .strtab           STRTAB          00000000 00feb0 000f5e 00      0   0  1
  [28] .shstrtab         STRTAB          00000000 010e0e 000105 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
  L (link order), O (extra OS processing required), G (group), T (TLS),
  C (compressed), x (unknown), o (OS specific), E (exclude),
  y (purecode), p (processor specific)

There are no section groups in this file.

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  EXIDX          0x00ca24 0x0001ca24 0x0001ca24 0x00008 0x00008 R   0x4
  PHDR           0x000034 0x00010034 0x00010034 0x00120 0x00120 R   0x4
  INTERP         0x000154 0x00010154 0x00010154 0x00011 0x00011 R   0x1
      [Requesting program interpreter: /usr/lib/ld.so.1]
  LOAD           0x000000 0x00010000 0x00010000 0x0ca30 0x0ca30 R E 0x10000
  LOAD           0x00cf08 0x0002cf08 0x0002cf08 0x0069c 0x008b4 RW  0x10000
  DYNAMIC        0x00cf10 0x0002cf10 0x0002cf10 0x000f0 0x000f0 RW  0x4
  NOTE           0x000168 0x00010168 0x00010168 0x00044 0x00044 R   0x4
  GNU_STACK      0x000000 0x00000000 0x00000000 0x00000 0x00000 RW  0x10
  GNU_RELRO      0x00cf08 0x0002cf08 0x0002cf08 0x000f8 0x000f8 R   0x1

 Section to Segment mapping:
  Segment Sections...
   00     .ARM.exidx 
   01     
   02     .interp 
   03     .interp .note.gnu.build-id .note.ABI-tag .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt .init .plt .text .fini .rodata .ARM.exidx .eh_frame 
   04     .init_array .fini_array .dynamic .got .data .bss 
   05     .dynamic 
   06     .note.gnu.build-id .note.ABI-tag 
   07     
   08     .init_array .fini_array .dynamic 

Dynamic section at offset 0xcf10 contains 25 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]
 0x0000001d (RUNPATH)                    Library runpath: [/epics/base/lib/linux-arm]
 0x0000000c (INIT)                       0x10784
 0x0000000d (FINI)                       0x1a5c8
 0x00000019 (INIT_ARRAY)                 0x2cf08
 0x0000001b (INIT_ARRAYSZ)               4 (bytes)
 0x0000001a (FINI_ARRAY)                 0x2cf0c
 0x0000001c (FINI_ARRAYSZ)               4 (bytes)
 0x6ffffef5 (GNU_HASH)                   0x101ac
 0x00000005 (STRTAB)                     0x104b0
 0x00000006 (SYMTAB)                     0x10290
 0x0000000a (STRSZ)                      349 (bytes)
 0x0000000b (SYMENT)                     16 (bytes)
 0x00000015 (DEBUG)                      0x0
 0x00000003 (PLTGOT)                     0x2d000
 0x00000002 (PLTRELSZ)                   248 (bytes)
 0x00000014 (PLTREL)                     REL
 0x00000017 (JMPREL)                     0x1068c
 0x00000011 (REL)                        0x10674
 0x00000012 (RELSZ)                      24 (bytes)
 0x00000013 (RELENT)                     8 (bytes)
 0x6ffffffe (VERNEED)                    0x10654
 0x6fffffff (VERNEEDNUM)                 1
 0x6ffffff0 (VERSYM)                     0x1060e
 0x00000000 (NULL)                       0x0

Relocation section '.rel.dyn' at offset 0x674 contains 3 entries:
 Offset     Info    Type                Sym. Value  Symbol's Name
0002d0d4  00000115 R_ARM_GLOB_DAT         00000000   stderr@GLIBC_2.4
0002d114  00000215 R_ARM_GLOB_DAT         00000000   __gmon_start__
0002d134  00000315 R_ARM_GLOB_DAT         00000000   stdin@GLIBC_2.4

Relocation section '.rel.plt' at offset 0x68c contains 31 entries:
 Offset     Info    Type                Sym. Value  Symbol's Name
0002d00c  00001416 R_ARM_JUMP_SLOT        00000000   calloc@GLIBC_2.4
0002d010  00001816 R_ARM_JUMP_SLOT        00000000   strcmp@GLIBC_2.4
0002d014  00001916 R_ARM_JUMP_SLOT        00000000   memmove@GLIBC_2.4
0002d018  00000916 R_ARM_JUMP_SLOT        00000000   free@GLIBC_2.4
0002d01c  00001a16 R_ARM_JUMP_SLOT        00000000   memcpy@GLIBC_2.4
0002d020  00001b16 R_ARM_JUMP_SLOT        00000000   signal@GLIBC_2.4
0002d024  00000816 R_ARM_JUMP_SLOT        00000000   rewind@GLIBC_2.4
0002d028  00000e16 R_ARM_JUMP_SLOT        00000000   realloc@GLIBC_2.4
0002d02c  00000f16 R_ARM_JUMP_SLOT        00000000   tmpfile64@GLIBC_2.4
0002d030  00002116 R_ARM_JUMP_SLOT        00000000   fwrite@GLIBC_2.4
0002d034  00000616 R_ARM_JUMP_SLOT        00000000   strcpy@GLIBC_2.4
0002d038  00001d16 R_ARM_JUMP_SLOT        00000000   malloc@GLIBC_2.4
0002d03c  00001116 R_ARM_JUMP_SLOT        00000000   __libc_start_main@GLIBC_2.4
0002d040  00001016 R_ARM_JUMP_SLOT        00000000   __ctype_tolower_loc@GLIBC_2.4
0002d044  00000216 R_ARM_JUMP_SLOT        00000000   __gmon_start__
0002d048  00001716 R_ARM_JUMP_SLOT        00000000   __ctype_b_loc@GLIBC_2.4
0002d04c  00000c16 R_ARM_JUMP_SLOT        00000000   exit@GLIBC_2.4
0002d050  00001516 R_ARM_JUMP_SLOT        00000000   strlen@GLIBC_2.4
0002d054  00001216 R_ARM_JUMP_SLOT        00000000   fprintf@GLIBC_2.4
0002d058  00000716 R_ARM_JUMP_SLOT        00000000   memset@GLIBC_2.4
0002d05c  00000416 R_ARM_JUMP_SLOT        00000000   __deregister_frame_info
0002d060  00000516 R_ARM_JUMP_SLOT        00000000   __register_frame_info
0002d064  00001616 R_ARM_JUMP_SLOT        00000000   fclose@GLIBC_2.4
0002d068  00001e16 R_ARM_JUMP_SLOT        00000000   strrchr@GLIBC_2.4
0002d06c  00001f16 R_ARM_JUMP_SLOT        00000000   fputc@GLIBC_2.4
0002d070  00002016 R_ARM_JUMP_SLOT        00000000   sprintf@GLIBC_2.4
0002d074  00001c16 R_ARM_JUMP_SLOT        00000000   putc@GLIBC_2.4
0002d078  00000d16 R_ARM_JUMP_SLOT        00000000   fopen64@GLIBC_2.4
0002d07c  00000a16 R_ARM_JUMP_SLOT        00000000   abort@GLIBC_2.4
0002d080  00001316 R_ARM_JUMP_SLOT        00000000   getc@GLIBC_2.4
0002d084  00000b16 R_ARM_JUMP_SLOT        00000000   __assert_fail@GLIBC_2.4

Unwind section '.ARM.exidx' at offset 0xca24 contains 1 entry:

0x10dd0 <_start>: 0x1 [cantunwind]


Symbol table '.dynsym' contains 34 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 OBJECT  GLOBAL DEFAULT  UND stderr@GLIBC_2.4 (2)
     2: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __gmon_start__
     3: 00000000     0 OBJECT  GLOBAL DEFAULT  UND stdin@GLIBC_2.4 (2)
     4: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __deregister_frame_info
     5: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __register_frame_info
     6: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcpy@GLIBC_2.4 (2)
     7: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset@GLIBC_2.4 (2)
     8: 00000000     0 FUNC    GLOBAL DEFAULT  UND rewind@GLIBC_2.4 (2)
     9: 00000000     0 FUNC    GLOBAL DEFAULT  UND free@GLIBC_2.4 (2)
    10: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort@GLIBC_2.4 (2)
    11: 00000000     0 FUNC    GLOBAL DEFAULT  UND __assert_fail@GLIBC_2.4 (2)
    12: 00000000     0 FUNC    GLOBAL DEFAULT  UND exit@GLIBC_2.4 (2)
    13: 00000000     0 FUNC    GLOBAL DEFAULT  UND fopen64@GLIBC_2.4 (2)
    14: 00000000     0 FUNC    GLOBAL DEFAULT  UND realloc@GLIBC_2.4 (2)
    15: 00000000     0 FUNC    GLOBAL DEFAULT  UND tmpfile64@GLIBC_2.4 (2)
    16: 00000000     0 FUNC    GLOBAL DEFAULT  UND __ctype_tolower_loc@GLIBC_2.4 (2)
    17: 00000000     0 FUNC    GLOBAL DEFAULT  UND __libc_start_main@GLIBC_2.4 (2)
    18: 00000000     0 FUNC    GLOBAL DEFAULT  UND fprintf@GLIBC_2.4 (2)
    19: 00000000     0 FUNC    GLOBAL DEFAULT  UND getc@GLIBC_2.4 (2)
    20: 00000000     0 FUNC    GLOBAL DEFAULT  UND calloc@GLIBC_2.4 (2)
    21: 00000000     0 FUNC    GLOBAL DEFAULT  UND strlen@GLIBC_2.4 (2)
    22: 00000000     0 FUNC    GLOBAL DEFAULT  UND fclose@GLIBC_2.4 (2)
    23: 00000000     0 FUNC    GLOBAL DEFAULT  UND __ctype_b_loc@GLIBC_2.4 (2)
    24: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcmp@GLIBC_2.4 (2)
    25: 00000000     0 FUNC    GLOBAL DEFAULT  UND memmove@GLIBC_2.4 (2)
    26: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy@GLIBC_2.4 (2)
    27: 00000000     0 FUNC    GLOBAL DEFAULT  UND signal@GLIBC_2.4 (2)
    28: 00000000     0 FUNC    GLOBAL DEFAULT  UND putc@GLIBC_2.4 (2)
    29: 00000000     0 FUNC    GLOBAL DEFAULT  UND malloc@GLIBC_2.4 (2)
    30: 00000000     0 FUNC    GLOBAL DEFAULT  UND strrchr@GLIBC_2.4 (2)
    31: 00000000     0 FUNC    GLOBAL DEFAULT  UND fputc@GLIBC_2.4 (2)
    32: 00000000     0 FUNC    GLOBAL DEFAULT  UND sprintf@GLIBC_2.4 (2)
    33: 00000000     0 FUNC    GLOBAL DEFAULT  UND fwrite@GLIBC_2.4 (2)

Symbol table '.symtab' contains 651 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00010154     0 SECTION LOCAL  DEFAULT    1 
     2: 00010168     0 SECTION LOCAL  DEFAULT    2 
     3: 0001018c     0 SECTION LOCAL  DEFAULT    3 
     4: 000101ac     0 SECTION LOCAL  DEFAULT    4 
     5: 00010290     0 SECTION LOCAL  DEFAULT    5 
     6: 000104b0     0 SECTION LOCAL  DEFAULT    6 
     7: 0001060e     0 SECTION LOCAL  DEFAULT    7 
     8: 00010654     0 SECTION LOCAL  DEFAULT    8 
     9: 00010674     0 SECTION LOCAL  DEFAULT    9 
    10: 0001068c     0 SECTION LOCAL  DEFAULT   10 
    11: 00010784     0 SECTION LOCAL  DEFAULT   11 
    12: 00010790     0 SECTION LOCAL  DEFAULT   12 
    13: 0001092c     0 SECTION LOCAL  DEFAULT   13 
    14: 0001a5c8     0 SECTION LOCAL  DEFAULT   14 
    15: 0001a5d0     0 SECTION LOCAL  DEFAULT   15 
    16: 0001ca24     0 SECTION LOCAL  DEFAULT   16 
    17: 0001ca2c     0 SECTION LOCAL  DEFAULT   17 
    18: 0002cf08     0 SECTION LOCAL  DEFAULT   18 
    19: 0002cf0c     0 SECTION LOCAL  DEFAULT   19 
    20: 0002cf10     0 SECTION LOCAL  DEFAULT   20 
    21: 0002d000     0 SECTION LOCAL  DEFAULT   21 
    22: 0002d1c8     0 SECTION LOCAL  DEFAULT   22 
    23: 0002d5a4     0 SECTION LOCAL  DEFAULT   23 
    24: 00000000     0 SECTION LOCAL  DEFAULT   24 
    25: 00000000     0 SECTION LOCAL  DEFAULT   25 
    26: 00000000     0 FILE    LOCAL  DEFAULT  ABS /usr/lib/gcc/arm-linux-gnueabihf/10/../../../arm-linux-gnueabihf/crt1.o
    27: 0001018c     0 NOTYPE  LOCAL  DEFAULT    3 $d
    28: 00010dd0     0 NOTYPE  LOCAL  DEFAULT   13 $t
    29: 00010e08     0 NOTYPE  LOCAL  DEFAULT   13 $d
    30: 0001ca24     0 NOTYPE  LOCAL  DEFAULT   16 $d
    31: 0001a5d0     0 NOTYPE  LOCAL  DEFAULT   15 $d
    32: 0002d1c8     0 NOTYPE  LOCAL  DEFAULT   22 $d
    33: 00000000     0 FILE    LOCAL  DEFAULT  ABS /usr/lib/gcc/arm-linux-gnueabihf/10/../../../arm-linux-gnueabihf/crti.o
    34: 00010e18     0 NOTYPE  LOCAL  DEFAULT   13 $a
    35: 00010e18     0 FUNC    LOCAL  DEFAULT   13 call_weak_fn
    36: 00010e34     0 NOTYPE  LOCAL  DEFAULT   13 $d
    37: 00010784     0 NOTYPE  LOCAL  DEFAULT   11 $a
    38: 0001a5c8     0 NOTYPE  LOCAL  DEFAULT   14 $a
    39: 00000000     0 FILE    LOCAL  DEFAULT  ABS /usr/lib/gcc/arm-linux-gnueabihf/10/../../../arm-linux-gnueabihf/crtn.o
    40: 0001078c     0 NOTYPE  LOCAL  DEFAULT   11 $a
    41: 0001a5cc     0 NOTYPE  LOCAL  DEFAULT   14 $a
    42: 00000000     0 FILE    LOCAL  DEFAULT  ABS antelope.c
    43: 0001adc4     0 NOTYPE  LOCAL  DEFAULT   15 $d
    44: 000135ed    48 FUNC    LOCAL  DEFAULT   13 usage
    45: 000135ec     0 NOTYPE  LOCAL  DEFAULT   13 $t
    46: 0001360c     0 NOTYPE  LOCAL  DEFAULT   13 $d
    47: 0001361c     0 NOTYPE  LOCAL  DEFAULT   13 $t
    48: 00013650     0 NOTYPE  LOCAL  DEFAULT   13 $d
    49: 0001365c     0 NOTYPE  LOCAL  DEFAULT   13 $t
    50: 0001365d     8 FUNC    LOCAL  DEFAULT   13 onintr
    51: 0001092c     0 NOTYPE  LOCAL  DEFAULT   13 $t
    52: 000109e4     0 NOTYPE  LOCAL  DEFAULT   13 $d
    53: 00010a0e     0 NOTYPE  LOCAL  DEFAULT   13 $t
    54: 00010a40     0 NOTYPE  LOCAL  DEFAULT   13 $d
    55: 00010a66     0 NOTYPE  LOCAL  DEFAULT   13 $t
    56: 00010d28     0 NOTYPE  LOCAL  DEFAULT   13 $d
    57: 0002d668     0 NOTYPE  LOCAL  DEFAULT   23 $d
    58: 0002d1d0     0 NOTYPE  LOCAL  DEFAULT   22 $d
    59: 00000000     0 FILE    LOCAL  DEFAULT  ABS crtstuff.c
    60: 0001a5d4     0 NOTYPE  LOCAL  DEFAULT   15 $d
    61: 0001a5d4     0 OBJECT  LOCAL  DEFAULT   15 all_implied_fbits
    62: 0001ca2c     0 OBJECT  LOCAL  DEFAULT   17 
    63: 00010e3d     0 FUNC    LOCAL  DEFAULT   13 deregister_tm_clones
    64: 00010e3c     0 NOTYPE  LOCAL  DEFAULT   13 $t
    65: 00010e61     0 FUNC    LOCAL  DEFAULT   13 register_tm_clones
    66: 0002d1cc     0 NOTYPE  LOCAL  DEFAULT   22 $d
    67: 00010e8d     0 FUNC    LOCAL  DEFAULT   13 __do_global_dtors_aux
    68: 0002d5a4     1 OBJECT  LOCAL  DEFAULT   23 completed.1
    69: 0002cf0c     0 NOTYPE  LOCAL  DEFAULT   19 $d
    70: 0002cf0c     0 OBJECT  LOCAL  DEFAULT   19 __do_global_dtors_aux_fini_array_entry
    71: 00010ebd     0 FUNC    LOCAL  DEFAULT   13 frame_dummy
    72: 0002d5a8    24 OBJECT  LOCAL  DEFAULT   23 object.0
    73: 0002cf08     0 NOTYPE  LOCAL  DEFAULT   18 $d
    74: 0002cf08     0 OBJECT  LOCAL  DEFAULT   18 __frame_dummy_init_array_entry
    75: 0002d5a5     0 NOTYPE  LOCAL  DEFAULT   23 $d
    76: 00000000     0 FILE    LOCAL  DEFAULT  ABS closure.c
    77: 00010ee4     0 NOTYPE  LOCAL  DEFAULT   13 $t
    78: 000110ec     0 NOTYPE  LOCAL  DEFAULT   13 $d
    79: 00011118     0 NOTYPE  LOCAL  DEFAULT   13 $t
    80: 000113ac     0 NOTYPE  LOCAL  DEFAULT   13 $d
    81: 000113d4     0 NOTYPE  LOCAL  DEFAULT   13 $t
    82: 00011414     0 NOTYPE  LOCAL  DEFAULT   13 $d
    83: 0002d5c0     0 NOTYPE  LOCAL  DEFAULT   23 $d
    84: 0002d5c0     4 OBJECT  LOCAL  DEFAULT   23 first_derives
    85: 0002d5c4     4 OBJECT  LOCAL  DEFAULT   23 EFF
    86: 00000000     0 FILE    LOCAL  DEFAULT  ABS error.c
    87: 00011425   164 FUNC    LOCAL  DEFAULT   13 print_pos.part.0
    88: 00011424     0 NOTYPE  LOCAL  DEFAULT   13 $t
    89: 000114c0     0 NOTYPE  LOCAL  DEFAULT   13 $d
    90: 0001a664     0 NOTYPE  LOCAL  DEFAULT   15 $d
    91: 000114c8     0 NOTYPE  LOCAL  DEFAULT   13 $t
    92: 000114f4     0 NOTYPE  LOCAL  DEFAULT   13 $d
    93: 00011504     0 NOTYPE  LOCAL  DEFAULT   13 $t
    94: 00011524     0 NOTYPE  LOCAL  DEFAULT   13 $d
    95: 00011534     0 NOTYPE  LOCAL  DEFAULT   13 $t
    96: 00011560     0 NOTYPE  LOCAL  DEFAULT   13 $d
    97: 00011570     0 NOTYPE  LOCAL  DEFAULT   13 $t
    98: 000115a4     0 NOTYPE  LOCAL  DEFAULT   13 $d
    99: 000115bc     0 NOTYPE  LOCAL  DEFAULT   13 $t
   100: 00011600     0 NOTYPE  LOCAL  DEFAULT   13 $d
   101: 00011614     0 NOTYPE  LOCAL  DEFAULT   13 $t
   102: 00011658     0 NOTYPE  LOCAL  DEFAULT   13 $d
   103: 0001166c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   104: 000116b0     0 NOTYPE  LOCAL  DEFAULT   13 $d
   105: 000116c4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   106: 00011708     0 NOTYPE  LOCAL  DEFAULT   13 $d
   107: 0001171c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   108: 00011760     0 NOTYPE  LOCAL  DEFAULT   13 $d
   109: 00011774     0 NOTYPE  LOCAL  DEFAULT   13 $t
   110: 000117b8     0 NOTYPE  LOCAL  DEFAULT   13 $d
   111: 000117d4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   112: 00011818     0 NOTYPE  LOCAL  DEFAULT   13 $d
   113: 0001182c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   114: 00011870     0 NOTYPE  LOCAL  DEFAULT   13 $d
   115: 0001188c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   116: 000118c8     0 NOTYPE  LOCAL  DEFAULT   13 $d
   117: 000118e0     0 NOTYPE  LOCAL  DEFAULT   13 $t
   118: 0001191c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   119: 00011934     0 NOTYPE  LOCAL  DEFAULT   13 $t
   120: 0001196c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   121: 00011984     0 NOTYPE  LOCAL  DEFAULT   13 $t
   122: 000119bc     0 NOTYPE  LOCAL  DEFAULT   13 $d
   123: 000119d4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   124: 00011a0c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   125: 00011a24     0 NOTYPE  LOCAL  DEFAULT   13 $t
   126: 00011a60     0 NOTYPE  LOCAL  DEFAULT   13 $d
   127: 00011a78     0 NOTYPE  LOCAL  DEFAULT   13 $t
   128: 00011aac     0 NOTYPE  LOCAL  DEFAULT   13 $d
   129: 00011ac4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   130: 00011af8     0 NOTYPE  LOCAL  DEFAULT   13 $d
   131: 00011b10     0 NOTYPE  LOCAL  DEFAULT   13 $t
   132: 00011b44     0 NOTYPE  LOCAL  DEFAULT   13 $d
   133: 00011b58     0 NOTYPE  LOCAL  DEFAULT   13 $t
   134: 00011b8c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   135: 00011ba4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   136: 00011be8     0 NOTYPE  LOCAL  DEFAULT   13 $d
   137: 00011bfc     0 NOTYPE  LOCAL  DEFAULT   13 $t
   138: 00011c34     0 NOTYPE  LOCAL  DEFAULT   13 $d
   139: 00011c48     0 NOTYPE  LOCAL  DEFAULT   13 $t
   140: 00011c8c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   141: 00011ca0     0 NOTYPE  LOCAL  DEFAULT   13 $t
   142: 00011cd4     0 NOTYPE  LOCAL  DEFAULT   13 $d
   143: 00011cec     0 NOTYPE  LOCAL  DEFAULT   13 $t
   144: 00011d2c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   145: 00011d44     0 NOTYPE  LOCAL  DEFAULT   13 $t
   146: 00011d80     0 NOTYPE  LOCAL  DEFAULT   13 $d
   147: 00011d98     0 NOTYPE  LOCAL  DEFAULT   13 $t
   148: 00011dcc     0 NOTYPE  LOCAL  DEFAULT   13 $d
   149: 00011de4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   150: 00011e10     0 NOTYPE  LOCAL  DEFAULT   13 $d
   151: 00011e20     0 NOTYPE  LOCAL  DEFAULT   13 $t
   152: 00011e48     0 NOTYPE  LOCAL  DEFAULT   13 $d
   153: 00000000     0 FILE    LOCAL  DEFAULT  ABS lalr.c
   154: 00011e59   588 FUNC    LOCAL  DEFAULT   13 traverse
   155: 00011e58     0 NOTYPE  LOCAL  DEFAULT   13 $t
   156: 00012098     0 NOTYPE  LOCAL  DEFAULT   13 $d
   157: 000120a4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   158: 000120a5   112 FUNC    LOCAL  DEFAULT   13 digraph
   159: 00012110     0 NOTYPE  LOCAL  DEFAULT   13 $d
   160: 0001ad28     0 NOTYPE  LOCAL  DEFAULT   15 $d
   161: 00012114     0 NOTYPE  LOCAL  DEFAULT   13 $t
   162: 00012c84     0 NOTYPE  LOCAL  DEFAULT   13 $d
   163: 00012d44     0 NOTYPE  LOCAL  DEFAULT   13 $t
   164: 00012da0     0 NOTYPE  LOCAL  DEFAULT   13 $d
   165: 0001ad5c     0 NOTYPE  LOCAL  DEFAULT   15 $d
   166: 0001ad5c     9 OBJECT  LOCAL  DEFAULT   15 __PRETTY_FUNCTION__.0
   167: 0001ad68    18 OBJECT  LOCAL  DEFAULT   15 __PRETTY_FUNCTION__.1
   168: 0002d5d4     0 NOTYPE  LOCAL  DEFAULT   23 $d
   169: 0002d5d4     4 OBJECT  LOCAL  DEFAULT   23 VERTICES
   170: 0002d5d8     4 OBJECT  LOCAL  DEFAULT   23 top
   171: 0002d5dc     4 OBJECT  LOCAL  DEFAULT   23 INDEX
   172: 0002d5e0     4 OBJECT  LOCAL  DEFAULT   23 F
   173: 0002d5e8     4 OBJECT  LOCAL  DEFAULT   23 R
   174: 0002d5ec     4 OBJECT  LOCAL  DEFAULT   23 infinity
   175: 0002d5f0     4 OBJECT  LOCAL  DEFAULT   23 ngotos
   176: 0002d604     4 OBJECT  LOCAL  DEFAULT   23 maxrhs
   177: 0002d614     4 OBJECT  LOCAL  DEFAULT   23 lookback
   178: 0002d624     4 OBJECT  LOCAL  DEFAULT   23 includes
   179: 00000000     0 FILE    LOCAL  DEFAULT  ABS lr0.c
   180: 0001ad7c     0 NOTYPE  LOCAL  DEFAULT   15 $d
   181: 00012db1   196 FUNC    LOCAL  DEFAULT   13 new_state
   182: 00012db0     0 NOTYPE  LOCAL  DEFAULT   13 $t
   183: 00012e68     0 NOTYPE  LOCAL  DEFAULT   13 $d
   184: 00012e74     0 NOTYPE  LOCAL  DEFAULT   13 $t
   185: 00012e98     0 NOTYPE  LOCAL  DEFAULT   13 $d
   186: 00012ea4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   187: 00012eb4     0 NOTYPE  LOCAL  DEFAULT   13 $d
   188: 00012ebc     0 NOTYPE  LOCAL  DEFAULT   13 $t
   189: 00013568     0 NOTYPE  LOCAL  DEFAULT   13 $d
   190: 0001adb8     0 NOTYPE  LOCAL  DEFAULT   15 $d
   191: 0001adb8    10 OBJECT  LOCAL  DEFAULT   15 __PRETTY_FUNCTION__.0
   192: 0002d628     0 NOTYPE  LOCAL  DEFAULT   23 $d
   193: 0002d62c     4 OBJECT  LOCAL  DEFAULT   23 kernel_base
   194: 0002d630     4 OBJECT  LOCAL  DEFAULT   23 kernel_end
   195: 0002d634     4 OBJECT  LOCAL  DEFAULT   23 last_state
   196: 0002d638     4 OBJECT  LOCAL  DEFAULT   23 kernel_items
   197: 0002d63c     4 OBJECT  LOCAL  DEFAULT   23 shift_symbol
   198: 0002d640     4 OBJECT  LOCAL  DEFAULT   23 shiftset
   199: 0002d644     4 OBJECT  LOCAL  DEFAULT   23 redset
   200: 0002d648     4 OBJECT  LOCAL  DEFAULT   23 state_set
   201: 0002d64c     4 OBJECT  LOCAL  DEFAULT   23 this_state
   202: 0002d654     4 OBJECT  LOCAL  DEFAULT   23 last_reduction
   203: 0002d65c     4 OBJECT  LOCAL  DEFAULT   23 nshifts
   204: 0002d660     4 OBJECT  LOCAL  DEFAULT   23 last_shift
   205: 00000000     0 FILE    LOCAL  DEFAULT  ABS mkpar.c
   206: 0001ae7c     0 NOTYPE  LOCAL  DEFAULT   15 $d
   207: 0001367c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   208: 00013c30     0 NOTYPE  LOCAL  DEFAULT   13 $d
   209: 00013ccc     0 NOTYPE  LOCAL  DEFAULT   13 $t
   210: 00013d0c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   211: 0002d6f0     0 NOTYPE  LOCAL  DEFAULT   23 $d
   212: 0002d708     4 OBJECT  LOCAL  DEFAULT   23 SRcount
   213: 0002d70c     4 OBJECT  LOCAL  DEFAULT   23 RRcount
   214: 00000000     0 FILE    LOCAL  DEFAULT  ABS output.c
   215: 00013d1d   260 FUNC    LOCAL  DEFAULT   13 save_column
   216: 00013d1c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   217: 00013e00     0 NOTYPE  LOCAL  DEFAULT   13 $d
   218: 00013e20     0 NOTYPE  LOCAL  DEFAULT   13 $t
   219: 00013eb4     0 NOTYPE  LOCAL  DEFAULT   13 $d
   220: 00013ed0     0 NOTYPE  LOCAL  DEFAULT   13 $t
   221: 00013f98     0 NOTYPE  LOCAL  DEFAULT   13 $d
   222: 0001af30     0 NOTYPE  LOCAL  DEFAULT   15 $d
   223: 00013fa4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   224: 000141f0     0 NOTYPE  LOCAL  DEFAULT   13 $d
   225: 00014228     0 NOTYPE  LOCAL  DEFAULT   13 $t
   226: 00014ba0     0 NOTYPE  LOCAL  DEFAULT   13 $d
   227: 00014cec     0 NOTYPE  LOCAL  DEFAULT   13 $t
   228: 000158ec     0 NOTYPE  LOCAL  DEFAULT   13 $d
   229: 000159fc     0 NOTYPE  LOCAL  DEFAULT   13 $t
   230: 00015d48     0 NOTYPE  LOCAL  DEFAULT   13 $d
   231: 0001b4e0     0 NOTYPE  LOCAL  DEFAULT   15 $d
   232: 0001b4e0    12 OBJECT  LOCAL  DEFAULT   15 __PRETTY_FUNCTION__.0
   233: 0002d71c     0 NOTYPE  LOCAL  DEFAULT   23 $d
   234: 0002d71c     4 OBJECT  LOCAL  DEFAULT   23 froms
   235: 0002d720     4 OBJECT  LOCAL  DEFAULT   23 tos
   236: 0002d724     4 OBJECT  LOCAL  DEFAULT   23 tally
   237: 0002d728     4 OBJECT  LOCAL  DEFAULT   23 width
   238: 0002d72c     4 OBJECT  LOCAL  DEFAULT   23 state_count
   239: 0002d730     4 OBJECT  LOCAL  DEFAULT   23 order
   240: 0002d734     4 OBJECT  LOCAL  DEFAULT   23 lowzero
   241: 0002d738     4 OBJECT  LOCAL  DEFAULT   23 maxtable
   242: 0002d73c     4 OBJECT  LOCAL  DEFAULT   23 check
   243: 0002d740     4 OBJECT  LOCAL  DEFAULT   23 table
   244: 0002d744     4 OBJECT  LOCAL  DEFAULT   23 pos
   245: 0002d748     4 OBJECT  LOCAL  DEFAULT   23 high
   246: 0002d74c     4 OBJECT  LOCAL  DEFAULT   23 nvectors
   247: 0002d750     4 OBJECT  LOCAL  DEFAULT   23 nentries
   248: 0002d754     4 OBJECT  LOCAL  DEFAULT   23 base
   249: 00000000     0 FILE    LOCAL  DEFAULT  ABS reader.c
   250: 0001b4ec     0 NOTYPE  LOCAL  DEFAULT   15 $d
   251: 00015d8d    32 FUNC    LOCAL  DEFAULT   13 cachec.part.0
   252: 00015d8c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   253: 00015da0     0 NOTYPE  LOCAL  DEFAULT   13 $d
   254: 00015dac     0 NOTYPE  LOCAL  DEFAULT   13 $t
   255: 00015dec     0 NOTYPE  LOCAL  DEFAULT   13 $d
   256: 00015df4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   257: 00015ec0     0 NOTYPE  LOCAL  DEFAULT   13 $d
   258: 00015eec     0 NOTYPE  LOCAL  DEFAULT   13 $t
   259: 00015f34     0 NOTYPE  LOCAL  DEFAULT   13 $d
   260: 00015f38     0 NOTYPE  LOCAL  DEFAULT   13 $t
   261: 00015fec     0 NOTYPE  LOCAL  DEFAULT   13 $d
   262: 00016004     0 NOTYPE  LOCAL  DEFAULT   13 $t
   263: 00016038     0 NOTYPE  LOCAL  DEFAULT   13 $d
   264: 0001616c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   265: 00016198     0 NOTYPE  LOCAL  DEFAULT   13 $t
   266: 000163bc     0 NOTYPE  LOCAL  DEFAULT   13 $d
   267: 0001641c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   268: 000164a4     0 NOTYPE  LOCAL  DEFAULT   13 $d
   269: 000164c4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   270: 0001657c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   271: 000165c8     0 NOTYPE  LOCAL  DEFAULT   13 $t
   272: 0001688c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   273: 000168d8     0 NOTYPE  LOCAL  DEFAULT   13 $t
   274: 00016db4     0 NOTYPE  LOCAL  DEFAULT   13 $d
   275: 00016e3c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   276: 00016f1a     0 NOTYPE  LOCAL  DEFAULT   13 $d
   277: 00016fac     0 NOTYPE  LOCAL  DEFAULT   13 $t
   278: 0001727e     0 NOTYPE  LOCAL  DEFAULT   13 $d
   279: 0001762c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   280: 000176ec     0 NOTYPE  LOCAL  DEFAULT   13 $t
   281: 00017760     0 NOTYPE  LOCAL  DEFAULT   13 $d
   282: 00017768     0 NOTYPE  LOCAL  DEFAULT   13 $t
   283: 00017840     0 NOTYPE  LOCAL  DEFAULT   13 $d
   284: 00017860     0 NOTYPE  LOCAL  DEFAULT   13 $t
   285: 0001789c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   286: 000178a0     0 NOTYPE  LOCAL  DEFAULT   13 $t
   287: 00017aa0     0 NOTYPE  LOCAL  DEFAULT   13 $d
   288: 00017ad4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   289: 00017c1c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   290: 00017c2c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   291: 00017cb4     0 NOTYPE  LOCAL  DEFAULT   13 $d
   292: 00017cc0     0 NOTYPE  LOCAL  DEFAULT   13 $t
   293: 00017d3c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   294: 00017d50     0 NOTYPE  LOCAL  DEFAULT   13 $t
   295: 00017d80     0 NOTYPE  LOCAL  DEFAULT   13 $d
   296: 00017d8a     0 NOTYPE  LOCAL  DEFAULT   13 $t
   297: 00017dcc     0 NOTYPE  LOCAL  DEFAULT   13 $d
   298: 00017ddc     0 NOTYPE  LOCAL  DEFAULT   13 $t
   299: 00017e64     0 NOTYPE  LOCAL  DEFAULT   13 $d
   300: 00017e7c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   301: 00017e9c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   302: 00017ea0     0 NOTYPE  LOCAL  DEFAULT   13 $t
   303: 00017ee4     0 NOTYPE  LOCAL  DEFAULT   13 $d
   304: 00017ef4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   305: 00017f2e     0 NOTYPE  LOCAL  DEFAULT   13 $d
   306: 00018184     0 NOTYPE  LOCAL  DEFAULT   13 $d
   307: 000181d8     0 NOTYPE  LOCAL  DEFAULT   13 $t
   308: 0001822c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   309: 00018244     0 NOTYPE  LOCAL  DEFAULT   13 $t
   310: 000182dc     0 NOTYPE  LOCAL  DEFAULT   13 $d
   311: 000182f4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   312: 00018424     0 NOTYPE  LOCAL  DEFAULT   13 $d
   313: 00018458     0 NOTYPE  LOCAL  DEFAULT   13 $t
   314: 00018538     0 NOTYPE  LOCAL  DEFAULT   13 $d
   315: 00018564     0 NOTYPE  LOCAL  DEFAULT   13 $t
   316: 0001879c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   317: 000187b6     0 NOTYPE  LOCAL  DEFAULT   13 $t
   318: 00018d34     0 NOTYPE  LOCAL  DEFAULT   13 $d
   319: 00018de4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   320: 00018f08     0 NOTYPE  LOCAL  DEFAULT   13 $d
   321: 00018f28     0 NOTYPE  LOCAL  DEFAULT   13 $t
   322: 00019020     0 NOTYPE  LOCAL  DEFAULT   13 $d
   323: 00019040     0 NOTYPE  LOCAL  DEFAULT   13 $t
   324: 0001908c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   325: 000190a0     0 NOTYPE  LOCAL  DEFAULT   13 $t
   326: 00019144     0 NOTYPE  LOCAL  DEFAULT   13 $d
   327: 00019160     0 NOTYPE  LOCAL  DEFAULT   13 $t
   328: 0001919c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   329: 000191a8     0 NOTYPE  LOCAL  DEFAULT   13 $t
   330: 00019574     0 NOTYPE  LOCAL  DEFAULT   13 $d
   331: 000195b4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   332: 0001975c     0 NOTYPE  LOCAL  DEFAULT   13 $d
   333: 0001978c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   334: 000198bc     0 NOTYPE  LOCAL  DEFAULT   13 $d
   335: 000198e4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   336: 00019990     0 NOTYPE  LOCAL  DEFAULT   13 $d
   337: 0001b634     0 NOTYPE  LOCAL  DEFAULT   15 $d
   338: 0001b634     7 OBJECT  LOCAL  DEFAULT   15 __PRETTY_FUNCTION__.3
   339: 0001b63c    18 OBJECT  LOCAL  DEFAULT   15 __PRETTY_FUNCTION__.2
   340: 0001b650    10 OBJECT  LOCAL  DEFAULT   15 __PRETTY_FUNCTION__.1
   341: 0001b65c    13 OBJECT  LOCAL  DEFAULT   15 __PRETTY_FUNCTION__.0
   342: 0002d1e0     0 NOTYPE  LOCAL  DEFAULT   22 $d
   343: 0002d758     0 NOTYPE  LOCAL  DEFAULT   23 $d
   344: 0001606b     0 NOTYPE  LOCAL  DEFAULT   13 $d
   345: 0001606c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   346: 00017285     0 NOTYPE  LOCAL  DEFAULT   13 $d
   347: 00017286     0 NOTYPE  LOCAL  DEFAULT   13 $t
   348: 00017f61     0 NOTYPE  LOCAL  DEFAULT   13 $d
   349: 00017f62     0 NOTYPE  LOCAL  DEFAULT   13 $t
   350: 00000000     0 FILE    LOCAL  DEFAULT  ABS skeleton.c
   351: 000199b4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   352: 000199f4     0 NOTYPE  LOCAL  DEFAULT   13 $d
   353: 0001c130     0 NOTYPE  LOCAL  DEFAULT   15 $d
   354: 0002d1f0     0 NOTYPE  LOCAL  DEFAULT   22 $d
   355: 00000000     0 FILE    LOCAL  DEFAULT  ABS symtab.c
   356: 0001c794     0 NOTYPE  LOCAL  DEFAULT   15 $d
   357: 00019a01    32 FUNC    LOCAL  DEFAULT   13 hash.part.0
   358: 00019a00     0 NOTYPE  LOCAL  DEFAULT   13 $t
   359: 00019a14     0 NOTYPE  LOCAL  DEFAULT   13 $d
   360: 00019a20     0 NOTYPE  LOCAL  DEFAULT   13 $t
   361: 00019a80     0 NOTYPE  LOCAL  DEFAULT   13 $d
   362: 00019a8c     0 NOTYPE  LOCAL  DEFAULT   13 $t
   363: 00019af4     0 NOTYPE  LOCAL  DEFAULT   13 $d
   364: 00019afc     0 NOTYPE  LOCAL  DEFAULT   13 $t
   365: 00019b78     0 NOTYPE  LOCAL  DEFAULT   13 $d
   366: 00019b80     0 NOTYPE  LOCAL  DEFAULT   13 $t
   367: 00019b94     0 NOTYPE  LOCAL  DEFAULT   13 $d
   368: 00019b98     0 NOTYPE  LOCAL  DEFAULT   13 $t
   369: 00019bb0     0 NOTYPE  LOCAL  DEFAULT   13 $d
   370: 0001c7c8     0 NOTYPE  LOCAL  DEFAULT   15 $d
   371: 0001c7c8     5 OBJECT  LOCAL  DEFAULT   15 __PRETTY_FUNCTION__.0
   372: 0001c7d0    12 OBJECT  LOCAL  DEFAULT   15 __PRETTY_FUNCTION__.1
   373: 0002d7ac     0 NOTYPE  LOCAL  DEFAULT   23 $d
   374: 00000000     0 FILE    LOCAL  DEFAULT  ABS verbose.c
   375: 0001c7dc     0 NOTYPE  LOCAL  DEFAULT   15 $d
   376: 00019bb4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   377: 0001a334     0 NOTYPE  LOCAL  DEFAULT   13 $d
   378: 0002d7b8     0 NOTYPE  LOCAL  DEFAULT   23 $d
   379: 0002d7b8     4 OBJECT  LOCAL  DEFAULT   23 null_rules
   380: 00000000     0 FILE    LOCAL  DEFAULT  ABS warshall.c
   381: 0001a420     0 NOTYPE  LOCAL  DEFAULT   13 $t
   382: 00000000     0 FILE    LOCAL  DEFAULT  ABS elf-init.oS
   383: 0001a584     0 NOTYPE  LOCAL  DEFAULT   13 $t
   384: 0001a5bc     0 NOTYPE  LOCAL  DEFAULT   13 $d
   385: 0001a5c4     0 NOTYPE  LOCAL  DEFAULT   13 $t
   386: 00000000     0 FILE    LOCAL  DEFAULT  ABS crtstuff.c
   387: 0001c994     0 NOTYPE  LOCAL  DEFAULT   15 $d
   388: 0001c994     0 OBJECT  LOCAL  DEFAULT   15 all_implied_fbits
   389: 0001ca2c     0 NOTYPE  LOCAL  DEFAULT   17 $d
   390: 0001ca2c     0 OBJECT  LOCAL  DEFAULT   17 __FRAME_END__
   391: 00000000     0 FILE    LOCAL  DEFAULT  ABS 
   392: 0002cf0c     0 NOTYPE  LOCAL  DEFAULT   18 __init_array_end
   393: 0002cf10     0 OBJECT  LOCAL  DEFAULT   20 _DYNAMIC
   394: 0002cf08     0 NOTYPE  LOCAL  DEFAULT   18 __init_array_start
   395: 0002d000     0 OBJECT  LOCAL  DEFAULT   21 _GLOBAL_OFFSET_TABLE_
   396: 00010790     0 NOTYPE  LOCAL  DEFAULT   12 $a
   397: 000107a0     0 NOTYPE  LOCAL  DEFAULT   12 $d
   398: 000107a4     0 NOTYPE  LOCAL  DEFAULT   12 $a
   399: 000107c8     0 NOTYPE  LOCAL  DEFAULT   12 $t
   400: 000107cc     0 NOTYPE  LOCAL  DEFAULT   12 $a
   401: 00010808     0 NOTYPE  LOCAL  DEFAULT   12 $t
   402: 0001080c     0 NOTYPE  LOCAL  DEFAULT   12 $a
   403: 00010818     0 NOTYPE  LOCAL  DEFAULT   12 $t
   404: 0001081c     0 NOTYPE  LOCAL  DEFAULT   12 $a
   405: 00010888     0 NOTYPE  LOCAL  DEFAULT   12 $t
   406: 0001088c     0 NOTYPE  LOCAL  DEFAULT   12 $a
   407: 000108ec     0 NOTYPE  LOCAL  DEFAULT   12 $t
   408: 000108f0     0 NOTYPE  LOCAL  DEFAULT   12 $a
   409: 0001166d    88 FUNC    GLOBAL DEFAULT   13 unterminated_string
   410: 0001a5c5     2 FUNC    GLOBAL DEFAULT   13 __libc_csu_fini
   411: 00000000     0 FUNC    GLOBAL DEFAULT  UND calloc@GLIBC_2.4
   412: 0002d7a0     4 OBJECT  GLOBAL DEFAULT   23 gensym
   413: 0002d670     4 OBJECT  GLOBAL DEFAULT   23 union_file
   414: 0002d2d4   532 OBJECT  GLOBAL DEFAULT   22 body
   415: 00013fa5   644 FUNC    GLOBAL DEFAULT   13 pack_vector
   416: 0002d6fc     4 OBJECT  GLOBAL DEFAULT   23 SRconflicts
   417: 0002d6c4     4 OBJECT  GLOBAL DEFAULT   23 symbol_prec
   418: 00016005   404 FUNC    GLOBAL DEFAULT   13 nextc
   419: 00012ebd  1840 FUNC    GLOBAL DEFAULT   13 lr0
   420: 00017d51   140 FUNC    GLOBAL DEFAULT   13 read_declarations
   421: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcmp@GLIBC_2.4
   422: 00017ad5   344 FUNC    GLOBAL DEFAULT   13 declare_tokens
   423: 0002d4e8   100 OBJECT  GLOBAL DEFAULT   22 header
   424: 0002d1c8     0 NOTYPE  WEAK   DEFAULT   22 data_start
   425: 00018de5   324 FUNC    GLOBAL DEFAULT   13 mark_symbol
   426: 00011d45    84 FUNC    GLOBAL DEFAULT   13 unknown_rhs
   427: 0002d710     4 OBJECT  GLOBAL DEFAULT   23 rules_used
   428: 0002d5a4     0 NOTYPE  GLOBAL DEFAULT   23 __bss_start__
   429: 0002d7ac     4 OBJECT  GLOBAL DEFAULT   23 symbol_table
   430: 0002d69c     4 OBJECT  GLOBAL DEFAULT   23 output_file
   431: 0002d6b4     4 OBJECT  GLOBAL DEFAULT   23 rrhs
   432: 00000000     0 FUNC    GLOBAL DEFAULT  UND memmove@GLIBC_2.4
   433: 00018565  2176 FUNC    GLOBAL DEFAULT   13 copy_action
   434: 0002d1dc     4 OBJECT  GLOBAL DEFAULT   22 temp_form
   435: 00000000     0 FUNC    GLOBAL DEFAULT  UND free@GLIBC_2.4
   436: 0002d6a0     4 OBJECT  GLOBAL DEFAULT   23 code_file
   437: 00011c49    88 FUNC    GLOBAL DEFAULT   13 dollar_error
   438: 0002d684     4 OBJECT  GLOBAL DEFAULT   23 output_file_name
   439: 00019b99    28 FUNC    GLOBAL DEFAULT   13 free_symbols
   440: 0002d78c     4 OBJECT  GLOBAL DEFAULT   23 maxitems
   441: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy@GLIBC_2.4
   442: 00014229  7012 FUNC    GLOBAL DEFAULT   13 output
   443: 00013621    60 FUNC    GLOBAL DEFAULT   13 done
   444: 00015df5   248 FUNC    GLOBAL DEFAULT   13 get_line
   445: 0002d68c     4 OBJECT  GLOBAL DEFAULT   23 defines_file_name
   446: 0002d7bc     0 NOTYPE  GLOBAL DEFAULT   23 _bss_end__
   447: 000118e1    84 FUNC    GLOBAL DEFAULT   13 tokenized_start
   448: 0002d690     4 OBJECT  GLOBAL DEFAULT   23 verbose_file_name
   449: 0002d5a4     0 NOTYPE  GLOBAL DEFAULT   22 _edata
   450: 0002d67c     4 OBJECT  GLOBAL DEFAULT   23 symbol_prefix
   451: 00000000     0 FUNC    GLOBAL DEFAULT  UND signal@GLIBC_2.4
   452: 00015eed    76 FUNC    GLOBAL DEFAULT   13 dup_line
   453: 0002d1e0    15 OBJECT  GLOBAL DEFAULT   22 line_format
   454: 000191a9  1036 FUNC    GLOBAL DEFAULT   13 pack_symbols
   455: 0002d1d4     4 OBJECT  GLOBAL DEFAULT   22 file_prefix
   456: 00019161    72 FUNC    GLOBAL DEFAULT   13 check_symbols
   457: 0002d1d0     4 OBJECT  GLOBAL DEFAULT   22 myname
   458: 0002d5e4     4 OBJECT  GLOBAL DEFAULT   23 tokensetsize
   459: 000198e5   208 FUNC    GLOBAL DEFAULT   13 reader
   460: 0002d600     4 OBJECT  GLOBAL DEFAULT   23 reduction_table
   461: 0001a5c8     0 FUNC    GLOBAL HIDDEN    14 _fini
   462: 0002d7bc     0 NOTYPE  GLOBAL DEFAULT   23 __bss_end__
   463: 000199b5    76 FUNC    GLOBAL DEFAULT   13 write_section
   464: 00000000     0 FUNC    GLOBAL DEFAULT  UND rewind@GLIBC_2.4
   465: 0002d60c     4 OBJECT  GLOBAL DEFAULT   23 LA
   466: 0001361d     4 FUNC    GLOBAL DEFAULT   13 epicsTempFile
   467: 00000000     0 FUNC    GLOBAL DEFAULT  UND realloc@GLIBC_2.4
   468: 00012e75    48 FUNC    GLOBAL DEFAULT   13 free_derives
   469: 00000000     0 FUNC    GLOBAL DEFAULT  UND tmpfile64@GLIBC_2.4
   470: 0002d620     4 OBJECT  GLOBAL DEFAULT   23 to_state
   471: 00011535    60 FUNC    GLOBAL DEFAULT   13 open_error
   472: 0002d54c    56 OBJECT  GLOBAL DEFAULT   22 tables
   473: 0002d664     4 OBJECT  GLOBAL DEFAULT   23 first_shift
   474: 000119d5    80 FUNC    GLOBAL DEFAULT   13 revalued_warning
   475: 00011119   700 FUNC    GLOBAL DEFAULT   13 closure
   476: 0002d1d8     4 OBJECT  GLOBAL DEFAULT   22 input_file_name
   477: 00017ddd   160 FUNC    GLOBAL DEFAULT   13 initialize_grammar
   478: 00000000     0 OBJECT  GLOBAL DEFAULT  UND stderr@GLIBC_2.4
   479: 0002d6a8     4 OBJECT  GLOBAL DEFAULT   23 derives
   480: 00012ea5    24 FUNC    GLOBAL DEFAULT   13 free_nullable
   481: 0002d61c     4 OBJECT  GLOBAL DEFAULT   23 from_state
   482: 0002d7a4     4 OBJECT  GLOBAL DEFAULT   23 name_pool_size
   483: 00000000     0 FUNC    GLOBAL DEFAULT  UND fwrite@GLIBC_2.4
   484: 0002d66c     4 OBJECT  GLOBAL DEFAULT   23 text_file
   485: 00015f39   204 FUNC    GLOBAL DEFAULT   13 skip_comment
   486: 0002d718     4 OBJECT  GLOBAL DEFAULT   23 defred
   487: 0002d770     4 OBJECT  GLOBAL DEFAULT   23 linesize
   488: 0002d6f4     4 OBJECT  GLOBAL DEFAULT   23 SRtotal
   489: 00011505    48 FUNC    GLOBAL DEFAULT   13 no_space
   490: 0002d681     1 OBJECT  GLOBAL DEFAULT   23 tflag
   491: 0001a421   354 FUNC    GLOBAL DEFAULT   13 reflexive_transitive_closure
   492: 000117d5    88 FUNC    GLOBAL DEFAULT   13 illegal_tag
   493: 00000000     0 FUNC    GLOBAL DEFAULT  UND strcpy@GLIBC_2.4
   494: 0002d778     4 OBJECT  GLOBAL DEFAULT   23 ntags
   495: 0002d628     4 OBJECT  GLOBAL DEFAULT   23 nstates
   496: 0002d668     4 OBJECT  GLOBAL DEFAULT   23 action_file
   497: 0002d584    32 OBJECT  GLOBAL DEFAULT   22 banner
   498: 00016e3d    40 FUNC    GLOBAL DEFAULT   13 hexval
   499: 0002d6e4     4 OBJECT  GLOBAL DEFAULT   23 nitems
   500: 00018459   268 FUNC    GLOBAL DEFAULT   13 add_symbol
   501: 0002d6bc     4 OBJECT  GLOBAL DEFAULT   23 ritem
   502: 000176ed   124 FUNC    GLOBAL DEFAULT   13 is_reserved
   503: 00011985    80 FUNC    GLOBAL DEFAULT   13 reprec_warning
   504: 00017861    64 FUNC    GLOBAL DEFAULT   13 get_number
   505: 0002d6d8     4 OBJECT  GLOBAL DEFAULT   23 ntokens
   506: 0002d794     4 OBJECT  GLOBAL DEFAULT   23 maxrules
   507: 0002d1c8     0 NOTYPE  GLOBAL DEFAULT   22 __data_start
   508: 0002d76c     4 OBJECT  GLOBAL DEFAULT   23 cptr
   509: 00000000     0 FUNC    GLOBAL DEFAULT  UND malloc@GLIBC_2.4
   510: 00000000     0 FUNC    GLOBAL DEFAULT  UND __libc_start_main@GLIBC_2.4
   511: 0002d760     4 OBJECT  GLOBAL DEFAULT   23 cache
   512: 0002d788     4 OBJECT  GLOBAL DEFAULT   23 goal
   513: 0002d780     4 OBJECT  GLOBAL DEFAULT   23 tagmax
   514: 00019041    96 FUNC    GLOBAL DEFAULT   13 free_tags
   515: 0002d5f8     4 OBJECT  GLOBAL DEFAULT   23 accessing_symbol
   516: 00000000     0 FUNC    GLOBAL DEFAULT  UND __ctype_tolower_loc@GLIBC_2.4
   517: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __gmon_start__
   518: 0002d6f0     4 OBJECT  GLOBAL DEFAULT   23 parser
   519: 0001978d   344 FUNC    GLOBAL DEFAULT   13 print_grammar
   520: 00019a21   108 FUNC    GLOBAL DEFAULT   13 make_bucket
   521: 0002d1cc     0 OBJECT  GLOBAL HIDDEN    22 __dso_handle
   522: 0002d700     4 OBJECT  GLOBAL DEFAULT   23 RRconflicts
   523: 00000000     0 FUNC    GLOBAL DEFAULT  UND __ctype_b_loc@GLIBC_2.4
   524: 00000000     0 FUNC    GLOBAL DEFAULT  UND exit@GLIBC_2.4
   525: 00011de5    60 FUNC    GLOBAL DEFAULT   13 undefined_goal
   526: 0002d6cc     4 OBJECT  GLOBAL DEFAULT   23 symbol_name
   527: 000178a1   564 FUNC    GLOBAL DEFAULT   13 get_tag
   528: 00018f29   280 FUNC    GLOBAL DEFAULT   13 read_grammar
   529: 00013ccd    80 FUNC    GLOBAL DEFAULT   13 free_parser
   530: 0001a5d0     4 OBJECT  GLOBAL DEFAULT   15 _IO_stdin_used
   531: 00012d45   108 FUNC    GLOBAL DEFAULT   13 map_goto
   532: 00011b11    72 FUNC    GLOBAL DEFAULT   13 terminal_lhs
   533: 0002d764     1 OBJECT  GLOBAL DEFAULT   23 saw_eof
   534: 00000000     0 FUNC    GLOBAL DEFAULT  UND strlen@GLIBC_2.4
   535: 0002d688     4 OBJECT  GLOBAL DEFAULT   23 code_file_name
   536: 0002d682     1 OBJECT  GLOBAL DEFAULT   23 vflag
   537: 00017cc1   144 FUNC    GLOBAL DEFAULT   13 declare_start
   538: 0002d6d4     4 OBJECT  GLOBAL DEFAULT   23 nvars
   539: 0002d7b0     4 OBJECT  GLOBAL DEFAULT   23 last_symbol
   540: 000115bd    88 FUNC    GLOBAL DEFAULT   13 syntax_error
   541: 00016199   644 FUNC    GLOBAL DEFAULT   13 keyword
   542: 00000000     0 FUNC    GLOBAL DEFAULT  UND fprintf@GLIBC_2.4
   543: 0002d7a8     4 OBJECT  GLOBAL DEFAULT   23 name_pool
   544: 00019a8d   112 FUNC    GLOBAL DEFAULT   13 lookup
   545: 00000000     0 OBJECT  GLOBAL DEFAULT  UND stdin@GLIBC_2.4
   546: 0001367d  1616 FUNC    GLOBAL DEFAULT   13 make_parser
   547: 0001188d    84 FUNC    GLOBAL DEFAULT   13 used_reserved
   548: 0001a585    64 FUNC    GLOBAL DEFAULT   13 __libc_csu_init
   549: 000164c5  1044 FUNC    GLOBAL DEFAULT   13 copy_text
   550: 0002d5f4     4 OBJECT  GLOBAL DEFAULT   23 state_table
   551: 0002d1f0   228 OBJECT  GLOBAL DEFAULT   22 trailer
   552: 0002d6ec     4 OBJECT  GLOBAL DEFAULT   23 lineno
   553: 0002d5c8     4 OBJECT  GLOBAL DEFAULT   23 ruleset
   554: 0001171d    88 FUNC    GLOBAL DEFAULT   13 unterminated_union
   555: 0002d650     4 OBJECT  GLOBAL DEFAULT   23 first_state
   556: 000190a1   192 FUNC    GLOBAL DEFAULT   13 pack_names
   557: 0002d6dc     4 OBJECT  GLOBAL DEFAULT   23 nsyms
   558: 00015dad    72 FUNC    GLOBAL DEFAULT   13 cachec
   559: 0002d714     2 OBJECT  GLOBAL DEFAULT   23 nunused
   560: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset@GLIBC_2.4
   561: 0002d7bc     0 NOTYPE  GLOBAL DEFAULT   23 _end
   562: 0002d77c     4 OBJECT  GLOBAL DEFAULT   23 tag_table
   563: 00011ced    88 FUNC    GLOBAL DEFAULT   13 untyped_rhs
   564: 00010dd1     0 FUNC    GLOBAL DEFAULT   13 _start
   565: 0002d610     4 OBJECT  GLOBAL DEFAULT   23 LAruleno
   566: 0001641d   168 FUNC    GLOBAL DEFAULT   13 copy_ident
   567: 0002d6f8     4 OBJECT  GLOBAL DEFAULT   23 RRtotal
   568: 00011e21    56 FUNC    GLOBAL DEFAULT   13 undefined_symbol_warning
   569: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __deregister_frame_info
   570: 0002d5cc     4 OBJECT  GLOBAL DEFAULT   23 itemset
   571: 0002d6e0     4 OBJECT  GLOBAL DEFAULT   23 nrules
   572: 00010ee5   564 FUNC    GLOBAL DEFAULT   13 set_first_derives
   573: 0002d7bc     0 NOTYPE  GLOBAL DEFAULT   23 __end__
   574: 000113d5    80 FUNC    GLOBAL DEFAULT   13 finalize_closure
   575: 0002d678     1 OBJECT  GLOBAL DEFAULT   23 dflag
   576: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __register_frame_info
   577: 00013ed1   212 FUNC    GLOBAL DEFAULT   13 matching_vector
   578: 00011ac5    76 FUNC    GLOBAL DEFAULT   13 no_grammar
   579: 0002d5a4     0 NOTYPE  GLOBAL DEFAULT   23 __bss_start
   580: 00000000     0 FUNC    GLOBAL DEFAULT  UND fclose@GLIBC_2.4
   581: 0002d698     4 OBJECT  GLOBAL DEFAULT   23 defines_file
   582: 0002d608     4 OBJECT  GLOBAL DEFAULT   23 lookaheads
   583: 0002d784     4 OBJECT  GLOBAL DEFAULT   23 prec
   584: 0001092d  1188 FUNC    GLOBAL DEFAULT   13 main
   585: 0002d6d0     4 OBJECT  GLOBAL DEFAULT   23 start_symbol
   586: 000116c5    88 FUNC    GLOBAL DEFAULT   13 unterminated_text
   587: 00011bfd    76 FUNC    GLOBAL DEFAULT   13 dollar_warning
   588: 00011ba5    88 FUNC    GLOBAL DEFAULT   13 unterminated_action
   589: 000195b5   472 FUNC    GLOBAL DEFAULT   13 pack_grammar
   590: 00011d99    76 FUNC    GLOBAL DEFAULT   13 default_action_warning
   591: 0002d75c     4 OBJECT  GLOBAL DEFAULT   23 cache_size
   592: 00011a79    76 FUNC    GLOBAL DEFAULT   13 restarted_warning
   593: 0001182d    96 FUNC    GLOBAL DEFAULT   13 illegal_character
   594: 00000000     0 FUNC    GLOBAL DEFAULT  UND strrchr@GLIBC_2.4
   595: 00011a25    84 FUNC    GLOBAL DEFAULT   13 terminal_start
   596: 0002d658     4 OBJECT  GLOBAL DEFAULT   23 first_reduction
   597: 0002d6ac     4 OBJECT  GLOBAL DEFAULT   23 rassoc
   598: 00000000     0 FUNC    GLOBAL DEFAULT  UND fputc@GLIBC_2.4
   599: 0002d798     4 OBJECT  GLOBAL DEFAULT   23 plhs
   600: 0002d6a4     4 OBJECT  GLOBAL DEFAULT   23 nullable
   601: 0002d5d0     4 OBJECT  GLOBAL DEFAULT   23 itemsetend
   602: 00012115  3120 FUNC    GLOBAL DEFAULT   13 lalr
   603: 00000000     0 FUNC    GLOBAL DEFAULT  UND sprintf@GLIBC_2.4
   604: 0002d768     4 OBJECT  GLOBAL DEFAULT   23 line
   605: 0002d79c     1 OBJECT  GLOBAL DEFAULT   23 last_was_action
   606: 0002d6b0     4 OBJECT  GLOBAL DEFAULT   23 rprec
   607: 00000000     0 FUNC    GLOBAL DEFAULT  UND putc@GLIBC_2.4
   608: 00019bb5  2156 FUNC    GLOBAL DEFAULT   13 verbose
   609: 00011615    88 FUNC    GLOBAL DEFAULT   13 unterminated_comment
   610: 000182f5   356 FUNC    GLOBAL DEFAULT   13 insert_empty_rule
   611: 0002d6c0     4 OBJECT  GLOBAL DEFAULT   23 symbol_assoc
   612: 00011571    76 FUNC    GLOBAL DEFAULT   13 unexpected_EOF
   613: 00000000     0 FUNC    GLOBAL DEFAULT  UND fopen64@GLIBC_2.4
   614: 0002d6b8     4 OBJECT  GLOBAL DEFAULT   23 rlhs
   615: 000168d9  1380 FUNC    GLOBAL DEFAULT   13 copy_union
   616: 00013665    22 FUNC    GLOBAL DEFAULT   13 allocate
   617: 00018245   176 FUNC    GLOBAL DEFAULT   13 end_rule
   618: 00017ef5   740 FUNC    GLOBAL DEFAULT   13 advance_to_start
   619: 00013e21   176 FUNC    GLOBAL DEFAULT   13 default_goto
   620: 00017c2d   148 FUNC    GLOBAL DEFAULT   13 declare_types
   621: 00019afd   132 FUNC    GLOBAL DEFAULT   13 create_symbol_table
   622: 0002d674     4 OBJECT  GLOBAL DEFAULT   23 input_file
   623: 0002d5a4     0 OBJECT  GLOBAL HIDDEN    22 __TMC_END__
   624: 0002d774     1 OBJECT  GLOBAL DEFAULT   23 unionized
   625: 00019b81    24 FUNC    GLOBAL DEFAULT   13 free_symbol_table
   626: 0002d680     1 OBJECT  GLOBAL DEFAULT   23 rflag
   627: 0002d694     4 OBJECT  GLOBAL DEFAULT   23 verbose_file
   628: 00011b59    76 FUNC    GLOBAL DEFAULT   13 prec_redeclared
   629: 000181d9   108 FUNC    GLOBAL DEFAULT   13 start_rule
   630: 00011935    80 FUNC    GLOBAL DEFAULT   13 retyped_warning
   631: 00017e7d    36 FUNC    GLOBAL DEFAULT   13 expand_items
   632: 0002d5fc     4 OBJECT  GLOBAL DEFAULT   23 shift_table
   633: 0002d790     4 OBJECT  GLOBAL DEFAULT   23 pitem
   634: 00016e65  2184 FUNC    GLOBAL DEFAULT   13 get_literal
   635: 0002d6e8     4 OBJECT  GLOBAL DEFAULT   23 outline
   636: 0002d758     4 OBJECT  GLOBAL DEFAULT   23 cinc
   637: 000114c9    60 FUNC    GLOBAL DEFAULT   13 fatal
   638: 0002d618     4 OBJECT  GLOBAL DEFAULT   23 goto_map
   639: 00011ca1    76 FUNC    GLOBAL DEFAULT   13 untyped_lhs
   640: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort@GLIBC_2.4
   641: 0002d679     1 OBJECT  GLOBAL DEFAULT   23 lflag
   642: 00000000     0 FUNC    GLOBAL DEFAULT  UND getc@GLIBC_2.4
   643: 00010784     0 FUNC    GLOBAL HIDDEN    11 _init
   644: 00011775    96 FUNC    GLOBAL DEFAULT   13 over_unionized
   645: 0002d7b4     4 OBJECT  GLOBAL DEFAULT   23 first_symbol
   646: 0002d6c8     4 OBJECT  GLOBAL DEFAULT   23 symbol_value
   647: 00000000     0 FUNC    GLOBAL DEFAULT  UND __assert_fail@GLIBC_2.4
   648: 00017ea1    84 FUNC    GLOBAL DEFAULT   13 expand_rules
   649: 00017769   248 FUNC    GLOBAL DEFAULT   13 get_name
   650: 0002d704     2 OBJECT  GLOBAL DEFAULT   23 final_state

Histogram for `.gnu.hash' bucket list length (total of 17 buckets):
 Length  Number     % of total  Coverage
      0  4          ( 23.5%)
      1  5          ( 29.4%)     17.9%
      2  2          ( 11.8%)     32.1%
      3  5          ( 29.4%)     85.7%
      4  1          (  5.9%)    100.0%

Version symbols section '.gnu.version' contains 34 entries:
 Addr: 0x000000000001060e  Offset: 0x00060e  Link: 5 (.dynsym)
  000:   0 (*local*)       2 (GLIBC_2.4)     0 (*local*)       2 (GLIBC_2.4)  
  004:   0 (*local*)       0 (*local*)       2 (GLIBC_2.4)     2 (GLIBC_2.4)  
  008:   2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)  
  00c:   2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)  
  010:   2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)  
  014:   2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)  
  018:   2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)  
  01c:   2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)     2 (GLIBC_2.4)  
  020:   2 (GLIBC_2.4)     2 (GLIBC_2.4)  

Version needs section '.gnu.version_r' contains 1 entry:
 Addr: 0x0000000000010654  Offset: 0x000654  Link: 6 (.dynstr)
  000000: Version: 1  File: libc.so.6  Cnt: 1
  0x0010:   Name: GLIBC_2.4  Flags: none  Version: 2

Displaying notes found in: .note.gnu.build-id
  Owner                Data size 	Description
  GNU                  0x00000014	NT_GNU_BUILD_ID (unique build ID bitstring)	    Build ID: 7350b514811dce3c6ce15d2600006788e3485c87

Displaying notes found in: .note.ABI-tag
  Owner                Data size 	Description
  GNU                  0x00000010	NT_GNU_ABI_TAG (ABI version tag)	    OS: Linux, ABI: 3.2.0
Attribute Section: aeabi
File Attributes
  Tag_CPU_name: "7-A"
  Tag_CPU_arch: v7
  Tag_CPU_arch_profile: Application
  Tag_ARM_ISA_use: Yes
  Tag_THUMB_ISA_use: Thumb-2
  Tag_FP_arch: VFPv3-D16
  Tag_ABI_PCS_wchar_t: 4
  Tag_ABI_FP_rounding: Needed
  Tag_ABI_FP_denormal: Needed
  Tag_ABI_FP_exceptions: Needed
  Tag_ABI_FP_number_model: IEEE 754
  Tag_ABI_align_needed: 8-byte
  Tag_ABI_align_preserved: 8-byte, except leaf SP
  Tag_ABI_enum_size: int
  Tag_ABI_VFP_args: VFP registers
  Tag_CPU_unaligned_access: v6
/usr/bin/make -C ./configure install
make[1]: Entering directory '/epics/src/base/configure'
perl -CSD ../src/tools/makeMakefile.pl O.linux-arm ../..
mkdir -p O.Common
/usr/bin/make -C O.linux-arm -f ../Makefile TOP=../.. \
    T_A=linux-arm install
make[2]: Entering directory '/epics/src/base/configure/O.linux-arm'
/usr/bin/gcc -x c -E  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux    -I. -I../O.Common -I. -I. -I.. -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         ../toolchain.c > TOOLCHAIN.linux-arm.linux-arm
Installing CFG file /epics/base/cfg/TOOLCHAIN.linux-arm.linux-arm
mkdir /epics/base/cfg
Installing CFG file /epics/base/cfg/CONFIG_LIBCOM_MODULE
Installing CFG file /epics/base/cfg/CONFIG_LIBCOM_VERSION
Installing CFG file /epics/base/cfg/CONFIG_CA_MODULE
Installing CFG file /epics/base/cfg/CONFIG_CA_VERSION
Installing config file /epics/base/configure/CONFIG.gnuCommon
Installing CFG file /epics/base/cfg/CONFIG_DATABASE_MODULE
Installing config file /epics/base/configure/CONFIG
Installing CFG file /epics/base/cfg/CONFIG_DATABASE_VERSION
Installing config file /epics/base/configure/CONFIG.CrossCommon
Installing config file /epics/base/configure/CONFIG_APP_INCLUDE
Installing config file /epics/base/configure/CONFIG_LIBCOM_MODULE
Installing config file /epics/base/configure/CONFIG_SITE
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-beagleboneblack
Installing config file /epics/base/configure/CONFIG_BASE_VERSION
Installing config file /epics/base/configure/CONFIG_FILE_TYPE
Installing config file /epics/base/configure/CONFIG_ADDONS
Installing config file /epics/base/configure/CONFIG_SITE.local
Installing config file /epics/base/configure/CONFIG_BASE
Installing config file /epics/base/configure/CONFIG_COMMON
Installing config file /epics/base/configure/CONFIG_CA_MODULE
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-mvme3100
Installing config file /epics/base/configure/CONFIG_DATABASE_MODULE
Installing config file /epics/base/configure/CONFIG_CA_VERSION
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-pc386
Installing config file /epics/base/configure/CONFIG_DATABASE_VERSION
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-mvme2700
Installing config file /epics/base/configure/CONFIG_ENV
Installing config file /epics/base/configure/CONFIG_LIBCOM_VERSION
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-mvme2100
Installing config file /epics/base/configure/CONFIG_SITE_ENV
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-pc686
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-beatnik
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-pc686-qemu
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-mvme5500
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-pc386-qemu
Installing config file /epics/base/configure/os/CONFIG.Common.UnixCommon
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-uC5282
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-qoriq_e500
Installing config file /epics/base/configure/os/CONFIG.Common.cygwin-x86_64
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-xilinx_zynq_zedboard
Installing config file /epics/base/configure/os/CONFIG.Common.cygwin-x86
Installing config file /epics/base/configure/os/CONFIG.Common.RTEMS-xilinx_zynq_a9_qemu
Installing config file /epics/base/configure/os/CONFIG.Common.darwin-aarch64
Installing config file /epics/base/configure/os/CONFIG.Common.darwin-x86
Installing config file /epics/base/configure/os/CONFIG.Common.freebsd-x86
Installing config file /epics/base/configure/os/CONFIG.Common.freebsdCommon
Installing config file /epics/base/configure/os/CONFIG.Common.freebsd-x86_64
Installing config file /epics/base/configure/os/CONFIG.Common.iosCommon
Installing config file /epics/base/configure/os/CONFIG.Common.ios-arm
Installing config file /epics/base/configure/os/CONFIG.Common.ios-x86
Installing config file /epics/base/configure/os/CONFIG.Common.linux-arm
Installing config file /epics/base/configure/os/CONFIG.Common.linux-arm-debug
Installing config file /epics/base/configure/os/CONFIG.Common.linux-aarch64
Installing config file /epics/base/configure/os/CONFIG.Common.linux-microblaze
Installing config file /epics/base/configure/os/CONFIG.Common.linux-ppc
Installing config file /epics/base/configure/os/CONFIG.Common.linux-ppc64
Installing config file /epics/base/configure/os/CONFIG.Common.linux-x86
Installing config file /epics/base/configure/os/CONFIG.Common.linux-x86-debug
Installing config file /epics/base/configure/os/CONFIG.Common.linux-x86_64
Installing config file /epics/base/configure/os/CONFIG.Common.solaris-sparc-debug
Installing config file /epics/base/configure/os/CONFIG.Common.linux-x86_64-debug
Installing config file /epics/base/configure/os/CONFIG.Common.linuxCommon
Installing config file /epics/base/configure/os/CONFIG.Common.linux-xscale_be
Installing config file /epics/base/configure/os/CONFIG.Common.solaris-sparc
Installing config file /epics/base/configure/os/CONFIG.Common.solaris-sparc-gnu
Installing config file /epics/base/configure/os/CONFIG.Common.solaris-sparc64
Installing config file /epics/base/configure/os/CONFIG.Common.solaris-sparc64-gnu
Installing config file /epics/base/configure/os/CONFIG.Common.solaris-x86_64
mkdir /epics/base/configure
Installing config file /epics/base/configure/os/CONFIG.Common.solaris-x86
Installing config file /epics/base/configure/os/CONFIG.Common.solaris-x86_64-gnu
Installing config file /epics/base/configure/os/CONFIG.Common.solaris-x86-gnu
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-486
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-486-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-68040-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-68040
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-68060
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-68040lc
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-68040lc-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-68060-debug
mkdir /epics/base/configure/os
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-mpc8540-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-mpc8548-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-mpc8548
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-mpc8540
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-pentium
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-pentium-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc32
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc32sf
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc32-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc32sf-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc603
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc603-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc603_long
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc603_long-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc604-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc604_altivec
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc604
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc604_altivec-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc604_long
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorks-ppc604_long-debug
Installing config file /epics/base/configure/os/CONFIG.Common.vxWorksCommon
Installing config file /epics/base/configure/os/CONFIG.Common.win32-x86-mingw
Installing config file /epics/base/configure/os/CONFIG.cygwin-x86.cygwin-x86-debug
Installing config file /epics/base/configure/os/CONFIG.Common.windows-x64-mingw
Installing config file /epics/base/configure/os/CONFIG.UnixCommon.Common
Installing config file /epics/base/configure/os/CONFIG.cygwin-x86.Common
Installing config file /epics/base/configure/os/CONFIG.cygwin-x86.cygwin-x86
Installing config file /epics/base/configure/os/CONFIG.cygwin-x86.linux-arm
Installing config file /epics/base/configure/os/CONFIG.cygwin-x86_64.Common
Installing config file /epics/base/configure/os/CONFIG.cygwin-x86_64.cygwin-x86_64
Installing config file /epics/base/configure/os/CONFIG.cygwin-x86_64.linux-arm
Installing config file /epics/base/configure/os/CONFIG.darwin-x86.Common
Installing config file /epics/base/configure/os/CONFIG.darwin-aarch64.Common
Installing config file /epics/base/configure/os/CONFIG.darwin-x86.darwin-x86-debug
Installing config file /epics/base/configure/os/CONFIG.freebsd-x86.Common
Installing config file /epics/base/configure/os/CONFIG.darwinCommon.darwinCommon
Installing config file /epics/base/configure/os/CONFIG.freebsd-x86_64.Common
Installing config file /epics/base/configure/os/CONFIG.freebsd-x86.freebsd-x86
Installing config file /epics/base/configure/os/CONFIG.linux-aarch64.Common
Installing config file /epics/base/configure/os/CONFIG.freebsd-x86_64.freebsd-x86_64
Installing config file /epics/base/configure/os/CONFIG.linux-aarch64.linux-aarch64
Installing config file /epics/base/configure/os/CONFIG.linux-arm-debug.Common
Installing config file /epics/base/configure/os/CONFIG.linux-arm.Common
Installing config file /epics/base/configure/os/CONFIG.linux-arm-debug.linux-arm-debug
Installing config file /epics/base/configure/os/CONFIG.linux-arm.linux-arm
Installing config file /epics/base/configure/os/CONFIG.linux-ppc.Common
Installing config file /epics/base/configure/os/CONFIG.linux-arm.linux-arm-debug
Installing config file /epics/base/configure/os/CONFIG.linux-ppc64.Common
Installing config file /epics/base/configure/os/CONFIG.linux-ppc.linux-ppc
Installing config file /epics/base/configure/os/CONFIG.linux-ppc64.linux-ppc64
Installing config file /epics/base/configure/os/CONFIG.linux-x86-debug.Common
Installing config file /epics/base/configure/os/CONFIG.linux-x86.linux-arm
Installing config file /epics/base/configure/os/CONFIG.linux-x86-debug.linux-x86-debug
Installing config file /epics/base/configure/os/CONFIG.linux-x86.Common
Installing config file /epics/base/configure/os/CONFIG.linux-x86.linux-arm-debug
Installing config file /epics/base/configure/os/CONFIG.linux-x86.windows-x64-mingw
Installing config file /epics/base/configure/os/CONFIG.linux-x86.linux-x86
Installing config file /epics/base/configure/os/CONFIG.linux-x86.linux-x86-debug
Installing config file /epics/base/configure/os/CONFIG.linux-x86.win32-x86-mingw
Installing config file /epics/base/configure/os/CONFIG.linux-x86_64-debug.Common
Installing config file /epics/base/configure/os/CONFIG.linux-x86_64-debug.linux-x86_64-debug
Installing config file /epics/base/configure/os/CONFIG.linux-x86_64.Common
Installing config file /epics/base/configure/os/CONFIG.linux-x86_64.linux-aarch64
Installing config file /epics/base/configure/os/CONFIG.linux-x86_64.linux-arm
Installing config file /epics/base/configure/os/CONFIG.linux-x86_64.linux-x86_64
Installing config file /epics/base/configure/os/CONFIG.linux-x86_64.linux-x86_64-debug
Installing config file /epics/base/configure/os/CONFIG.linux-x86_64.linux-arm-debug
Installing config file /epics/base/configure/os/CONFIG.linux-x86_64.windows-x64-mingw
Installing config file /epics/base/configure/os/CONFIG.linux-x86_64.win32-x86-mingw
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc-debug.Common
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc-gnu.Common
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc-debug.solaris-sparc-debug
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc.Common
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc.solaris-sparc
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc.solaris-sparc-debug
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc.solaris-sparc-gnu
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc.solaris-sparc64
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc.solaris-sparc64-gnu
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc64-gnu.Common
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc64.solaris-sparc64
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc64.Common
Installing config file /epics/base/configure/os/CONFIG.solaris-x86-gnu.solaris-x86-gnu
Installing config file /epics/base/configure/os/CONFIG.solaris-sparc64.solaris-sparc64-debug
Installing config file /epics/base/configure/os/CONFIG.solaris-x86-gnu.Common
Installing config file /epics/base/configure/os/CONFIG.solaris-x86.Common
Installing config file /epics/base/configure/os/CONFIG.solaris-x86.solaris-x86_64
Installing config file /epics/base/configure/os/CONFIG.solaris-x86.solaris-x86
Installing config file /epics/base/configure/os/CONFIG.solaris-x86.solaris-x86-debug
Installing config file /epics/base/configure/os/CONFIG.solaris-x86_64-gnu.solaris-x86_64-gnu
Installing config file /epics/base/configure/os/CONFIG.solaris-x86_64-gnu.Common
Installing config file /epics/base/configure/os/CONFIG.solaris-x86_64.Common
Installing config file /epics/base/configure/os/CONFIG.solaris-x86_64.solaris-x86_64
Installing config file /epics/base/configure/os/CONFIG.solaris-x86_64.solaris-x86_64-debug
Installing config file /epics/base/configure/os/CONFIG.solarisCommon.solarisCommon
Installing config file /epics/base/configure/os/CONFIG.win32-x86-debug.Common
Installing config file /epics/base/configure/os/CONFIG.win32-x86-debug.win32-x86-debug
Installing config file /epics/base/configure/os/CONFIG.win32-x86-mingw.Common
Installing config file /epics/base/configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw-debug
Installing config file /epics/base/configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw
Installing config file /epics/base/configure/os/CONFIG.win32-x86-static.Common
Installing config file /epics/base/configure/os/CONFIG.win32-x86.win32-x86
Installing config file /epics/base/configure/os/CONFIG.win32-x86.Common
Installing config file /epics/base/configure/os/CONFIG.win32-x86-static.win32-x86-static
Installing config file /epics/base/configure/os/CONFIG.win32-x86.win32-x86-debug
Installing config file /epics/base/configure/os/CONFIG.win32-x86.win32-x86-static
Installing config file /epics/base/configure/os/CONFIG.windows-x64-debug.Common
Installing config file /epics/base/configure/os/CONFIG.windows-x64-mingw.Common
Installing config file /epics/base/configure/os/CONFIG.windows-x64-debug.windows-x64-debug
Installing config file /epics/base/configure/os/CONFIG.windows-x64-static.Common
Installing config file /epics/base/configure/os/CONFIG.windows-x64-mingw.windows-x64-mingw
Installing config file /epics/base/configure/os/CONFIG.windows-x64.Common
Installing config file /epics/base/configure/os/CONFIG.windows-x64.windows-x64
Installing config file /epics/base/configure/os/CONFIG.windows-x64-static.windows-x64-static
Installing config file /epics/base/configure/os/CONFIG.windows-x64.windows-x64-static
Installing config file /epics/base/configure/os/CONFIG.windows-x64.windows-x64-debug
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.RTEMS
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.RTEMS-pc386-qemu
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.RTEMS-pc686-qemu
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.cygwin-x86
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.cygwin-x86_64
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.darwin-aarch64
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.ios-arm
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.darwin-x86
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.iosCommon
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.ios-x86
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.linux-microblaze
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.linux-arm
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.linux-aarch64
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.linux-x86
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.linux-x86_64
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.linux-xscale_be
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.solaris-sparc
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.solaris-sparc64
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.linuxCommon
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.solaris-sparc64-gnu
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.solaris-sparc-gnu
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.solaris-x86
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.solaris-x86-gnu
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.solaris-x86_64
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.solaris-x86_64-gnu
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.vxWorks-mpc8540
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.vxWorks-mpc8548
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.vxWorks-ppc603
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.vxWorks-ppc604_altivec
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.vxWorks-ppc603_long
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.vxWorks-ppc604
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.vxWorks-ppc604_long
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.vxWorksCommon
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.win32-x86-mingw
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.win32-x86-static
Installing config file /epics/base/configure/os/CONFIG_SITE.Common.windows-x64-static
Installing config file /epics/base/configure/os/CONFIG_SITE.cygwin-x86.Common
Installing config file /epics/base/configure/os/CONFIG_SITE.cygwin-x86.linux-arm
Installing config file /epics/base/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86
Installing config file /epics/base/configure/os/CONFIG_SITE.darwin-x86.Common
Installing config file /epics/base/configure/os/CONFIG_SITE.cygwin-x86_64.linux-arm
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-aarch64.linux-aarch64
Installing config file /epics/base/configure/os/CONFIG_SITE.darwinCommon.darwinCommon
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-arm-debug.linux-arm-debug
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-arm.linux-arm
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.Common
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.RTEMS
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.UnixCommon
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.linux-arm
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.linux-xscale_be
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.linux-arm-debug
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.vxWorks-ppc603
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.solaris-sparc
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.vxWorks-68040
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.linux-x86
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.vxWorks-ppc603_long
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.win32-x86-mingw
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.windows-x64-mingw
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86.vxWorksCommon
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.Common
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.UnixCommon
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.linux-aarch64
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.linux-arm
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.linux-arm-debug
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.linux-xscale_be
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.vxWorks-68040
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.vxWorks-ppc603
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.win32-x86-mingw
Installing config file /epics/base/configure/os/CONFIG_SITE.solaris-sparc.Common
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.vxWorks-ppc603_long
Installing config file /epics/base/configure/os/CONFIG_SITE.linux-x86_64.windows-x64-mingw
Installing config file /epics/base/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug
Installing config file /epics/base/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc-debug
Installing config file /epics/base/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw
Installing config file /epics/base/configure/os/CONFIG_SITE.win32-x86.Common
Installing config file /epics/base/configure/RULES.Db
Installing config file /epics/base/configure/RELEASE
Installing config file /epics/base/configure/RULES
Installing config file /epics/base/configure/os/CONFIG_SITE.windows-x64-mingw.windows-x64-mingw
Installing config file /epics/base/configure/RULES.ioc
Installing config file /epics/base/configure/RULES_BUILD
Installing config file /epics/base/configure/RULES_FILE_TYPE
Installing config file /epics/base/configure/RULES_ARCHS
Installing config file /epics/base/configure/RULES_EXPAND
Installing config file /epics/base/configure/RULES_COMMON
Installing config file /epics/base/configure/RULES_DIRS
Installing config file /epics/base/configure/RULES_MODULES
Installing config file /epics/base/configure/RULES_TOP
Installing config file /epics/base/configure/RULES_OCTAVE
Installing config file /epics/base/configure/RULES_TARGET
make[2]: Leaving directory '/epics/src/base/configure/O.linux-arm'
make[1]: Leaving directory '/epics/src/base/configure'
/usr/bin/make -C ./src install
make[1]: Entering directory '/epics/src/base/src'
/usr/bin/make -C ./tools install
make[2]: Entering directory '/epics/src/base/src/tools'
perl -CSD ../../src/tools/makeMakefile.pl O.linux-arm ../../..
mkdir -p O.Common
/usr/bin/make -C O.linux-arm -f ../Makefile TOP=../../.. \
    T_A=linux-arm install
make[3]: Entering directory '/epics/src/base/src/tools/O.linux-arm'
Installing PERL_MODULES file /epics/base/lib/perl/EPICS/Path.pm
Installing PERL_MODULES file /epics/base/lib/perl/EPICS/Copy.pm
Installing PERL_MODULES file /epics/base/lib/perl/EPICS/Release.pm
Installing PERL_MODULES file /epics/base/lib/perl/EPICS/Getopts.pm
Installing PERL_MODULES file /epics/base/lib/perl/EPICS/Readfile.pm
perl -CSD ../../../src/tools/podToHtml.pl -s -o Getopts.html ../EPICS/Getopts.pm
Installing PERL_MODULES file /epics/base/lib/perl/EpicsHostArch.pl
Installing PERL_MODULES file /epics/base/lib/perl/EPICS/PodXHtml.pm
perl -CSD ../../../src/tools/podToHtml.pl -s -o Path.html ../EPICS/Path.pm
perl -CSD ../../../src/tools/podToHtml.pl -s -o Readfile.html ../EPICS/Readfile.pm
Installing html /epics/base/html/./style.css
perl -CSD ../../../src/tools/podToHtml.pl -s -o fullPathName.html ../fullPathName.pl
perl -CSD ../../../src/tools/podToHtml.pl -s -o makeAPIheader.html ../makeAPIheader.pl
perl -CSD ../../../src/tools/podToHtml.pl -s -o munch.html ../munch.pl
Installing PERL_MODULES file /epics/base/lib/perl/EPICS/PodHtml.pm
perl -CSD ../../../src/tools/podToHtml.pl -s -o podToHtml.html ../podToHtml.pl
perl -CSD ../../../src/tools/podToHtml.pl -s -o podRemove.html ../podRemove.pl
Installing script /epics/base/bin/linux-arm/assembleSnippets.pl
Installing script /epics/base/bin/linux-arm/cvsclean.pl
Installing script /epics/base/bin/linux-arm/convertRelease.pl
Installing script /epics/base/bin/linux-arm/depclean.pl
Installing script /epics/base/bin/linux-arm/dos2unix.pl
Installing script /epics/base/bin/linux-arm/expandVars.pl
Installing script /epics/base/bin/linux-arm/epicsProve.pl
Installing script /epics/base/bin/linux-arm/fullPathName.pl
Installing script /epics/base/bin/linux-arm/installEpics.pl
Installing script /epics/base/bin/linux-arm/makeAPIheader.pl
Installing script /epics/base/bin/linux-arm/makeMakefile.pl
Installing script /epics/base/bin/linux-arm/makeTestfile.pl
Installing script /epics/base/bin/linux-arm/mkmf.pl
Installing script /epics/base/bin/linux-arm/podRemove.pl
Installing script /epics/base/bin/linux-arm/podToHtml.pl
Installing script /epics/base/bin/linux-arm/replaceVAR.pl
Installing script /epics/base/bin/linux-arm/munch.pl
Installing script /epics/base/bin/linux-arm/tap-to-junit-xml.pl
Installing script /epics/base/bin/linux-arm/testFailures.pl
Installing script /epics/base/bin/linux-arm/useManifestTool.pl
Installing script /epics/base/bin/linux-arm/genVersionHeader.pl
Installing script /epics/base/bin/linux-arm/makeRPath.py
mkdir /epics/base/lib
mkdir /epics/base/lib/perl
mkdir /epics/base/lib/perl/EPICS
mkdir /epics/base/bin
mkdir /epics/base/bin/linux-arm
Installing generated html /epics/base/html/./fullPathName.html
mkdir /epics/base/html
mkdir /epics/base/html/.
Installing generated html /epics/base/html/./EPICS/Readfile.html
Installing generated html /epics/base/html/./EPICS/Path.html
Installing generated html /epics/base/html/./munch.html
Installing generated html /epics/base/html/./makeAPIheader.html
Installing generated html /epics/base/html/./podRemove.html
Installing generated html /epics/base/html/./podToHtml.html
Installing generated html /epics/base/html/./EPICS/Getopts.html
mkdir /epics/base/html/./EPICS
make[3]: Leaving directory '/epics/src/base/src/tools/O.linux-arm'
make[2]: Leaving directory '/epics/src/base/src/tools'
/usr/bin/make -C template/base install
/usr/bin/make -C template/ext install
make[2]: Entering directory '/epics/src/base/src/template/ext'
make[2]: Entering directory '/epics/src/base/src/template/base'
perl -CSD /epics/base/bin/linux-arm/makeMakefile.pl O.linux-arm ../../../..
perl -CSD /epics/base/bin/linux-arm/makeMakefile.pl O.linux-arm ../../../..
mkdir -p O.Common
mkdir -p O.Common
/usr/bin/make -C O.linux-arm -f ../Makefile TOP=../../../.. \
    T_A=linux-arm install
/usr/bin/make -C O.linux-arm -f ../Makefile TOP=../../../.. \
    T_A=linux-arm install
make[3]: Entering directory '/epics/src/base/src/template/ext/O.linux-arm'
make[3]: Entering directory '/epics/src/base/src/template/base/O.linux-arm'
Installing script /epics/base/bin/linux-arm/makeBaseApp.pl
Installing script /epics/base/bin/linux-arm/makeBaseExt.pl
Installing /epics/base/templates/makeBaseApp/top/Makefile
Installing /epics/base/templates/makeBaseApp/top/configure/RELEASE
Installing /epics/base/templates/makeBaseApp/top/configure/CONFIG
Installing /epics/base/templates/makeBaseExt/top/Makefile
Installing /epics/base/templates/makeBaseApp/top/configure/CONFIG_SITE
Installing /epics/base/templates/makeBaseExt/top/configure/RELEASE
Installing /epics/base/templates/makeBaseExt/top/README
Installing /epics/base/templates/makeBaseApp/top/configure/Makefile
Installing /epics/base/templates/makeBaseExt/top/configure/CONFIG_SITE
Installing /epics/base/templates/makeBaseExt/top/configure/CONFIG
Installing /epics/base/templates/makeBaseApp/top/configure/RULES_DIRS
Installing /epics/base/templates/makeBaseApp/top/configure/RULES_TOP
Installing /epics/base/templates/makeBaseApp/top/configure/RULES.ioc
Installing /epics/base/templates/makeBaseApp/top/configure/RULES
Installing /epics/base/templates/makeBaseExt/top/configure/Makefile
Installing /epics/base/templates/makeBaseExt/top/configure/RULES_DIRS
Installing /epics/base/templates/makeBaseExt/top/configure/RULES
Installing /epics/base/templates/makeBaseExt/top/configure/RULES_PYTHON
Installing /epics/base/templates/makeBaseExt/top/configure/RULES_TOP
Installing /epics/base/templates/makeBaseExt/top/configure/RULES_IDL
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-debug.solaris-x86-debug
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86_64.solaris-x86_64
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86.win32-x86
Installing /epics/base/templates/makeBaseExt/top/exampleExt/caExample.c
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw
Installing /epics/base/templates/makeBaseExt/top/configure/os/CONFIG_SITE.windows-x64.windows-x64
Installing /epics/base/templates/makeBaseExt/top/exampleExt/RELEASE_NOTES.HTM
Installing /epics/base/templates/makeBaseExt/top/src/Makefile
Installing /epics/base/templates/makeBaseExt/top/exampleExt/Makefile
Installing /epics/base/templates/makeBaseExt/top/simpleExt/Makefile
mkdir /epics/base/templates
mkdir /epics/base/templates/makeBaseApp
mkdir /epics/base/templates/makeBaseApp/top
mkdir /epics/base/templates/makeBaseApp/top/configure
mkdir /epics/base/templates/makeBaseExt
mkdir /epics/base/templates/makeBaseExt/top
mkdir /epics/base/templates/makeBaseExt/top/configure
mkdir /epics/base/templates/makeBaseExt/top/configure/os
make[3]: Leaving directory '/epics/src/base/src/template/base/O.linux-arm'
make[2]: Leaving directory '/epics/src/base/src/template/base'
mkdir /epics/base/templates/makeBaseExt/top/exampleExt
mkdir /epics/base/templates/makeBaseExt/top/src
mkdir /epics/base/templates/makeBaseExt/top/simpleExt
make[3]: Leaving directory '/epics/src/base/src/template/ext/O.linux-arm'
make[2]: Leaving directory '/epics/src/base/src/template/ext'
make[1]: Leaving directory '/epics/src/base/src'
/usr/bin/make -C ./test install
/usr/bin/make -C ./modules install
make[1]: Entering directory '/epics/src/base/test'
make[1]: Entering directory '/epics/src/base/modules'
/usr/bin/make -C ./tools install
make[2]: Entering directory '/epics/src/base/test/tools'
Creating RELEASE.linux-arm.local with
    EPICS_BASE = /epics/base
/usr/bin/make -C ./libcom install
make[2]: Entering directory '/epics/src/base/modules/libcom'
perl -CSD /epics/base/bin/linux-arm/makeMakefile.pl O.linux-arm ../../..
mkdir -p O.Common
/usr/bin/make -C O.linux-arm -f ../Makefile TOP=../../.. \
    T_A=linux-arm install
make[3]: Entering directory '/epics/src/base/test/tools/O.linux-arm'
/usr/bin/make -C ./src install
make[3]: Entering directory '/epics/src/base/modules/libcom/src'
perl -CSD /epics/base/bin/linux-arm/makeMakefile.pl O.linux-arm ../../../..
mkdir -p O.Common
perl -CSD /epics/base/bin/linux-arm/expandVars.pl -t /epics/base -a linux-arm ../Snippets.plt Snippets.t
/usr/bin/make -C O.linux-arm -f ../Makefile TOP=../../../.. \
    T_A=linux-arm install
make[4]: Entering directory '/epics/src/base/modules/libcom/src/O.linux-arm'
make[3]: Leaving directory '/epics/src/base/test/tools/O.linux-arm'
make[2]: Leaving directory '/epics/src/base/test/tools'
make[1]: Leaving directory '/epics/src/base/test'
Expanding ../libComVersion.h@ to ../O.Common/libComVersion.h
perl -CSD /epics/base/bin/linux-arm/expandVars.pl -t /epics/base -D INSTALL_BIN=/epics/base/bin/linux-arm  -DEPICS_LIBCOM_MAJOR_VERSION="3"  -DEPICS_LIBCOM_MINOR_VERSION="21"  -DEPICS_LIBCOM_MAINTENANCE_VERSION="0"  -DEPICS_LIBCOM_DEVELOPMENT_FLAG="0"  ../libComVersion.h@ libComVersion.h
perl -CSD ../misc/makeEpicsVersion.pl -o epicsVersion.h   ../../../../configure/CONFIG_BASE_VERSION
perl -CSD /epics/base/bin/linux-arm/makeAPIheader.pl -o ../O.Common/libComAPI.h libCom
perl -CSD ../error/makeStatTbl.pl  ../osi/devLib.h ../osi/epicsTime.h ../as/asLib.h ../misc/epicsStdlib.h ../pool/epicsThreadPool.h ../error/errMdef.h ../../../../modules/database/src/ioc/db/dbAccessDefs.h ../../../../modules/database/src/ioc/dbStatic/dbStaticLib.h
Installing created executable /epics/base/bin/linux-arm/bldEnvData.pl
Building epicsVersion.h from ../../../../configure/CONFIG_BASE_VERSION
Found EPICS Version 7.0.6.1
perl -CSD /epics/base/bin/linux-arm/bldEnvData.pl  -t linux-arm \
	-c gcc -s Linux ../../../../configure
Installing generated generic include file /epics/base/include/libComAPI.h
Generating envData.c
mkdir /epics/base/include
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF yajl_parser.d  ../yajl/yajl_parser.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF yajl_lex.d  ../yajl/yajl_lex.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF yajl_alloc.d  ../yajl/yajl_alloc.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF yajl.d  ../yajl/yajl.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF yajl_gen.d  ../yajl/yajl_gen.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF yajl_encode.d  ../yajl/yajl_encode.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF yajl_buf.d  ../yajl/yajl_buf.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF timerQueuePassive.d  ../timer/timerQueuePassive.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF timer.d  ../timer/timer.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF timerQueueActiveMgr.d  ../timer/timerQueueActiveMgr.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF timerQueueActive.d  ../timer/timerQueueActive.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF timerQueue.d  ../timer/timerQueue.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsTimer.d  ../timer/epicsTimer.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF taskwd.d  ../taskwd/taskwd.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsRingPointer.d  ../ring/epicsRingPointer.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF poolJob.d  ../pool/poolJob.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsRingBytes.d  ../ring/epicsRingBytes.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF threadPool.d  ../pool/threadPool.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdFindAddr.d  ../osi/os/Linux/osdFindAddr.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdBackTrace.d  ../osi/os/Linux/osdBackTrace.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsStackTrace.d  ../osi/epicsStackTrace.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF devLibVME.d  ../osi/devLibVME.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF devLibVMEOSD.d  ../osi/os/default/devLibVMEOSD.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdgetexec.d  ../osi/os/Linux/osdgetexec.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdMessageQueue.d  ../osi/os/default/osdMessageQueue.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdNetIntf.d  ../osi/os/Linux/osdNetIntf.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdProcess.d  ../osi/os/posix/osdProcess.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdTime.d  ../osi/os/posix/osdTime.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdMonotonic.d  ../osi/os/posix/osdMonotonic.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdEvent.d  ../osi/os/posix/osdEvent.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdSpin.d  ../osi/os/posix/osdSpin.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdMutex.d  ../osi/os/posix/osdMutex.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdThreadHooks.d  ../osi/os/default/osdThreadHooks.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdThreadExtra.d  ../osi/os/Linux/osdThreadExtra.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdThread.d  ../osi/os/posix/osdThread.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdStdio.d  ../osi/os/posix/osdStdio.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsStdio.d  ../osi/epicsStdio.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsTempFile.d  ../osi/os/posix/epicsTempFile.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdFindSymbol.d  ../osi/os/posix/osdFindSymbol.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration   -DEPICS_COMMANDLINE_LIBRARY=EPICS_COMMANDLINE_LIBRARY_READLINE        -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsReadline.d  ../osi/epicsReadline.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdEnv.d  ../osi/os/default/osdEnv.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdInterrupt.d  ../osi/os/default/osdInterrupt.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdSignal.d  ../osi/os/posix/osdSignal.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdPoolStatus.d  ../osi/os/default/osdPoolStatus.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdAssert.d  ../osi/os/default/osdAssert.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsSocketConvertErrnoToString.d  ../osi/os/default/epicsSocketConvertErrnoToString.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osiSock.d  ../osi/osiSock.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF systemCallIntMech.d  ../osi/os/posix/systemCallIntMech.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdSockUnsentCount.d  ../osi/os/Linux/osdSockUnsentCount.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdSock.d  ../osi/os/posix/osdSock.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osdSockAddrReuse.d  ../osi/os/default/osdSockAddrReuse.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF osiClockTime.d  ../osi/osiClockTime.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsGeneralTime.d  ../osi/epicsGeneralTime.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsAtomicOSD.d  ../osi/os/posix/epicsAtomicOSD.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsMath.d  ../osi/epicsMath.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsMessageQueue.d  ../osi/epicsMessageQueue.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsTime.d  ../osi/epicsTime.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsEvent.d  ../osi/epicsEvent.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsMutex.d  ../osi/epicsMutex.cpp
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsThread.d  ../osi/epicsThread.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsUnitTest.d  ../misc/epicsUnitTest.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF ipAddrToAsciiAsynchronous.d  ../misc/ipAddrToAsciiAsynchronous.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF truncateFile.d  ../misc/truncateFile.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsConvert.d  ../misc/epicsConvert.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsString.d  ../misc/epicsString.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsStdlib.d  ../misc/epicsStdlib.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsExit.d  ../misc/epicsExit.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF adjustment.d  ../misc/adjustment.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF cantProceed.d  ../misc/cantProceed.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF aToIPAddr.d  ../misc/aToIPAddr.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF alarmString.d  ../misc/alarmString.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF macUtil.d  ../macLib/macUtil.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF macCore.d  ../macLib/macCore.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF macEnv.d  ../macLib/macEnv.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF logClient.d  ../log/logClient.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF iocLog.d  ../log/iocLog.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF libComRegister.d  ../iocsh/libComRegister.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF initHooks.d  ../iocsh/initHooks.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF registry.d  ../iocsh/registry.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF iocsh.d  ../iocsh/iocsh.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF errSymTbl.d  errSymTbl.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF gpHashLib.d  ../gpHash/gpHashLib.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF fdManager.d  ../fdmgr/fdManager.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF freeListLib.d  ../freeList/freeListLib.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF fdmgr.d  ../fdmgr/fdmgr.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF errSymLib.d  ../error/errSymLib.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF ellLib.d  ../ellLib/ellLib.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF errlog.d  ../error/errlog.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF cvtFast.d  ../cvtFast/cvtFast.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF envData.d  envData.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF envSubr.d  ../env/envSubr.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF epicsSingletonMutex.d  ../cxxTemplates/epicsSingletonMutex.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF calcPerform.d  ../calc/calcPerform.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF ellSort.d  ../ellLib/ellSort.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF postfix.d  ../calc/postfix.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF asTrapWrite.d  ../as/asTrapWrite.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF dbmf.d  ../dbmf/dbmf.c
/usr/bin/g++  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF resourceLib.d  ../cxxTemplates/resourceLib.cpp
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF bucketLib.d  ../bucketLib/bucketLib.c
Installing generic include file /epics/base/include/bucketLib.h
Installing generic include file /epics/base/include/postfix.h
Installing generic include file /epics/base/include/resourceLib.h
Installing generic include file /epics/base/include/asLib.h
Installing generic include file /epics/base/include/epicsAlgorithm.h
Installing generic include file /epics/base/include/tsFreeList.h
Installing generic include file /epics/base/include/tsMinMax.h
Installing generic include file /epics/base/include/tsSLList.h
Installing generic include file /epics/base/include/valgrind/valgrind.h
Installing generated generic include file /epics/base/include/libComVersion.h
Installing generic include file /epics/base/include/tsDLList.h
Installing generic include file /epics/base/include/asTrapWrite.h
Installing generic include file /epics/base/include/errSymTbl.h
Installing generic include file /epics/base/include/gpHash.h
Installing generic include file /epics/base/include/iocLog.h
Installing generic include file /epics/base/include/epicsGuard.h
Installing generic include file /epics/base/include/cvtFast.h
Installing generic include file /epics/base/include/errlog.h
Installing generic include file /epics/base/include/ellLib.h
Installing generic include file /epics/base/include/dbmf.h
Installing generic include file /epics/base/include/envDefs.h
Installing generic include file /epics/base/include/epicsSingleton.h
Installing generic include file /epics/base/include/libComRegister.h
Installing generic include file /epics/base/include/errMdef.h
Installing generic include file /epics/base/include/iocsh.h
Installing generic include file /epics/base/include/epicsPrint.h
Installing generic include file /epics/base/include/registry.h
Installing generic include file /epics/base/include/flex.skel.static
Installing generic include file /epics/base/include/fdManager.h
Installing generic include file /epics/base/include/freeList.h
Installing generic include file /epics/base/include/epicsConvert.h
Installing generic include file /epics/base/include/fdmgr.h
Installing generic include file /epics/base/include/macLib.h
Installing generic include file /epics/base/include/adjustment.h
Installing generic include file /epics/base/include/alarm.h
Installing generic include file /epics/base/include/alarmString.h
Installing generic include file /epics/base/include/epicsTypes.h
Installing generic include file /epics/base/include/epicsExit.h
Installing generic include file /epics/base/include/cantProceed.h
Installing generic include file /epics/base/include/devLibVMEImpl.h
Installing generic include file /epics/base/include/epicsString.h
Installing generic include file /epics/base/include/dbDefs.h
Installing generic include file /epics/base/include/initHooks.h
Installing generic include file /epics/base/include/logClient.h
Installing compiler dependent include file /epics/base/include/compiler/gcc/compilerSpecific.h
Installing generic include file /epics/base/include/locationException.h
Installing generic include file /epics/base/include/epicsStdlib.h
Installing generic include file /epics/base/include/shareLib.h
Installing generic include file /epics/base/include/epicsExport.h
Installing generic include file /epics/base/include/epicsUnitTest.h
Installing generic include file /epics/base/include/ipAddrToAsciiAsynchronous.h
Installing generated generic include file /epics/base/include/epicsVersion.h
Installing generic include file /epics/base/include/epicsGeneralTime.h
Installing generic include file /epics/base/include/compilerDependencies.h
Installing generic include file /epics/base/include/testMain.h
Installing generic include file /epics/base/include/epicsThread.h
Installing generic include file /epics/base/include/osiFileName.h
Installing generic include file /epics/base/include/epicsInterrupt.h
Installing generic include file /epics/base/include/epicsSpin.h
Installing OS dependent include file /epics/base/include/os/Linux/osdSock.h
Installing OS dependent include file /epics/base/include/os/Linux/osdEvent.h
Installing generic include file /epics/base/include/osiSock.h
Installing OS dependent include file /epics/base/include/os/Linux/osdMutex.h
Installing OS dependent include file /epics/base/include/os/Linux/osdThread.h
Installing generic include file /epics/base/include/epicsEvent.h
Installing OS dependent include file /epics/base/include/os/Linux/osdStrtod.h
Installing generic include file /epics/base/include/epicsMutex.h
Installing OS dependent include file /epics/base/include/os/Linux/osdInterrupt.h
Installing OS dependent include file /epics/base/include/os/Linux/epicsGetopt.h
Installing generic include file /epics/base/include/epicsEndian.h
Installing generic include file /epics/base/include/epicsAssert.h
Installing OS dependent include file /epics/base/include/os/Linux/epicsMath.h
Installing compiler dependent include file /epics/base/include/compiler/gcc/epicsAtomicCD.h
Installing OS dependent include file /epics/base/include/os/Linux/osdMessageQueue.h
Installing generic include file /epics/base/include/epicsAtomicDefault.h
Installing generic include file /epics/base/include/osiPoolStatus.h
Installing generic include file /epics/base/include/epicsMessageQueue.h
Installing generic include file /epics/base/include/devLib.h
Installing OS dependent include file /epics/base/include/os/Linux/osdWireConfig.h
Installing generic include file /epics/base/include/epicsRingBytes.h
Installing generic include file /epics/base/include/epicsStdioRedirect.h
Installing generic include file /epics/base/include/epicsTime.h
Installing generic include file /epics/base/include/epicsFindSymbol.h
Installing generic include file /epics/base/include/generalTimeSup.h
Installing OS dependent include file /epics/base/include/os/Linux/osdPoolStatus.h
Installing generic include file /epics/base/include/epicsStdio.h
Installing generic include file /epics/base/include/epicsAtomic.h
Installing OS dependent include file /epics/base/include/os/Linux/osdWireFormat.h
Installing generic include file /epics/base/include/epicsSignal.h
Installing generic include file /epics/base/include/osiWireFormat.h
Installing generic include file /epics/base/include/epicsStackTrace.h
Installing OS dependent include file /epics/base/include/os/Linux/osdTime.h
Installing OS dependent include file /epics/base/include/os/Linux/epicsMMIO.h
Installing generic include file /epics/base/include/osiProcess.h
Installing generic include file /epics/base/include/devLibVME.h
Installing generic include file /epics/base/include/osiClockTime.h
Installing OS dependent include file /epics/base/include/os/Linux/osdVME.h
Installing OS dependent include file /epics/base/include/os/Linux/epicsAtomicOSD.h
Installing OS dependent include file /epics/base/include/os/Linux/osiUnistd.h
Installing generic include file /epics/base/include/epicsReadline.h
Installing generic include file /epics/base/include/epicsRingPointer.h
Installing generic include file /epics/base/include/epicsTempFile.h
Installing generic include file /epics/base/include/epicsAtomicGCC.h
Installing generic include file /epics/base/include/yajl_common.h
Installing generic include file /epics/base/include/yajl_gen.h
Installing OS dependent include file /epics/base/include/os/Linux/epicsMMIODef.h
Installing generic include file /epics/base/include/taskwd.h
Installing generic include file /epics/base/include/epicsTimer.h
Installing generic include file /epics/base/include/yajl_parse.h
Installing generic include file /epics/base/include/epicsThreadPool.h
Installing generic include file /epics/base/include/yajl_alloc.h
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF warshall.d  ../yacc/warshall.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF verbose.d  ../yacc/verbose.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF symtab.d  ../yacc/symtab.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF skeleton.d  ../yacc/skeleton.c
mkdir /epics/base/include/os
mkdir /epics/base/include/os/Linux
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF reader.d  ../yacc/reader.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF output.d  ../yacc/output.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF lalr.d  ../yacc/lalr.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF error.d  ../yacc/error.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF mkpar.d  ../yacc/mkpar.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF antelope.d  ../yacc/antelope.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF closure.d  ../yacc/closure.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF tblcmp.d  ../flex/tblcmp.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF lr0.d  ../yacc/lr0.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF iocLogServer.d  ../log/iocLogServer.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF nfa.d  ../flex/nfa.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF sym.d  ../flex/sym.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF misc.d  ../flex/misc.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF gen.d  ../flex/gen.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF dfa.d  ../flex/dfa.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF ccl.d  ../flex/ccl.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -MM -MF ecs.d  ../flex/ecs.c
mkdir /epics/base/include/valgrind
mkdir /epics/base/include/compiler
mkdir /epics/base/include/compiler/gcc
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../flex/ccl.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../flex/ecs.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../flex/misc.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../flex/nfa.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../flex/dfa.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../flex/tblcmp.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64 -fPIC -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../flex/gen.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../flex/sym.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/antelope.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/closure.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/error.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/lr0.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/lalr.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/verbose.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/mkpar.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/output.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/skeleton.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/reader.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/warshall.c
/usr/bin/gcc  -D_GNU_SOURCE -D_DEFAULT_SOURCE           -DUNIX  -Dlinux      -O3   -Wall -Werror-implicit-function-declaration           -D_FILE_OFFSET_BITS=64  -I. -I../O.Common -I. -I../osi/compiler/gcc -I../osi/compiler/default -I. -I../osi/os/Linux -I../osi/os/posix -I../osi/os/default -I.. -I../as -I../bucketLib -I../calc -I../cvtFast -I../cppStd -I../cxxTemplates -I../dbmf -I../ellLib -I../env -I../error -I../fdmgr -I../flex -I../freeList -I../gpHash -I../iocsh -I../log -I../macLib -I../misc -I../osi -I../pool -I../ring -I../taskwd -I../timer -I../yacc -I../yacc -I../yajl -I/epics/base/include/compiler/gcc -I/epics/base/include/os/Linux -I/epics/base/include         -c ../yacc/symtab.c
/usr/bin/g++ -o antelope -static -L/epics/base/lib/linux-arm -Wl,-rpath,/epics/base/lib/linux-arm          -rdynamic         closure.o error.o lalr.o lr0.o antelope.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o     -Wl,-Bdynamic  -lpthread   -lreadline -lm -lrt -ldl -lgcc
Installing created executable /epics/base/bin/linux-arm/antelope
/epics/base/bin/linux-arm/antelope -bparse -l -d ../flex/parse.y
Expanding ../libComVersion.h@ to ../O.Common/libComVersion.h
perl -CSD /epics/base/bin/linux-arm/expandVars.pl -t /epics/base -D INSTALL_BIN=/epics/base/bin/linux-arm  -DEPICS_LIBCOM_MAJOR_VERSION="3"  -DEPICS_LIBCOM_MINOR_VERSION="21"  -DEPICS_LIBCOM_MAINTENANCE_VERSION="0"  -DEPICS_LIBCOM_DEVELOPMENT_FLAG="0"  ../libComVersion.h@ libComVersion.h
Installing generated generic include file /epics/base/include/libComVersion.h
/epics/base/bin/linux-arm/antelope -bparse -l -d ../flex/parse.y
Installing PERL_MODULES file /epics/base/lib/perl/EPICS/macLib.pm
Expanding ../log/S99logServer@ to S99logServer
perl -CSD /epics/base/bin/linux-arm/expandVars.pl -a linux-arm -t /epics/base -D INSTALL_BIN=/epics/base/bin/linux-arm  -DEPICS_LIBCOM_MAJOR_VERSION="3"  -DEPICS_LIBCOM_MINOR_VERSION="21"  -DEPICS_LIBCOM_MAINTENANCE_VERSION="0"  -DEPICS_LIBCOM_DEVELOPMENT_FLAG="0"  ../log/S99logServer@ S99logServer
make[4]: Leaving directory '/epics/src/base/modules/libcom/src/O.linux-arm'
make[3]: Leaving directory '/epics/src/base/modules/libcom/src'
make[2]: Leaving directory '/epics/src/base/modules/libcom'
make[1]: Leaving directory '/epics/src/base/modules'

Replies:
Re: Static Build on armv7 Michael Davidsaver via Tech-talk
References:
Static Build on armv7 Florian Feldbauer via Tech-talk
Re: Static Build on armv7 Michael Davidsaver via Tech-talk

Navigate by Date:
Prev: RE: softIoc compiling-in relative path to softIoc.dbd Daykin, Evan via Tech-talk
Next: Re: Static Build on armv7 Michael Davidsaver 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  <20222023  2024 
Navigate by Thread:
Prev: Re: Static Build on armv7 Michael Davidsaver via Tech-talk
Next: Re: Static Build on armv7 Michael Davidsaver 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  <20222023  2024 
ANJ, 14 Sep 2022 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·