Skip to content

Console Output

Started by user Eugene Tarassov
Running as Eugene Tarassov
Agent centos-7-wnjqp is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-wnjqp"
  namespace: "tcf"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tcf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-wnjqp"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-wnjqp"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.tcf.svc.cluster.local/tcf/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-tcf"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-wnjqp (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/tcf-agent-x86Linux-1.6
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git
 > git init /home/jenkins/agent/workspace/tcf-agent-x86Linux-1.6 # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/tcf/tcf.agent.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/1.6^{commit} # timeout=10
Checking out Revision 75efc857b76bc382b44fc3c17cf9bbf078d5e64a (origin/1.6)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 75efc857b76bc382b44fc3c17cf9bbf078d5e64a # timeout=10
Commit message: "TCF Agent: fixed handling of overlapping memory map regions on Linux"
 > git rev-list --no-walk 75efc857b76bc382b44fc3c17cf9bbf078d5e64a # timeout=10
[tcf-agent-x86Linux-1.6] $ /bin/sh -xe /tmp/jenkins552043464494955187.sh
+ cd agent
+ make NO_UUID=1 clean all
rm -rf obj/GNU/Linux/x86_64/Debug
rm -rf RPM *.tar *.tar.bz2 *.rpm
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/main.o -c tcf/main/main.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/machine/x86_64/tcf/cpudefs-mdep.o -c machine/x86_64/tcf/cpudefs-mdep.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/machine/x86_64/tcf/disassembler-x86_64.o -c machine/x86_64/tcf/disassembler-x86_64.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/system/GNU/Linux/tcf/context-linux.o -c system/GNU/Linux/tcf/context-linux.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/asyncreq.o -c tcf/framework/asyncreq.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/base64.o -c tcf/framework/base64.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/cache.o -c tcf/framework/cache.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel.o -c tcf/framework/channel.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_lws.o -c tcf/framework/channel_lws.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_pipe.o -c tcf/framework/channel_pipe.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_tcp.o -c tcf/framework/channel_tcp.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/client.o -c tcf/framework/client.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/context-dispatcher.o -c tcf/framework/context-dispatcher.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/context.o -c tcf/framework/context.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/cpudefs.o -c tcf/framework/cpudefs.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/errors.o -c tcf/framework/errors.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/events.o -c tcf/framework/events.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/exceptions.o -c tcf/framework/exceptions.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/inputbuf.o -c tcf/framework/inputbuf.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/ip_ifc.o -c tcf/framework/ip_ifc.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/json.o -c tcf/framework/json.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/mdep.o -c tcf/framework/mdep.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/myalloc.o -c tcf/framework/myalloc.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/outputbuf.o -c tcf/framework/outputbuf.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/peer.o -c tcf/framework/peer.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/plugins.o -c tcf/framework/plugins.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/protocol.o -c tcf/framework/protocol.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/proxy.o -c tcf/framework/proxy.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/shutdown.o -c tcf/framework/shutdown.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/signames.o -c tcf/framework/signames.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/sigsets.o -c tcf/framework/sigsets.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/streams.o -c tcf/framework/streams.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/trace.o -c tcf/framework/trace.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/framework/waitpid.o -c tcf/framework/waitpid.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/cmdline.o -c tcf/main/cmdline.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/framework.o -c tcf/main/framework.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/gdb-rsp.o -c tcf/main/gdb-rsp.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/logfilter.o -c tcf/main/logfilter.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/server.o -c tcf/main/server.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/services.o -c tcf/main/services.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -O0 -o obj/GNU/Linux/x86_64/Debug/tcf/main/test.o -c tcf/main/test.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/breakpoints.o -c tcf/services/breakpoints.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/contextquery.o -c tcf/services/contextquery.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/diagnostics.o -c tcf/services/diagnostics.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/disassembly.o -c tcf/services/disassembly.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/discovery.o -c tcf/services/discovery.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/discovery_udp.o -c tcf/services/discovery_udp.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dprintf.o -c tcf/services/dprintf.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfcache.o -c tcf/services/dwarfcache.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfecomp.o -c tcf/services/dwarfecomp.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfexpr.o -c tcf/services/dwarfexpr.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfframe.o -c tcf/services/dwarfframe.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfio.o -c tcf/services/dwarfio.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfreloc.o -c tcf/services/dwarfreloc.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/elf-loader.o -c tcf/services/elf-loader.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/elf-symbols.o -c tcf/services/elf-symbols.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/expressions.o -c tcf/services/expressions.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/filesystem.o -c tcf/services/filesystem.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/funccall.o -c tcf/services/funccall.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers.o -c tcf/services/linenumbers.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_elf.o -c tcf/services/linenumbers_elf.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_mux.o -c tcf/services/linenumbers_mux.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_proxy.o -c tcf/services/linenumbers_proxy.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_win32.o -c tcf/services/linenumbers_win32.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/memorymap.o -c tcf/services/memorymap.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/memoryservice.o -c tcf/services/memoryservice.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/pathmap.o -c tcf/services/pathmap.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/portforward_proxy.o -c tcf/services/portforward_proxy.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/portforward_service.o -c tcf/services/portforward_service.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/processes.o -c tcf/services/processes.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/profiler.o -c tcf/services/profiler.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/profiler_sst.o -c tcf/services/profiler_sst.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/registers.o -c tcf/services/registers.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/runctrl.o -c tcf/services/runctrl.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/stacktrace.o -c tcf/services/stacktrace.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/streamsservice.o -c tcf/services/streamsservice.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols.o -c tcf/services/symbols.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_common.o -c tcf/services/symbols_common.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_elf.o -c tcf/services/symbols_elf.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_mux.o -c tcf/services/symbols_mux.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_proxy.o -c tcf/services/symbols_proxy.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_win32.o -c tcf/services/symbols_win32.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/sysmon.o -c tcf/services/sysmon.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/tcf_elf.o -c tcf/services/tcf_elf.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/terminals.o -c tcf/services/terminals.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/services/vm.o -c tcf/services/vm.c
ar -rc obj/GNU/Linux/x86_64/Debug/libtcf.a obj/GNU/Linux/x86_64/Debug/machine/x86_64/tcf/cpudefs-mdep.o obj/GNU/Linux/x86_64/Debug/machine/x86_64/tcf/disassembler-x86_64.o obj/GNU/Linux/x86_64/Debug/system/GNU/Linux/tcf/context-linux.o obj/GNU/Linux/x86_64/Debug/tcf/framework/asyncreq.o obj/GNU/Linux/x86_64/Debug/tcf/framework/base64.o obj/GNU/Linux/x86_64/Debug/tcf/framework/cache.o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel.o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_lws.o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_pipe.o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_tcp.o obj/GNU/Linux/x86_64/Debug/tcf/framework/client.o obj/GNU/Linux/x86_64/Debug/tcf/framework/context-dispatcher.o obj/GNU/Linux/x86_64/Debug/tcf/framework/context.o obj/GNU/Linux/x86_64/Debug/tcf/framework/cpudefs.o obj/GNU/Linux/x86_64/Debug/tcf/framework/errors.o obj/GNU/Linux/x86_64/Debug/tcf/framework/events.o obj/GNU/Linux/x86_64/Debug/tcf/framework/exceptions.o obj/GNU/Linux/x86_64/Debug/tcf/framework/inputbuf.o obj/GNU/Linux/x86_64/Debug/tcf/framework/ip_ifc.o obj/GNU/Linux/x86_64/Debug/tcf/framework/json.o obj/GNU/Linux/x86_64/Debug/tcf/framework/mdep.o obj/GNU/Linux/x86_64/Debug/tcf/framework/myalloc.o obj/GNU/Linux/x86_64/Debug/tcf/framework/outputbuf.o obj/GNU/Linux/x86_64/Debug/tcf/framework/peer.o obj/GNU/Linux/x86_64/Debug/tcf/framework/plugins.o obj/GNU/Linux/x86_64/Debug/tcf/framework/protocol.o obj/GNU/Linux/x86_64/Debug/tcf/framework/proxy.o obj/GNU/Linux/x86_64/Debug/tcf/framework/shutdown.o obj/GNU/Linux/x86_64/Debug/tcf/framework/signames.o obj/GNU/Linux/x86_64/Debug/tcf/framework/sigsets.o obj/GNU/Linux/x86_64/Debug/tcf/framework/streams.o obj/GNU/Linux/x86_64/Debug/tcf/framework/trace.o obj/GNU/Linux/x86_64/Debug/tcf/framework/waitpid.o obj/GNU/Linux/x86_64/Debug/tcf/main/cmdline.o obj/GNU/Linux/x86_64/Debug/tcf/main/framework.o obj/GNU/Linux/x86_64/Debug/tcf/main/gdb-rsp.o obj/GNU/Linux/x86_64/Debug/tcf/main/logfilter.o obj/GNU/Linux/x86_64/Debug/tcf/main/server.o obj/GNU/Linux/x86_64/Debug/tcf/main/services.o obj/GNU/Linux/x86_64/Debug/tcf/main/test.o obj/GNU/Linux/x86_64/Debug/tcf/services/breakpoints.o obj/GNU/Linux/x86_64/Debug/tcf/services/contextquery.o obj/GNU/Linux/x86_64/Debug/tcf/services/diagnostics.o obj/GNU/Linux/x86_64/Debug/tcf/services/disassembly.o obj/GNU/Linux/x86_64/Debug/tcf/services/discovery.o obj/GNU/Linux/x86_64/Debug/tcf/services/discovery_udp.o obj/GNU/Linux/x86_64/Debug/tcf/services/dprintf.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfcache.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfecomp.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfexpr.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfframe.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfio.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfreloc.o obj/GNU/Linux/x86_64/Debug/tcf/services/elf-loader.o obj/GNU/Linux/x86_64/Debug/tcf/services/elf-symbols.o obj/GNU/Linux/x86_64/Debug/tcf/services/expressions.o obj/GNU/Linux/x86_64/Debug/tcf/services/filesystem.o obj/GNU/Linux/x86_64/Debug/tcf/services/funccall.o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers.o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_elf.o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_mux.o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_proxy.o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_win32.o obj/GNU/Linux/x86_64/Debug/tcf/services/memorymap.o obj/GNU/Linux/x86_64/Debug/tcf/services/memoryservice.o obj/GNU/Linux/x86_64/Debug/tcf/services/pathmap.o obj/GNU/Linux/x86_64/Debug/tcf/services/portforward_proxy.o obj/GNU/Linux/x86_64/Debug/tcf/services/portforward_service.o obj/GNU/Linux/x86_64/Debug/tcf/services/processes.o obj/GNU/Linux/x86_64/Debug/tcf/services/profiler.o obj/GNU/Linux/x86_64/Debug/tcf/services/profiler_sst.o obj/GNU/Linux/x86_64/Debug/tcf/services/registers.o obj/GNU/Linux/x86_64/Debug/tcf/services/runctrl.o obj/GNU/Linux/x86_64/Debug/tcf/services/stacktrace.o obj/GNU/Linux/x86_64/Debug/tcf/services/streamsservice.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_common.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_elf.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_mux.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_proxy.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_win32.o obj/GNU/Linux/x86_64/Debug/tcf/services/sysmon.o obj/GNU/Linux/x86_64/Debug/tcf/services/tcf_elf.o obj/GNU/Linux/x86_64/Debug/tcf/services/terminals.o obj/GNU/Linux/x86_64/Debug/tcf/services/vm.o
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64  -o obj/GNU/Linux/x86_64/Debug/agent obj/GNU/Linux/x86_64/Debug/tcf/main/main.o \
	obj/GNU/Linux/x86_64/Debug/libtcf.a -lpthread -lssl -lcrypto -lrt 
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/main_client.o -c tcf/main/main_client.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64  -o obj/GNU/Linux/x86_64/Debug/client \
	obj/GNU/Linux/x86_64/Debug/tcf/main/main_client.o obj/GNU/Linux/x86_64/Debug/libtcf.a -lpthread -lssl -lcrypto -lrt 
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/main_reg.o -c tcf/main/main_reg.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64  -o obj/GNU/Linux/x86_64/Debug/tcfreg obj/GNU/Linux/x86_64/Debug/tcf/main/main_reg.o \
	obj/GNU/Linux/x86_64/Debug/libtcf.a -lpthread -lssl -lcrypto -lrt 
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/main_va.o -c tcf/main/main_va.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64  -o obj/GNU/Linux/x86_64/Debug/valueadd obj/GNU/Linux/x86_64/Debug/tcf/main/main_va.o \
	obj/GNU/Linux/x86_64/Debug/libtcf.a -lpthread -lssl -lcrypto -lrt 
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/tcf/main/main_log.o -c tcf/main/main_log.c
cc -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64  -o obj/GNU/Linux/x86_64/Debug/tcflog obj/GNU/Linux/x86_64/Debug/tcf/main/main_log.o \
	obj/GNU/Linux/x86_64/Debug/libtcf.a -lpthread -lssl -lcrypto -lrt 
+ make NO_UUID=1 CONF=Release clean all
rm -rf obj/GNU/Linux/x86_64/Release
rm -rf RPM *.tar *.tar.bz2 *.rpm
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/main.o -c tcf/main/main.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/machine/x86_64/tcf/cpudefs-mdep.o -c machine/x86_64/tcf/cpudefs-mdep.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/machine/x86_64/tcf/disassembler-x86_64.o -c machine/x86_64/tcf/disassembler-x86_64.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/system/GNU/Linux/tcf/context-linux.o -c system/GNU/Linux/tcf/context-linux.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/asyncreq.o -c tcf/framework/asyncreq.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/base64.o -c tcf/framework/base64.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/cache.o -c tcf/framework/cache.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/channel.o -c tcf/framework/channel.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_lws.o -c tcf/framework/channel_lws.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_pipe.o -c tcf/framework/channel_pipe.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_tcp.o -c tcf/framework/channel_tcp.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/client.o -c tcf/framework/client.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/context-dispatcher.o -c tcf/framework/context-dispatcher.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/context.o -c tcf/framework/context.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/cpudefs.o -c tcf/framework/cpudefs.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/errors.o -c tcf/framework/errors.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/events.o -c tcf/framework/events.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/exceptions.o -c tcf/framework/exceptions.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/inputbuf.o -c tcf/framework/inputbuf.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/ip_ifc.o -c tcf/framework/ip_ifc.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/json.o -c tcf/framework/json.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/mdep.o -c tcf/framework/mdep.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/myalloc.o -c tcf/framework/myalloc.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/outputbuf.o -c tcf/framework/outputbuf.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/peer.o -c tcf/framework/peer.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/plugins.o -c tcf/framework/plugins.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/protocol.o -c tcf/framework/protocol.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/proxy.o -c tcf/framework/proxy.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/shutdown.o -c tcf/framework/shutdown.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/signames.o -c tcf/framework/signames.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/sigsets.o -c tcf/framework/sigsets.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/streams.o -c tcf/framework/streams.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/trace.o -c tcf/framework/trace.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/framework/waitpid.o -c tcf/framework/waitpid.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/cmdline.o -c tcf/main/cmdline.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/framework.o -c tcf/main/framework.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/gdb-rsp.o -c tcf/main/gdb-rsp.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/logfilter.o -c tcf/main/logfilter.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/server.o -c tcf/main/server.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/services.o -c tcf/main/services.c
cc -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -O0 -o obj/GNU/Linux/x86_64/Release/tcf/main/test.o -c tcf/main/test.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/breakpoints.o -c tcf/services/breakpoints.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/contextquery.o -c tcf/services/contextquery.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/diagnostics.o -c tcf/services/diagnostics.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/disassembly.o -c tcf/services/disassembly.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/discovery.o -c tcf/services/discovery.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/discovery_udp.o -c tcf/services/discovery_udp.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/dprintf.o -c tcf/services/dprintf.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfcache.o -c tcf/services/dwarfcache.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfecomp.o -c tcf/services/dwarfecomp.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfexpr.o -c tcf/services/dwarfexpr.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfframe.o -c tcf/services/dwarfframe.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfio.o -c tcf/services/dwarfio.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfreloc.o -c tcf/services/dwarfreloc.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/elf-loader.o -c tcf/services/elf-loader.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/elf-symbols.o -c tcf/services/elf-symbols.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/expressions.o -c tcf/services/expressions.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/filesystem.o -c tcf/services/filesystem.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/funccall.o -c tcf/services/funccall.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers.o -c tcf/services/linenumbers.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_elf.o -c tcf/services/linenumbers_elf.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_mux.o -c tcf/services/linenumbers_mux.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_proxy.o -c tcf/services/linenumbers_proxy.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_win32.o -c tcf/services/linenumbers_win32.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/memorymap.o -c tcf/services/memorymap.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/memoryservice.o -c tcf/services/memoryservice.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/pathmap.o -c tcf/services/pathmap.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/portforward_proxy.o -c tcf/services/portforward_proxy.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/portforward_service.o -c tcf/services/portforward_service.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/processes.o -c tcf/services/processes.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/profiler.o -c tcf/services/profiler.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/profiler_sst.o -c tcf/services/profiler_sst.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/registers.o -c tcf/services/registers.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/runctrl.o -c tcf/services/runctrl.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/stacktrace.o -c tcf/services/stacktrace.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/streamsservice.o -c tcf/services/streamsservice.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols.o -c tcf/services/symbols.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_common.o -c tcf/services/symbols_common.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_elf.o -c tcf/services/symbols_elf.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_mux.o -c tcf/services/symbols_mux.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_proxy.o -c tcf/services/symbols_proxy.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_win32.o -c tcf/services/symbols_win32.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/sysmon.o -c tcf/services/sysmon.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/tcf_elf.o -c tcf/services/tcf_elf.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/terminals.o -c tcf/services/terminals.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/services/vm.o -c tcf/services/vm.c
ar -rc obj/GNU/Linux/x86_64/Release/libtcf.a obj/GNU/Linux/x86_64/Release/machine/x86_64/tcf/cpudefs-mdep.o obj/GNU/Linux/x86_64/Release/machine/x86_64/tcf/disassembler-x86_64.o obj/GNU/Linux/x86_64/Release/system/GNU/Linux/tcf/context-linux.o obj/GNU/Linux/x86_64/Release/tcf/framework/asyncreq.o obj/GNU/Linux/x86_64/Release/tcf/framework/base64.o obj/GNU/Linux/x86_64/Release/tcf/framework/cache.o obj/GNU/Linux/x86_64/Release/tcf/framework/channel.o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_lws.o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_pipe.o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_tcp.o obj/GNU/Linux/x86_64/Release/tcf/framework/client.o obj/GNU/Linux/x86_64/Release/tcf/framework/context-dispatcher.o obj/GNU/Linux/x86_64/Release/tcf/framework/context.o obj/GNU/Linux/x86_64/Release/tcf/framework/cpudefs.o obj/GNU/Linux/x86_64/Release/tcf/framework/errors.o obj/GNU/Linux/x86_64/Release/tcf/framework/events.o obj/GNU/Linux/x86_64/Release/tcf/framework/exceptions.o obj/GNU/Linux/x86_64/Release/tcf/framework/inputbuf.o obj/GNU/Linux/x86_64/Release/tcf/framework/ip_ifc.o obj/GNU/Linux/x86_64/Release/tcf/framework/json.o obj/GNU/Linux/x86_64/Release/tcf/framework/mdep.o obj/GNU/Linux/x86_64/Release/tcf/framework/myalloc.o obj/GNU/Linux/x86_64/Release/tcf/framework/outputbuf.o obj/GNU/Linux/x86_64/Release/tcf/framework/peer.o obj/GNU/Linux/x86_64/Release/tcf/framework/plugins.o obj/GNU/Linux/x86_64/Release/tcf/framework/protocol.o obj/GNU/Linux/x86_64/Release/tcf/framework/proxy.o obj/GNU/Linux/x86_64/Release/tcf/framework/shutdown.o obj/GNU/Linux/x86_64/Release/tcf/framework/signames.o obj/GNU/Linux/x86_64/Release/tcf/framework/sigsets.o obj/GNU/Linux/x86_64/Release/tcf/framework/streams.o obj/GNU/Linux/x86_64/Release/tcf/framework/trace.o obj/GNU/Linux/x86_64/Release/tcf/framework/waitpid.o obj/GNU/Linux/x86_64/Release/tcf/main/cmdline.o obj/GNU/Linux/x86_64/Release/tcf/main/framework.o obj/GNU/Linux/x86_64/Release/tcf/main/gdb-rsp.o obj/GNU/Linux/x86_64/Release/tcf/main/logfilter.o obj/GNU/Linux/x86_64/Release/tcf/main/server.o obj/GNU/Linux/x86_64/Release/tcf/main/services.o obj/GNU/Linux/x86_64/Release/tcf/main/test.o obj/GNU/Linux/x86_64/Release/tcf/services/breakpoints.o obj/GNU/Linux/x86_64/Release/tcf/services/contextquery.o obj/GNU/Linux/x86_64/Release/tcf/services/diagnostics.o obj/GNU/Linux/x86_64/Release/tcf/services/disassembly.o obj/GNU/Linux/x86_64/Release/tcf/services/discovery.o obj/GNU/Linux/x86_64/Release/tcf/services/discovery_udp.o obj/GNU/Linux/x86_64/Release/tcf/services/dprintf.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfcache.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfecomp.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfexpr.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfframe.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfio.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfreloc.o obj/GNU/Linux/x86_64/Release/tcf/services/elf-loader.o obj/GNU/Linux/x86_64/Release/tcf/services/elf-symbols.o obj/GNU/Linux/x86_64/Release/tcf/services/expressions.o obj/GNU/Linux/x86_64/Release/tcf/services/filesystem.o obj/GNU/Linux/x86_64/Release/tcf/services/funccall.o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers.o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_elf.o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_mux.o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_proxy.o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_win32.o obj/GNU/Linux/x86_64/Release/tcf/services/memorymap.o obj/GNU/Linux/x86_64/Release/tcf/services/memoryservice.o obj/GNU/Linux/x86_64/Release/tcf/services/pathmap.o obj/GNU/Linux/x86_64/Release/tcf/services/portforward_proxy.o obj/GNU/Linux/x86_64/Release/tcf/services/portforward_service.o obj/GNU/Linux/x86_64/Release/tcf/services/processes.o obj/GNU/Linux/x86_64/Release/tcf/services/profiler.o obj/GNU/Linux/x86_64/Release/tcf/services/profiler_sst.o obj/GNU/Linux/x86_64/Release/tcf/services/registers.o obj/GNU/Linux/x86_64/Release/tcf/services/runctrl.o obj/GNU/Linux/x86_64/Release/tcf/services/stacktrace.o obj/GNU/Linux/x86_64/Release/tcf/services/streamsservice.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_common.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_elf.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_mux.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_proxy.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_win32.o obj/GNU/Linux/x86_64/Release/tcf/services/sysmon.o obj/GNU/Linux/x86_64/Release/tcf/services/tcf_elf.o obj/GNU/Linux/x86_64/Release/tcf/services/terminals.o obj/GNU/Linux/x86_64/Release/tcf/services/vm.o
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64  -o obj/GNU/Linux/x86_64/Release/agent obj/GNU/Linux/x86_64/Release/tcf/main/main.o \
	obj/GNU/Linux/x86_64/Release/libtcf.a -lpthread -lssl -lcrypto -lrt 
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/main_client.o -c tcf/main/main_client.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64  -o obj/GNU/Linux/x86_64/Release/client \
	obj/GNU/Linux/x86_64/Release/tcf/main/main_client.o obj/GNU/Linux/x86_64/Release/libtcf.a -lpthread -lssl -lcrypto -lrt 
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/main_reg.o -c tcf/main/main_reg.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64  -o obj/GNU/Linux/x86_64/Release/tcfreg obj/GNU/Linux/x86_64/Release/tcf/main/main_reg.o \
	obj/GNU/Linux/x86_64/Release/libtcf.a -lpthread -lssl -lcrypto -lrt 
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/main_va.o -c tcf/main/main_va.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64  -o obj/GNU/Linux/x86_64/Release/valueadd obj/GNU/Linux/x86_64/Release/tcf/main/main_va.o \
	obj/GNU/Linux/x86_64/Release/libtcf.a -lpthread -lssl -lcrypto -lrt 
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Release/tcf/main/main_log.o -c tcf/main/main_log.c
cc -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/x86_64  -o obj/GNU/Linux/x86_64/Release/tcflog obj/GNU/Linux/x86_64/Release/tcf/main/main_log.o \
	obj/GNU/Linux/x86_64/Release/libtcf.a -lpthread -lssl -lcrypto -lrt 
+ cd ../server
+ make NO_UUID=1 clean all
rm -rf obj/GNU/Linux/x86_64/Debug
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/main/main.o ../agent/tcf/main/main.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/machine/x86_64/tcf/cpudefs-mdep.o ../agent/machine/x86_64/tcf/cpudefs-mdep.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/machine/x86_64/tcf/disassembler-x86_64.o ../agent/machine/x86_64/tcf/disassembler-x86_64.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/system/GNU/Linux/tcf/context-linux.o ../agent/system/GNU/Linux/tcf/context-linux.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/asyncreq.o ../agent/tcf/framework/asyncreq.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/base64.o ../agent/tcf/framework/base64.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/cache.o ../agent/tcf/framework/cache.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel.o ../agent/tcf/framework/channel.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_lws.o ../agent/tcf/framework/channel_lws.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_pipe.o ../agent/tcf/framework/channel_pipe.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_tcp.o ../agent/tcf/framework/channel_tcp.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/client.o ../agent/tcf/framework/client.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/context-dispatcher.o ../agent/tcf/framework/context-dispatcher.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/context.o ../agent/tcf/framework/context.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/cpudefs.o ../agent/tcf/framework/cpudefs.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/errors.o ../agent/tcf/framework/errors.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/events.o ../agent/tcf/framework/events.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/exceptions.o ../agent/tcf/framework/exceptions.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/inputbuf.o ../agent/tcf/framework/inputbuf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/ip_ifc.o ../agent/tcf/framework/ip_ifc.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/json.o ../agent/tcf/framework/json.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/mdep.o ../agent/tcf/framework/mdep.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/myalloc.o ../agent/tcf/framework/myalloc.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/outputbuf.o ../agent/tcf/framework/outputbuf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/peer.o ../agent/tcf/framework/peer.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/plugins.o ../agent/tcf/framework/plugins.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/protocol.o ../agent/tcf/framework/protocol.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/proxy.o ../agent/tcf/framework/proxy.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/shutdown.o ../agent/tcf/framework/shutdown.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/signames.o ../agent/tcf/framework/signames.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/sigsets.o ../agent/tcf/framework/sigsets.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/streams.o ../agent/tcf/framework/streams.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/trace.o ../agent/tcf/framework/trace.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/framework/waitpid.o ../agent/tcf/framework/waitpid.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/main/cmdline.o ../agent/tcf/main/cmdline.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/main/framework.o ../agent/tcf/main/framework.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/main/gdb-rsp.o ../agent/tcf/main/gdb-rsp.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/main/logfilter.o ../agent/tcf/main/logfilter.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/main/server.o tcf/main/server.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/main/services.o ../agent/tcf/main/services.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/main/test.o ../agent/tcf/main/test.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/breakpoints.o ../agent/tcf/services/breakpoints.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/context-proxy.o tcf/services/context-proxy.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/contextquery.o ../agent/tcf/services/contextquery.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/diagnostics.o ../agent/tcf/services/diagnostics.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/disassembly.o ../agent/tcf/services/disassembly.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/discovery.o ../agent/tcf/services/discovery.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/discovery_udp.o ../agent/tcf/services/discovery_udp.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/dprintf.o ../agent/tcf/services/dprintf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfcache.o ../agent/tcf/services/dwarfcache.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfecomp.o ../agent/tcf/services/dwarfecomp.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfexpr.o ../agent/tcf/services/dwarfexpr.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfframe.o ../agent/tcf/services/dwarfframe.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfio.o ../agent/tcf/services/dwarfio.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfreloc.o ../agent/tcf/services/dwarfreloc.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/elf-loader.o ../agent/tcf/services/elf-loader.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/elf-symbols.o ../agent/tcf/services/elf-symbols.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/expressions.o ../agent/tcf/services/expressions.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/filesystem.o ../agent/tcf/services/filesystem.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/funccall.o ../agent/tcf/services/funccall.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers.o ../agent/tcf/services/linenumbers.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_elf.o ../agent/tcf/services/linenumbers_elf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_mux.o ../agent/tcf/services/linenumbers_mux.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_proxy.o ../agent/tcf/services/linenumbers_proxy.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_win32.o ../agent/tcf/services/linenumbers_win32.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/memorymap.o ../agent/tcf/services/memorymap.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/memoryservice.o ../agent/tcf/services/memoryservice.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/pathmap.o ../agent/tcf/services/pathmap.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/portforward_proxy.o ../agent/tcf/services/portforward_proxy.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/portforward_service.o ../agent/tcf/services/portforward_service.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/processes.o ../agent/tcf/services/processes.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/profiler.o ../agent/tcf/services/profiler.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/profiler_sst.o ../agent/tcf/services/profiler_sst.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/registers.o ../agent/tcf/services/registers.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/runctrl.o ../agent/tcf/services/runctrl.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/stacktrace.o ../agent/tcf/services/stacktrace.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/streamsservice.o ../agent/tcf/services/streamsservice.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols.o ../agent/tcf/services/symbols.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_common.o ../agent/tcf/services/symbols_common.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_elf.o ../agent/tcf/services/symbols_elf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_mux.o ../agent/tcf/services/symbols_mux.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_proxy.o ../agent/tcf/services/symbols_proxy.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_win32.o ../agent/tcf/services/symbols_win32.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/sysmon.o ../agent/tcf/services/sysmon.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/tcf_elf.o ../agent/tcf/services/tcf_elf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/terminals.o ../agent/tcf/services/terminals.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Debug/tcf/services/vm.o ../agent/tcf/services/vm.c
ar -rc obj/GNU/Linux/x86_64/Debug/libtcf.a obj/GNU/Linux/x86_64/Debug/machine/x86_64/tcf/cpudefs-mdep.o obj/GNU/Linux/x86_64/Debug/machine/x86_64/tcf/disassembler-x86_64.o obj/GNU/Linux/x86_64/Debug/system/GNU/Linux/tcf/context-linux.o obj/GNU/Linux/x86_64/Debug/tcf/framework/asyncreq.o obj/GNU/Linux/x86_64/Debug/tcf/framework/base64.o obj/GNU/Linux/x86_64/Debug/tcf/framework/cache.o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel.o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_lws.o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_pipe.o obj/GNU/Linux/x86_64/Debug/tcf/framework/channel_tcp.o obj/GNU/Linux/x86_64/Debug/tcf/framework/client.o obj/GNU/Linux/x86_64/Debug/tcf/framework/context-dispatcher.o obj/GNU/Linux/x86_64/Debug/tcf/framework/context.o obj/GNU/Linux/x86_64/Debug/tcf/framework/cpudefs.o obj/GNU/Linux/x86_64/Debug/tcf/framework/errors.o obj/GNU/Linux/x86_64/Debug/tcf/framework/events.o obj/GNU/Linux/x86_64/Debug/tcf/framework/exceptions.o obj/GNU/Linux/x86_64/Debug/tcf/framework/inputbuf.o obj/GNU/Linux/x86_64/Debug/tcf/framework/ip_ifc.o obj/GNU/Linux/x86_64/Debug/tcf/framework/json.o obj/GNU/Linux/x86_64/Debug/tcf/framework/mdep.o obj/GNU/Linux/x86_64/Debug/tcf/framework/myalloc.o obj/GNU/Linux/x86_64/Debug/tcf/framework/outputbuf.o obj/GNU/Linux/x86_64/Debug/tcf/framework/peer.o obj/GNU/Linux/x86_64/Debug/tcf/framework/plugins.o obj/GNU/Linux/x86_64/Debug/tcf/framework/protocol.o obj/GNU/Linux/x86_64/Debug/tcf/framework/proxy.o obj/GNU/Linux/x86_64/Debug/tcf/framework/shutdown.o obj/GNU/Linux/x86_64/Debug/tcf/framework/signames.o obj/GNU/Linux/x86_64/Debug/tcf/framework/sigsets.o obj/GNU/Linux/x86_64/Debug/tcf/framework/streams.o obj/GNU/Linux/x86_64/Debug/tcf/framework/trace.o obj/GNU/Linux/x86_64/Debug/tcf/framework/waitpid.o obj/GNU/Linux/x86_64/Debug/tcf/main/cmdline.o obj/GNU/Linux/x86_64/Debug/tcf/main/framework.o obj/GNU/Linux/x86_64/Debug/tcf/main/gdb-rsp.o obj/GNU/Linux/x86_64/Debug/tcf/main/logfilter.o obj/GNU/Linux/x86_64/Debug/tcf/main/server.o obj/GNU/Linux/x86_64/Debug/tcf/main/services.o obj/GNU/Linux/x86_64/Debug/tcf/main/test.o obj/GNU/Linux/x86_64/Debug/tcf/services/breakpoints.o obj/GNU/Linux/x86_64/Debug/tcf/services/context-proxy.o obj/GNU/Linux/x86_64/Debug/tcf/services/contextquery.o obj/GNU/Linux/x86_64/Debug/tcf/services/diagnostics.o obj/GNU/Linux/x86_64/Debug/tcf/services/disassembly.o obj/GNU/Linux/x86_64/Debug/tcf/services/discovery.o obj/GNU/Linux/x86_64/Debug/tcf/services/discovery_udp.o obj/GNU/Linux/x86_64/Debug/tcf/services/dprintf.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfcache.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfecomp.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfexpr.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfframe.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfio.o obj/GNU/Linux/x86_64/Debug/tcf/services/dwarfreloc.o obj/GNU/Linux/x86_64/Debug/tcf/services/elf-loader.o obj/GNU/Linux/x86_64/Debug/tcf/services/elf-symbols.o obj/GNU/Linux/x86_64/Debug/tcf/services/expressions.o obj/GNU/Linux/x86_64/Debug/tcf/services/filesystem.o obj/GNU/Linux/x86_64/Debug/tcf/services/funccall.o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers.o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_elf.o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_mux.o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_proxy.o obj/GNU/Linux/x86_64/Debug/tcf/services/linenumbers_win32.o obj/GNU/Linux/x86_64/Debug/tcf/services/memorymap.o obj/GNU/Linux/x86_64/Debug/tcf/services/memoryservice.o obj/GNU/Linux/x86_64/Debug/tcf/services/pathmap.o obj/GNU/Linux/x86_64/Debug/tcf/services/portforward_proxy.o obj/GNU/Linux/x86_64/Debug/tcf/services/portforward_service.o obj/GNU/Linux/x86_64/Debug/tcf/services/processes.o obj/GNU/Linux/x86_64/Debug/tcf/services/profiler.o obj/GNU/Linux/x86_64/Debug/tcf/services/profiler_sst.o obj/GNU/Linux/x86_64/Debug/tcf/services/registers.o obj/GNU/Linux/x86_64/Debug/tcf/services/runctrl.o obj/GNU/Linux/x86_64/Debug/tcf/services/stacktrace.o obj/GNU/Linux/x86_64/Debug/tcf/services/streamsservice.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_common.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_elf.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_mux.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_proxy.o obj/GNU/Linux/x86_64/Debug/tcf/services/symbols_win32.o obj/GNU/Linux/x86_64/Debug/tcf/services/sysmon.o obj/GNU/Linux/x86_64/Debug/tcf/services/tcf_elf.o obj/GNU/Linux/x86_64/Debug/tcf/services/terminals.o obj/GNU/Linux/x86_64/Debug/tcf/services/vm.o
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -g -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/server obj/GNU/Linux/x86_64/Debug/tcf/main/main.o obj/GNU/Linux/x86_64/Debug/libtcf.a -lpthread -lssl -lcrypto -lrt
+ make NO_UUID=1 CONF=Release clean all
rm -rf obj/GNU/Linux/x86_64/Release
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/main/main.o ../agent/tcf/main/main.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/machine/x86_64/tcf/cpudefs-mdep.o ../agent/machine/x86_64/tcf/cpudefs-mdep.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/machine/x86_64/tcf/disassembler-x86_64.o ../agent/machine/x86_64/tcf/disassembler-x86_64.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/system/GNU/Linux/tcf/context-linux.o ../agent/system/GNU/Linux/tcf/context-linux.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/asyncreq.o ../agent/tcf/framework/asyncreq.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/base64.o ../agent/tcf/framework/base64.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/cache.o ../agent/tcf/framework/cache.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/channel.o ../agent/tcf/framework/channel.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_lws.o ../agent/tcf/framework/channel_lws.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_pipe.o ../agent/tcf/framework/channel_pipe.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_tcp.o ../agent/tcf/framework/channel_tcp.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/client.o ../agent/tcf/framework/client.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/context-dispatcher.o ../agent/tcf/framework/context-dispatcher.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/context.o ../agent/tcf/framework/context.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/cpudefs.o ../agent/tcf/framework/cpudefs.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/errors.o ../agent/tcf/framework/errors.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/events.o ../agent/tcf/framework/events.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/exceptions.o ../agent/tcf/framework/exceptions.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/inputbuf.o ../agent/tcf/framework/inputbuf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/ip_ifc.o ../agent/tcf/framework/ip_ifc.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/json.o ../agent/tcf/framework/json.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/mdep.o ../agent/tcf/framework/mdep.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/myalloc.o ../agent/tcf/framework/myalloc.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/outputbuf.o ../agent/tcf/framework/outputbuf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/peer.o ../agent/tcf/framework/peer.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/plugins.o ../agent/tcf/framework/plugins.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/protocol.o ../agent/tcf/framework/protocol.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/proxy.o ../agent/tcf/framework/proxy.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/shutdown.o ../agent/tcf/framework/shutdown.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/signames.o ../agent/tcf/framework/signames.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/sigsets.o ../agent/tcf/framework/sigsets.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/streams.o ../agent/tcf/framework/streams.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/trace.o ../agent/tcf/framework/trace.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/framework/waitpid.o ../agent/tcf/framework/waitpid.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/main/cmdline.o ../agent/tcf/main/cmdline.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/main/framework.o ../agent/tcf/main/framework.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/main/gdb-rsp.o ../agent/tcf/main/gdb-rsp.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/main/logfilter.o ../agent/tcf/main/logfilter.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/main/server.o tcf/main/server.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/main/services.o ../agent/tcf/main/services.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/main/test.o ../agent/tcf/main/test.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/breakpoints.o ../agent/tcf/services/breakpoints.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/context-proxy.o tcf/services/context-proxy.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/contextquery.o ../agent/tcf/services/contextquery.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/diagnostics.o ../agent/tcf/services/diagnostics.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/disassembly.o ../agent/tcf/services/disassembly.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/discovery.o ../agent/tcf/services/discovery.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/discovery_udp.o ../agent/tcf/services/discovery_udp.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/dprintf.o ../agent/tcf/services/dprintf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfcache.o ../agent/tcf/services/dwarfcache.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfecomp.o ../agent/tcf/services/dwarfecomp.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfexpr.o ../agent/tcf/services/dwarfexpr.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfframe.o ../agent/tcf/services/dwarfframe.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfio.o ../agent/tcf/services/dwarfio.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfreloc.o ../agent/tcf/services/dwarfreloc.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/elf-loader.o ../agent/tcf/services/elf-loader.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/elf-symbols.o ../agent/tcf/services/elf-symbols.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/expressions.o ../agent/tcf/services/expressions.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/filesystem.o ../agent/tcf/services/filesystem.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/funccall.o ../agent/tcf/services/funccall.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers.o ../agent/tcf/services/linenumbers.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_elf.o ../agent/tcf/services/linenumbers_elf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_mux.o ../agent/tcf/services/linenumbers_mux.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_proxy.o ../agent/tcf/services/linenumbers_proxy.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_win32.o ../agent/tcf/services/linenumbers_win32.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/memorymap.o ../agent/tcf/services/memorymap.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/memoryservice.o ../agent/tcf/services/memoryservice.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/pathmap.o ../agent/tcf/services/pathmap.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/portforward_proxy.o ../agent/tcf/services/portforward_proxy.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/portforward_service.o ../agent/tcf/services/portforward_service.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/processes.o ../agent/tcf/services/processes.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/profiler.o ../agent/tcf/services/profiler.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/profiler_sst.o ../agent/tcf/services/profiler_sst.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/registers.o ../agent/tcf/services/registers.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/runctrl.o ../agent/tcf/services/runctrl.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/stacktrace.o ../agent/tcf/services/stacktrace.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/streamsservice.o ../agent/tcf/services/streamsservice.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols.o ../agent/tcf/services/symbols.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_common.o ../agent/tcf/services/symbols_common.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_elf.o ../agent/tcf/services/symbols_elf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_mux.o ../agent/tcf/services/symbols_mux.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_proxy.o ../agent/tcf/services/symbols_proxy.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_win32.o ../agent/tcf/services/symbols_win32.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/sysmon.o ../agent/tcf/services/sysmon.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/tcf_elf.o ../agent/tcf/services/tcf_elf.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/terminals.o ../agent/tcf/services/terminals.c
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -c -o obj/GNU/Linux/x86_64/Release/tcf/services/vm.o ../agent/tcf/services/vm.c
ar -rc obj/GNU/Linux/x86_64/Release/libtcf.a obj/GNU/Linux/x86_64/Release/machine/x86_64/tcf/cpudefs-mdep.o obj/GNU/Linux/x86_64/Release/machine/x86_64/tcf/disassembler-x86_64.o obj/GNU/Linux/x86_64/Release/system/GNU/Linux/tcf/context-linux.o obj/GNU/Linux/x86_64/Release/tcf/framework/asyncreq.o obj/GNU/Linux/x86_64/Release/tcf/framework/base64.o obj/GNU/Linux/x86_64/Release/tcf/framework/cache.o obj/GNU/Linux/x86_64/Release/tcf/framework/channel.o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_lws.o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_pipe.o obj/GNU/Linux/x86_64/Release/tcf/framework/channel_tcp.o obj/GNU/Linux/x86_64/Release/tcf/framework/client.o obj/GNU/Linux/x86_64/Release/tcf/framework/context-dispatcher.o obj/GNU/Linux/x86_64/Release/tcf/framework/context.o obj/GNU/Linux/x86_64/Release/tcf/framework/cpudefs.o obj/GNU/Linux/x86_64/Release/tcf/framework/errors.o obj/GNU/Linux/x86_64/Release/tcf/framework/events.o obj/GNU/Linux/x86_64/Release/tcf/framework/exceptions.o obj/GNU/Linux/x86_64/Release/tcf/framework/inputbuf.o obj/GNU/Linux/x86_64/Release/tcf/framework/ip_ifc.o obj/GNU/Linux/x86_64/Release/tcf/framework/json.o obj/GNU/Linux/x86_64/Release/tcf/framework/mdep.o obj/GNU/Linux/x86_64/Release/tcf/framework/myalloc.o obj/GNU/Linux/x86_64/Release/tcf/framework/outputbuf.o obj/GNU/Linux/x86_64/Release/tcf/framework/peer.o obj/GNU/Linux/x86_64/Release/tcf/framework/plugins.o obj/GNU/Linux/x86_64/Release/tcf/framework/protocol.o obj/GNU/Linux/x86_64/Release/tcf/framework/proxy.o obj/GNU/Linux/x86_64/Release/tcf/framework/shutdown.o obj/GNU/Linux/x86_64/Release/tcf/framework/signames.o obj/GNU/Linux/x86_64/Release/tcf/framework/sigsets.o obj/GNU/Linux/x86_64/Release/tcf/framework/streams.o obj/GNU/Linux/x86_64/Release/tcf/framework/trace.o obj/GNU/Linux/x86_64/Release/tcf/framework/waitpid.o obj/GNU/Linux/x86_64/Release/tcf/main/cmdline.o obj/GNU/Linux/x86_64/Release/tcf/main/framework.o obj/GNU/Linux/x86_64/Release/tcf/main/gdb-rsp.o obj/GNU/Linux/x86_64/Release/tcf/main/logfilter.o obj/GNU/Linux/x86_64/Release/tcf/main/server.o obj/GNU/Linux/x86_64/Release/tcf/main/services.o obj/GNU/Linux/x86_64/Release/tcf/main/test.o obj/GNU/Linux/x86_64/Release/tcf/services/breakpoints.o obj/GNU/Linux/x86_64/Release/tcf/services/context-proxy.o obj/GNU/Linux/x86_64/Release/tcf/services/contextquery.o obj/GNU/Linux/x86_64/Release/tcf/services/diagnostics.o obj/GNU/Linux/x86_64/Release/tcf/services/disassembly.o obj/GNU/Linux/x86_64/Release/tcf/services/discovery.o obj/GNU/Linux/x86_64/Release/tcf/services/discovery_udp.o obj/GNU/Linux/x86_64/Release/tcf/services/dprintf.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfcache.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfecomp.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfexpr.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfframe.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfio.o obj/GNU/Linux/x86_64/Release/tcf/services/dwarfreloc.o obj/GNU/Linux/x86_64/Release/tcf/services/elf-loader.o obj/GNU/Linux/x86_64/Release/tcf/services/elf-symbols.o obj/GNU/Linux/x86_64/Release/tcf/services/expressions.o obj/GNU/Linux/x86_64/Release/tcf/services/filesystem.o obj/GNU/Linux/x86_64/Release/tcf/services/funccall.o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers.o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_elf.o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_mux.o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_proxy.o obj/GNU/Linux/x86_64/Release/tcf/services/linenumbers_win32.o obj/GNU/Linux/x86_64/Release/tcf/services/memorymap.o obj/GNU/Linux/x86_64/Release/tcf/services/memoryservice.o obj/GNU/Linux/x86_64/Release/tcf/services/pathmap.o obj/GNU/Linux/x86_64/Release/tcf/services/portforward_proxy.o obj/GNU/Linux/x86_64/Release/tcf/services/portforward_service.o obj/GNU/Linux/x86_64/Release/tcf/services/processes.o obj/GNU/Linux/x86_64/Release/tcf/services/profiler.o obj/GNU/Linux/x86_64/Release/tcf/services/profiler_sst.o obj/GNU/Linux/x86_64/Release/tcf/services/registers.o obj/GNU/Linux/x86_64/Release/tcf/services/runctrl.o obj/GNU/Linux/x86_64/Release/tcf/services/stacktrace.o obj/GNU/Linux/x86_64/Release/tcf/services/streamsservice.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_common.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_elf.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_mux.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_proxy.o obj/GNU/Linux/x86_64/Release/tcf/services/symbols_win32.o obj/GNU/Linux/x86_64/Release/tcf/services/sysmon.o obj/GNU/Linux/x86_64/Release/tcf/services/tcf_elf.o obj/GNU/Linux/x86_64/Release/tcf/services/terminals.o obj/GNU/Linux/x86_64/Release/tcf/services/vm.o
cc -I. -Isystem/GNU/Linux -Imachine/x86_64 -O3 -DNDEBUG -DUSE_uuid_generate=0 -DENABLE_arch_x86_64 -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I../agent/. -I../agent/system/GNU/Linux -I../agent/machine/x86_64 -o obj/GNU/Linux/x86_64/Release/server obj/GNU/Linux/x86_64/Release/tcf/main/main.o obj/GNU/Linux/x86_64/Release/libtcf.a -lpthread -lssl -lcrypto -lrt
Archiving artifacts
Finished: SUCCESS