Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I get the error: "ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored." #582

Open
sharkisyou opened this issue Jul 4, 2024 · 3 comments

Comments

@sharkisyou
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Environment:

  • OS name: linux
  • OS version: Ubuntu 22.04.4 LTS
  • OS architecture: x86_64
  • Bear version: bear 3.0.18
  • Bear install method: apt
@sharkisyou
Copy link
Author

yangweikang@yangweikang:~/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at$ bear --verbose -- make all
[11:21:34.324511, br, 41331] bear: 3.0.18
[11:21:34.324671, br, 41331] arguments: ["bear", "--verbose", "--", "make", "all"]
[11:21:34.324692, br, 41331] environment: ["SHELL=/bin/bash", "GCC_PATH=/opt/nds32le-elf-mculib-v3s/bin/", "LANGUAGE=zh_CN:en", "LC_ADDRESS=zh_CN.UTF-8", "LC_NAME=zh_CN.UTF-8", "LC_MONETARY=zh_CN.UTF-8", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at", "LOGNAME=yangweikang", "XDG_SESSION_TYPE=tty", "MOTD_SHOWN=pam", "HOME=/home/yangweikang", "LC_PAPER=zh_CN.UTF-8", "LANG=zh_CN.UTF-8", "LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:", "SSH_CONNECTION=192.168.249.1 61662 192.168.249.128 22", "LESSCLOSE=/usr/bin/lesspipe %s %s", "XDG_SESSION_CLASS=user", "LC_IDENTIFICATION=zh_CN.UTF-8", "TERM=xterm-256color", "LESSOPEN=| /usr/bin/lesspipe %s", "USER=yangweikang", "SHLVL=1", "LC_TELEPHONE=zh_CN.UTF-8", "LC_MEASUREMENT=zh_CN.UTF-8", "XDG_SESSION_ID=3", "PAPERSIZE=a4", "XDG_RUNTIME_DIR=/run/user/1000", "SSH_CLIENT=192.168.249.1 61662 22", "LC_TIME=zh_CN.UTF-8", "XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop", "PATH=/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus", "SSH_TTY=/dev/pts/0", "LC_NUMERIC=zh_CN.UTF-8", "OLDPWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "_=/usr/bin/bear"]
[11:21:34.324745, br, 41331] sysname: Linux
[11:21:34.324750, br, 41331] release: 6.5.0-41-generic
[11:21:34.324753, br, 41331] version: #41~22.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun  3 11:32:55 UTC 2
[11:21:34.324755, br, 41331] machine: x86_64
[11:21:34.324763, br, 41331] arguments parsed: {program: bear, arguments: [{--: [make, all]}, {--citnames: [/usr/bin/citnames]}, {--interceptor: [/usr/bin/intercept]}, {--library: [/usr/$LIB/bear/libexec.so]}, {--output: [compile_commands.json]}, {--verbose: []}, {--wrapper: [/usr/lib/x86_64-linux-gnu/bear/wrapper]}, {--wrapper-dir: [/usr/lib/x86_64-linux-gnu/bear/wrapper.d]}]}
[11:21:34.325527, br, 41331] Process spawned. [pid: 41332, command: [/usr/bin/intercept, --library, /usr/$LIB/bear/libexec.so, --wrapper, /usr/lib/x86_64-linux-gnu/bear/wrapper, --wrapper-dir, /usr/lib/x86_64-linux-gnu/bear/wrapper.d, --output, compile_commands.events.json, --verbose, --, make, all]]
[11:21:34.325584, br, 41331] Process wait requested. [pid: 41332]
[11:21:34.332772, ic, 41332] intercept: 3.0.18
[11:21:34.332859, ic, 41332] arguments: ["/usr/bin/intercept", "--library", "/usr/$LIB/bear/libexec.so", "--wrapper", "/usr/lib/x86_64-linux-gnu/bear/wrapper", "--wrapper-dir", "/usr/lib/x86_64-linux-gnu/bear/wrapper.d", "--output", "compile_commands.events.json", "--verbose", "--", "make", "all"]
[11:21:34.332882, ic, 41332] environment: ["DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus", "GCC_PATH=/opt/nds32le-elf-mculib-v3s/bin/", "HOME=/home/yangweikang", "LANG=zh_CN.UTF-8", "LANGUAGE=zh_CN:en", "LC_ADDRESS=zh_CN.UTF-8", "LC_IDENTIFICATION=zh_CN.UTF-8", "LC_MEASUREMENT=zh_CN.UTF-8", "LC_MONETARY=zh_CN.UTF-8", "LC_NAME=zh_CN.UTF-8", "LC_NUMERIC=zh_CN.UTF-8", "LC_PAPER=zh_CN.UTF-8", "LC_TELEPHONE=zh_CN.UTF-8", "LC_TIME=zh_CN.UTF-8", "LESSCLOSE=/usr/bin/lesspipe %s %s", "LESSOPEN=| /usr/bin/lesspipe %s", "LOGNAME=yangweikang", "LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:", "MOTD_SHOWN=pam", "OLDPWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "PAPERSIZE=a4", "PATH=/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at", "SHELL=/bin/bash", "SHLVL=1", "SSH_CLIENT=192.168.249.1 61662 22", "SSH_CONNECTION=192.168.249.1 61662 192.168.249.128 22", "SSH_TTY=/dev/pts/0", "TERM=xterm-256color", "USER=yangweikang", "XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop", "XDG_RUNTIME_DIR=/run/user/1000", "XDG_SESSION_CLASS=user", "XDG_SESSION_ID=3", "XDG_SESSION_TYPE=tty", "_=/usr/bin/bear"]
[11:21:34.332900, ic, 41332] sysname: Linux
[11:21:34.332902, ic, 41332] release: 6.5.0-41-generic
[11:21:34.332903, ic, 41332] version: #41~22.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun  3 11:32:55 UTC 2
[11:21:34.332905, ic, 41332] machine: x86_64
[11:21:34.332908, ic, 41332] arguments parsed: {program: /usr/bin/intercept, arguments: [{--: [make, all]}, {--library: [/usr/$LIB/bear/libexec.so]}, {--output: [compile_commands.events.json]}, {--verbose: []}, {--wrapper: [/usr/lib/x86_64-linux-gnu/bear/wrapper]}, {--wrapper-dir: [/usr/lib/x86_64-linux-gnu/bear/wrapper.d]}]}
[11:21:34.332955, ic, 41332] Created library preload session. [library=/usr/$LIB/bear/libexec.so, executor=/usr/lib/x86_64-linux-gnu/bear/wrapper]
[11:21:34.334150, ic, 41332] Running gRPC server. dns:https:///localhost:34893
[11:21:34.334477, ic, 41332] Process spawned. [pid: 41337, command: [/usr/lib/x86_64-linux-gnu/bear/wrapper, --destination, dns:https:///localhost:34893, --verbose, --execute, /usr/bin/make, --, make, all]]
[11:21:34.334504, ic, 41332] Process wait requested. [pid: 41337]
[11:21:34.337590, el, 41337] lib.cc; on_load
[11:21:34.337747, wr, 41337, ppid: 41332] wrapper: 3.0.18
[11:21:34.337761, wr, 41337, ppid: 41332] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/make", "--", "make", "all"]
[11:21:34.337765, wr, 41337, ppid: 41332] environment: ["DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus", "GCC_PATH=/opt/nds32le-elf-mculib-v3s/bin/", "HOME=/home/yangweikang", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "INTERCEPT_VERBOSE=true", "LANG=zh_CN.UTF-8", "LANGUAGE=zh_CN:en", "LC_ADDRESS=zh_CN.UTF-8", "LC_IDENTIFICATION=zh_CN.UTF-8", "LC_MEASUREMENT=zh_CN.UTF-8", "LC_MONETARY=zh_CN.UTF-8", "LC_NAME=zh_CN.UTF-8", "LC_NUMERIC=zh_CN.UTF-8", "LC_PAPER=zh_CN.UTF-8", "LC_TELEPHONE=zh_CN.UTF-8", "LC_TIME=zh_CN.UTF-8", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "LESSCLOSE=/usr/bin/lesspipe %s %s", "LESSOPEN=| /usr/bin/lesspipe %s", "LOGNAME=yangweikang", "LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:", "MOTD_SHOWN=pam", "OLDPWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "PAPERSIZE=a4", "PATH=/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at", "SHELL=/bin/bash", "SHLVL=1", "SSH_CLIENT=192.168.249.1 61662 22", "SSH_CONNECTION=192.168.249.1 61662 192.168.249.128 22", "SSH_TTY=/dev/pts/0", "TERM=xterm-256color", "USER=yangweikang", "XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop", "XDG_RUNTIME_DIR=/run/user/1000", "XDG_SESSION_CLASS=user", "XDG_SESSION_ID=3", "XDG_SESSION_TYPE=tty", "_=/usr/bin/bear"]
[11:21:34.337772, wr, 41337, ppid: 41332] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [make, all]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/make]}, {--verbose: []}]}
[11:21:34.339099, wr, 41337, ppid: 41332] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.339813, ic, 41332] trying to resolve for library: /usr/bin/make
[11:21:34.339957, wr, 41337, ppid: 41332] gRPC call [Resolve] finished: true
[11:21:34.340174, wr, 41337, ppid: 41332] Process spawned. [pid: 41342, command: [make, all]]
[11:21:34.340216, wr, 41337, ppid: 41332] gRPC call requested: supervise::Interceptor::Register
[11:21:34.340920, el, 41342] lib.cc; on_load
[11:21:34.341186, el, 41342] lib.cc; posix_spawn path:/bin/sh
[11:21:34.341317, wr, 41337, ppid: 41332] gRPC call [Register] finished: true
[11:21:34.341356, wr, 41337, ppid: 41332] Process wait requested. [pid: 41342]
[11:21:34.344136, wr, 41343, ppid: 41342] wrapper: 3.0.18
[11:21:34.344189, wr, 41343, ppid: 41342] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/sh", "--", "/bin/sh", "-c", "echo /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at | sed -e 's/ /\\ /g'"]
[11:21:34.344191, wr, 41343, ppid: 41342] environment: []
[11:21:34.344193, wr, 41343, ppid: 41342] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [/bin/sh, -c, echo /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at | sed -e 's/ /\\ /g']}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/sh]}, {--verbose: []}]}
[11:21:34.344632, wr, 41343, ppid: 41342] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.345397, ic, 41332] trying to resolve for library: /bin/sh
[11:21:34.345547, wr, 41343, ppid: 41342] gRPC call [Resolve] finished: true
[11:21:34.346004, wr, 41343, ppid: 41342] Process spawned. [pid: 41347, command: [/bin/sh, -c, echo /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at | sed -e 's/ /\\ /g']]
[11:21:34.346039, wr, 41343, ppid: 41342] gRPC call requested: supervise::Interceptor::Register
[11:21:34.346871, wr, 41343, ppid: 41342] gRPC call [Register] finished: true
[11:21:34.346932, wr, 41343, ppid: 41342] Process wait requested. [pid: 41347]
[11:21:34.347512, el, 41347] lib.cc; on_load
[11:21:34.347894, el, 41349] lib.cc; execve path: /usr/bin/sed
[11:21:34.351030, el, 41349] lib.cc; on_load
[11:21:34.351157, wr, 41349, ppid: 41347] wrapper: 3.0.18
[11:21:34.351175, wr, 41349, ppid: 41347] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/sed", "--", "sed", "-e", "s/ /\\ /g"]
[11:21:34.351177, wr, 41349, ppid: 41347] environment: ["INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "INTERCEPT_VERBOSE=true", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at"]
[11:21:34.351180, wr, 41349, ppid: 41347] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [sed, -e, s/ /\\ /g]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/sed]}, {--verbose: []}]}
[11:21:34.351648, wr, 41349, ppid: 41347] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.352287, ic, 41332] trying to resolve for library: /usr/bin/sed
[11:21:34.352370, wr, 41349, ppid: 41347] gRPC call [Resolve] finished: true
[11:21:34.352637, wr, 41349, ppid: 41347] Process spawned. [pid: 41353, command: [sed, -e, s/ /\\ /g]]
[11:21:34.352658, wr, 41349, ppid: 41347] gRPC call requested: supervise::Interceptor::Register
[11:21:34.353624, wr, 41349, ppid: 41347] gRPC call [Register] finished: true
[11:21:34.353691, wr, 41349, ppid: 41347] Process wait requested. [pid: 41353]
[11:21:34.354554, el, 41353] lib.cc; on_load
[11:21:34.354648, el, 41353] lib.cc; on_unload
[11:21:34.354887, wr, 41349, ppid: 41347] Process wait request: done. [pid: 41353]
[11:21:34.354894, wr, 41349, ppid: 41347] gRPC call requested: supervise::Interceptor::Register
[11:21:34.355080, wr, 41349, ppid: 41347] gRPC call [Register] finished: true
[11:21:34.355231, wr, 41349, ppid: 41347] succeeded with: 0
[11:21:34.355245, el, 41349] lib.cc; on_unload
[11:21:34.356005, wr, 41343, ppid: 41342] Process wait request: done. [pid: 41347]
[11:21:34.356021, wr, 41343, ppid: 41342] gRPC call requested: supervise::Interceptor::Register
[11:21:34.356276, wr, 41343, ppid: 41342] gRPC call [Register] finished: true
[11:21:34.356395, wr, 41343, ppid: 41342] succeeded with: 0
make -C /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos BOARD_DIR=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at APP_NAME=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at  all
[11:21:34.357150, el, 41342] lib.cc; posix_spawn path:/usr/bin/make
[11:21:34.360033, el, 41356] lib.cc; on_load
[11:21:34.360137, wr, 41356, ppid: 41342] wrapper: 3.0.18
[11:21:34.360154, wr, 41356, ppid: 41342] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/make", "--", "make", "-C", "/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "BOARD_DIR=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at", "APP_NAME=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at", "all"]
[11:21:34.360164, wr, 41356, ppid: 41342] environment: ["SSH_TTY=/dev/pts/0", "LC_NAME=zh_CN.UTF-8", "LC_NUMERIC=zh_CN.UTF-8", "LC_ADDRESS=zh_CN.UTF-8", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at", "XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop", "OLDPWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "LANG=zh_CN.UTF-8", "MAKEFLAGS=", "LESSOPEN=| /usr/bin/lesspipe %s", "MFLAGS=", "XDG_SESSION_TYPE=tty", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus", "SHELL=/bin/bash", "SHLVL=1", "INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "PATH=/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "LANGUAGE=zh_CN:en", "LC_MONETARY=zh_CN.UTF-8", "MOTD_SHOWN=pam", "LC_TIME=zh_CN.UTF-8", "SSH_CLIENT=192.168.249.1 61662 22", "LC_TELEPHONE=zh_CN.UTF-8", "LESSCLOSE=/usr/bin/lesspipe %s %s", "LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:", "LOGNAME=yangweikang", "GCC_PATH=/opt/nds32le-elf-mculib-v3s/bin/", "USER=yangweikang", "LC_MEASUREMENT=zh_CN.UTF-8", "_=/usr/bin/bear", "LC_PAPER=zh_CN.UTF-8", "MAKE_TERMOUT=/dev/pts/0", "XDG_RUNTIME_DIR=/run/user/1000", "MAKE_TERMERR=/dev/pts/0", "XDG_SESSION_CLASS=user", "HOME=/home/yangweikang", "TERM=xterm-256color", "XDG_SESSION_ID=3", "PAPERSIZE=a4", "INTERCEPT_VERBOSE=true", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "LC_IDENTIFICATION=zh_CN.UTF-8", "SSH_CONNECTION=192.168.249.1 61662 192.168.249.128 22", "MAKELEVEL=1"]
[11:21:34.360178, wr, 41356, ppid: 41342] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [make, -C, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos, BOARD_DIR=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at, APP_NAME=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at, all]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/make]}, {--verbose: []}]}
[11:21:34.360559, wr, 41356, ppid: 41342] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.361119, ic, 41332] trying to resolve for library: /usr/bin/make
[11:21:34.361267, wr, 41356, ppid: 41342] gRPC call [Resolve] finished: true
[11:21:34.361500, wr, 41356, ppid: 41342] Process spawned. [pid: 41360, command: [make, -C, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos, BOARD_DIR=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at, APP_NAME=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at, all]]
[11:21:34.361529, wr, 41356, ppid: 41342] gRPC call requested: supervise::Interceptor::Register
[11:21:34.362049, wr, 41356, ppid: 41342] gRPC call [Register] finished: true
[11:21:34.362086, wr, 41356, ppid: 41342] Process wait requested. [pid: 41360]
[11:21:34.362325, el, 41360] lib.cc; on_load
make[1]: Entering directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos'
[11:21:34.362722, el, 41360] lib.cc; posix_spawn path:/bin/sh
[11:21:34.366374, wr, 41361, ppid: 41360] wrapper: 3.0.18
[11:21:34.366419, wr, 41361, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/sh", "--", "/bin/sh", "-c", "echo /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos | sed -e 's/ /\\ /g'"]
[11:21:34.366422, wr, 41361, ppid: 41360] environment: []
[11:21:34.366425, wr, 41361, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [/bin/sh, -c, echo /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos | sed -e 's/ /\\ /g']}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/sh]}, {--verbose: []}]}
[11:21:34.366869, wr, 41361, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.367509, ic, 41332] trying to resolve for library: /bin/sh
[11:21:34.367616, wr, 41361, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.367870, wr, 41361, ppid: 41360] Process spawned. [pid: 41365, command: [/bin/sh, -c, echo /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos | sed -e 's/ /\\ /g']]
[11:21:34.367889, wr, 41361, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.368435, wr, 41361, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.368478, wr, 41361, ppid: 41360] Process wait requested. [pid: 41365]
[11:21:34.368882, el, 41365] lib.cc; on_load
[11:21:34.369352, el, 41367] lib.cc; execve path: /usr/bin/sed
[11:21:34.373378, el, 41367] lib.cc; on_load
[11:21:34.373493, wr, 41367, ppid: 41365] wrapper: 3.0.18
[11:21:34.373512, wr, 41367, ppid: 41365] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/sed", "--", "sed", "-e", "s/ /\\ /g"]
[11:21:34.373516, wr, 41367, ppid: 41365] environment: ["INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "INTERCEPT_VERBOSE=true", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos"]
[11:21:34.373518, wr, 41367, ppid: 41365] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [sed, -e, s/ /\\ /g]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/sed]}, {--verbose: []}]}
[11:21:34.373973, wr, 41367, ppid: 41365] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.375169, ic, 41332] trying to resolve for library: /usr/bin/sed
[11:21:34.375287, wr, 41367, ppid: 41365] gRPC call [Resolve] finished: true
[11:21:34.375560, wr, 41367, ppid: 41365] Process spawned. [pid: 41371, command: [sed, -e, s/ /\\ /g]]
[11:21:34.375583, wr, 41367, ppid: 41365] gRPC call requested: supervise::Interceptor::Register
[11:21:34.376128, wr, 41367, ppid: 41365] gRPC call [Register] finished: true
[11:21:34.376160, wr, 41367, ppid: 41365] Process wait requested. [pid: 41371]
[11:21:34.376561, el, 41371] lib.cc; on_load
[11:21:34.376653, el, 41371] lib.cc; on_unload
[11:21:34.376801, wr, 41367, ppid: 41365] Process wait request: done. [pid: 41371]
[11:21:34.376815, wr, 41367, ppid: 41365] gRPC call requested: supervise::Interceptor::Register
[11:21:34.377030, wr, 41367, ppid: 41365] gRPC call [Register] finished: true
[11:21:34.377181, wr, 41367, ppid: 41365] succeeded with: 0
[11:21:34.377202, el, 41367] lib.cc; on_unload
[11:21:34.378233, wr, 41361, ppid: 41360] Process wait request: done. [pid: 41365]
[11:21:34.378251, wr, 41361, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.378521, wr, 41361, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.378657, wr, 41361, ppid: 41360] succeeded with: 0
[11:21:34.379326, el, 41360] lib.cc; posix_spawn path:/bin/sh
[11:21:34.382904, wr, 41374, ppid: 41360] wrapper: 3.0.18
[11:21:34.382958, wr, 41374, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/sh", "--", "/bin/sh", "-c", "if [ ! -d /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at ];then mkdir -p /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at;fi"]
[11:21:34.382961, wr, 41374, ppid: 41360] environment: []
[11:21:34.382963, wr, 41374, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [/bin/sh, -c, if [ ! -d /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at ];then mkdir -p /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at;fi]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/sh]}, {--verbose: []}]}
[11:21:34.383378, wr, 41374, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.384103, ic, 41332] trying to resolve for library: /bin/sh
[11:21:34.384189, wr, 41374, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.385104, wr, 41374, ppid: 41360] Process spawned. [pid: 41378, command: [/bin/sh, -c, if [ ! -d /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at ];then mkdir -p /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at;fi]]
[11:21:34.385140, wr, 41374, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.385876, wr, 41374, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.385906, wr, 41374, ppid: 41360] Process wait requested. [pid: 41378]
[11:21:34.385999, el, 41378] lib.cc; on_load
[11:21:34.386140, el, 41379] lib.cc; execve path: /usr/bin/mkdir
[11:21:34.388848, el, 41379] lib.cc; on_load
[11:21:34.388948, wr, 41379, ppid: 41378] wrapper: 3.0.18
[11:21:34.388966, wr, 41379, ppid: 41378] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/mkdir", "--", "mkdir", "-p", "/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at"]
[11:21:34.388969, wr, 41379, ppid: 41378] environment: ["INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "INTERCEPT_VERBOSE=true", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos"]
[11:21:34.388971, wr, 41379, ppid: 41378] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [mkdir, -p, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/mkdir]}, {--verbose: []}]}
[11:21:34.389367, wr, 41379, ppid: 41378] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.390104, ic, 41332] trying to resolve for library: /usr/bin/mkdir
[11:21:34.390214, wr, 41379, ppid: 41378] gRPC call [Resolve] finished: true
[11:21:34.390442, wr, 41379, ppid: 41378] Process spawned. [pid: 41383, command: [mkdir, -p, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at]]
[11:21:34.390464, wr, 41379, ppid: 41378] gRPC call requested: supervise::Interceptor::Register
[11:21:34.390883, wr, 41379, ppid: 41378] gRPC call [Register] finished: true
[11:21:34.390917, wr, 41379, ppid: 41378] Process wait requested. [pid: 41383]
[11:21:34.391320, el, 41383] lib.cc; on_load
[11:21:34.391571, wr, 41379, ppid: 41378] Process wait request: done. [pid: 41383]
[11:21:34.391584, wr, 41379, ppid: 41378] gRPC call requested: supervise::Interceptor::Register
[11:21:34.391780, wr, 41379, ppid: 41378] gRPC call [Register] finished: true
[11:21:34.391900, wr, 41379, ppid: 41378] succeeded with: 0
[11:21:34.391920, el, 41379] lib.cc; on_unload
[11:21:34.392741, wr, 41374, ppid: 41360] Process wait request: done. [pid: 41378]
[11:21:34.392758, wr, 41374, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.393010, wr, 41374, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.393195, wr, 41374, ppid: 41360] succeeded with: 0
[11:21:34.393905, el, 41360] lib.cc; posix_spawn path:/bin/sh
[11:21:34.396877, wr, 41386, ppid: 41360] wrapper: 3.0.18
[11:21:34.396927, wr, 41386, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/sh", "--", "/bin/sh", "-c", "if [ ! -d /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated ];then mkdir -p /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated;fi"]
[11:21:34.396930, wr, 41386, ppid: 41360] environment: []
[11:21:34.396932, wr, 41386, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [/bin/sh, -c, if [ ! -d /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated ];then mkdir -p /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated;fi]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/sh]}, {--verbose: []}]}
[11:21:34.397375, wr, 41386, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.397937, ic, 41332] trying to resolve for library: /bin/sh
[11:21:34.398015, wr, 41386, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.398245, wr, 41386, ppid: 41360] Process spawned. [pid: 41390, command: [/bin/sh, -c, if [ ! -d /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated ];then mkdir -p /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated;fi]]
[11:21:34.398266, wr, 41386, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.398773, wr, 41386, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.398811, wr, 41386, ppid: 41360] Process wait requested. [pid: 41390]
[11:21:34.399031, el, 41390] lib.cc; on_load
[11:21:34.399228, wr, 41386, ppid: 41360] Process wait request: done. [pid: 41390]
[11:21:34.399241, wr, 41386, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.399599, wr, 41386, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.399755, wr, 41386, ppid: 41360] succeeded with: 0
[11:21:34.401085, el, 41360] lib.cc; posix_spawn path:/bin/sh
[11:21:34.404185, wr, 41392, ppid: 41360] wrapper: 3.0.18
[11:21:34.404228, wr, 41392, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/sh", "--", "/bin/sh", "-c", "if [ ! -e /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated/.config ];then cp /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/defconfig /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated/.config;fi"]
[11:21:34.404231, wr, 41392, ppid: 41360] environment: []
[11:21:34.404233, wr, 41392, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [/bin/sh, -c, if [ ! -e /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated/.config ];then cp /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/defconfig /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated/.config;fi]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/sh]}, {--verbose: []}]}
[11:21:34.404640, wr, 41392, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.405267, ic, 41332] trying to resolve for library: /bin/sh
[11:21:34.405391, wr, 41392, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.405709, wr, 41392, ppid: 41360] Process spawned. [pid: 41396, command: [/bin/sh, -c, if [ ! -e /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated/.config ];then cp /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/defconfig /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated/.config;fi]]
[11:21:34.405730, wr, 41392, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.406150, wr, 41392, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.406185, wr, 41392, ppid: 41360] Process wait requested. [pid: 41396]
[11:21:34.406475, el, 41396] lib.cc; on_load
[11:21:34.406671, wr, 41392, ppid: 41360] Process wait request: done. [pid: 41396]
[11:21:34.406683, wr, 41392, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.406975, wr, 41392, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.407096, wr, 41392, ppid: 41360] succeeded with: 0
[11:21:34.407739, el, 41360] lib.cc; posix_spawn path:/usr/bin/realpath
[11:21:34.410716, wr, 41398, ppid: 41360] wrapper: 3.0.18
[11:21:34.410759, wr, 41398, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/realpath", "--", "realpath", "--relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos"]
[11:21:34.410771, wr, 41398, ppid: 41360] environment: []
[11:21:34.410775, wr, 41398, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [realpath, --relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/realpath]}, {--verbose: []}]}
[11:21:34.411121, wr, 41398, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.411646, ic, 41332] trying to resolve for library: /usr/bin/realpath
[11:21:34.411734, wr, 41398, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.411949, wr, 41398, ppid: 41360] Process spawned. [pid: 41402, command: [realpath, --relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos]]
[11:21:34.411970, wr, 41398, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.412539, wr, 41398, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.412574, wr, 41398, ppid: 41360] Process wait requested. [pid: 41402]
[11:21:34.412706, el, 41402] lib.cc; on_load
[11:21:34.412935, wr, 41398, ppid: 41360] Process wait request: done. [pid: 41402]
[11:21:34.412947, wr, 41398, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.413203, wr, 41398, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.413388, wr, 41398, ppid: 41360] succeeded with: 0
[11:21:34.414198, el, 41360] lib.cc; posix_spawn path:/usr/bin/realpath
[11:21:34.418124, wr, 41404, ppid: 41360] wrapper: 3.0.18
[11:21:34.418449, wr, 41404, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/realpath", "--", "realpath", "--relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at"]
[11:21:34.418457, wr, 41404, ppid: 41360] environment: []
[11:21:34.418461, wr, 41404, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [realpath, --relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/realpath]}, {--verbose: []}]}
[11:21:34.418975, wr, 41404, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.419570, ic, 41332] trying to resolve for library: /usr/bin/realpath
[11:21:34.419657, wr, 41404, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.419832, wr, 41404, ppid: 41360] Process spawned. [pid: 41408, command: [realpath, --relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at]]
[11:21:34.419848, wr, 41404, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.420257, wr, 41404, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.420290, wr, 41404, ppid: 41360] Process wait requested. [pid: 41408]
[11:21:34.420578, el, 41408] lib.cc; on_load
[11:21:34.420766, wr, 41404, ppid: 41360] Process wait request: done. [pid: 41408]
[11:21:34.420779, wr, 41404, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.420956, wr, 41404, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.421073, wr, 41404, ppid: 41360] succeeded with: 0
[11:21:34.421633, el, 41360] lib.cc; posix_spawn path:/usr/bin/realpath
[11:21:34.424555, wr, 41410, ppid: 41360] wrapper: 3.0.18
[11:21:34.424605, wr, 41410, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/realpath", "--", "realpath", "--relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at"]
[11:21:34.424607, wr, 41410, ppid: 41360] environment: []
[11:21:34.424609, wr, 41410, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [realpath, --relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/realpath]}, {--verbose: []}]}
[11:21:34.424934, wr, 41410, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.425491, ic, 41332] trying to resolve for library: /usr/bin/realpath
[11:21:34.425629, wr, 41410, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.425862, wr, 41410, ppid: 41360] Process spawned. [pid: 41414, command: [realpath, --relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at]]
[11:21:34.425880, wr, 41410, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.426324, wr, 41410, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.426358, wr, 41410, ppid: 41360] Process wait requested. [pid: 41414]
[11:21:34.426612, el, 41414] lib.cc; on_load
[11:21:34.426823, wr, 41410, ppid: 41360] Process wait request: done. [pid: 41414]
[11:21:34.426838, wr, 41410, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.427015, wr, 41410, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.427141, wr, 41410, ppid: 41360] succeeded with: 0
[11:21:34.427789, el, 41360] lib.cc; posix_spawn path:/usr/bin/realpath
[11:21:34.431463, wr, 41416, ppid: 41360] wrapper: 3.0.18
[11:21:34.431521, wr, 41416, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/realpath", "--", "realpath", "--relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated"]
[11:21:34.431540, wr, 41416, ppid: 41360] environment: []
[11:21:34.431542, wr, 41416, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [realpath, --relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/realpath]}, {--verbose: []}]}
[11:21:34.432068, wr, 41416, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.432668, ic, 41332] trying to resolve for library: /usr/bin/realpath
[11:21:34.432748, wr, 41416, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.432968, wr, 41416, ppid: 41360] Process spawned. [pid: 41420, command: [realpath, --relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos, /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated]]
[11:21:34.432988, wr, 41416, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.433624, wr, 41416, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.433703, wr, 41416, ppid: 41360] Process wait requested. [pid: 41420]
[11:21:34.434632, el, 41420] lib.cc; on_load
[11:21:34.434907, wr, 41416, ppid: 41360] Process wait request: done. [pid: 41420]
[11:21:34.434924, wr, 41416, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.435265, wr, 41416, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.435387, wr, 41416, ppid: 41360] succeeded with: 0
[11:21:34.436140, el, 41360] lib.cc; posix_spawn path:/usr/bin/nproc
[11:21:34.439216, el, 41422] lib.cc; on_load
[11:21:34.439323, wr, 41422, ppid: 41360] wrapper: 3.0.18
[11:21:34.439344, wr, 41422, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/nproc", "--", "nproc", "--ignore=1"]
[11:21:34.439350, wr, 41422, ppid: 41360] environment: ["DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus", "GCC_PATH=/opt/nds32le-elf-mculib-v3s/bin/", "HOME=/home/yangweikang", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "INTERCEPT_VERBOSE=true", "LANG=zh_CN.UTF-8", "LANGUAGE=zh_CN:en", "LC_ADDRESS=zh_CN.UTF-8", "LC_IDENTIFICATION=zh_CN.UTF-8", "LC_MEASUREMENT=zh_CN.UTF-8", "LC_MONETARY=zh_CN.UTF-8", "LC_NAME=zh_CN.UTF-8", "LC_NUMERIC=zh_CN.UTF-8", "LC_PAPER=zh_CN.UTF-8", "LC_TELEPHONE=zh_CN.UTF-8", "LC_TIME=zh_CN.UTF-8", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "LESSCLOSE=/usr/bin/lesspipe %s %s", "LESSOPEN=| /usr/bin/lesspipe %s", "LOGNAME=yangweikang", "LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:", "MAKEFLAGS=", "MAKELEVEL=1", "MAKE_TERMERR=/dev/pts/0", "MAKE_TERMOUT=/dev/pts/0", "MFLAGS=", "MOTD_SHOWN=pam", "OLDPWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "PAPERSIZE=a4", "PATH=/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at", "SHELL=/bin/bash", "SHLVL=1", "SSH_CLIENT=192.168.249.1 61662 22", "SSH_CONNECTION=192.168.249.1 61662 192.168.249.128 22", "SSH_TTY=/dev/pts/0", "TERM=xterm-256color", "USER=yangweikang", "XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop", "XDG_RUNTIME_DIR=/run/user/1000", "XDG_SESSION_CLASS=user", "XDG_SESSION_ID=3", "XDG_SESSION_TYPE=tty", "_=/usr/bin/bear"]
[11:21:34.439356, wr, 41422, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [nproc, --ignore=1]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/nproc]}, {--verbose: []}]}
[11:21:34.439711, wr, 41422, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.440285, ic, 41332] trying to resolve for library: /usr/bin/nproc
[11:21:34.440436, wr, 41422, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.440662, wr, 41422, ppid: 41360] Process spawned. [pid: 41428, command: [nproc, --ignore=1]]
[11:21:34.440689, wr, 41422, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.441144, wr, 41422, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.441180, wr, 41422, ppid: 41360] Process wait requested. [pid: 41428]
[11:21:34.441308, el, 41428] lib.cc; on_load
[11:21:34.441564, wr, 41422, ppid: 41360] Process wait request: done. [pid: 41428]
[11:21:34.441577, wr, 41422, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.441775, wr, 41422, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.441894, wr, 41422, ppid: 41360] succeeded with: 0
[11:21:34.441907, el, 41422] lib.cc; on_unload
[11:21:34.442437, el, 41360] lib.cc; posix_spawn path:/bin/sh
[11:21:34.445168, wr, 41430, ppid: 41360] wrapper: 3.0.18
[11:21:34.445210, wr, 41430, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/sh", "--", "/bin/sh", "-c", "uname -o 2>/dev/null || echo "Other""]
[11:21:34.445212, wr, 41430, ppid: 41360] environment: []
[11:21:34.445214, wr, 41430, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [/bin/sh, -c, uname -o 2>/dev/null || echo "Other"]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/sh]}, {--verbose: []}]}
[11:21:34.445511, wr, 41430, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.446487, ic, 41332] trying to resolve for library: /bin/sh
[11:21:34.446754, wr, 41430, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.446967, wr, 41430, ppid: 41360] Process spawned. [pid: 41434, command: [/bin/sh, -c, uname -o 2>/dev/null || echo "Other"]]
[11:21:34.446987, wr, 41430, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.447378, wr, 41430, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.447418, wr, 41430, ppid: 41360] Process wait requested. [pid: 41434]
[11:21:34.447709, el, 41434] lib.cc; on_load
[11:21:34.451670, ic, 41332] trying to resolve for library: /usr/bin/uname
[11:21:34.453917, wr, 41430, ppid: 41360] Process wait request: done. [pid: 41434]
[11:21:34.453932, wr, 41430, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.454143, wr, 41430, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.454253, wr, 41430, ppid: 41360] succeeded with: 0
[11:21:34.455217, el, 41360] lib.cc; posix_spawn path:/usr/bin/find
[11:21:34.457967, el, 41442] lib.cc; on_load
[11:21:34.458133, wr, 41442, ppid: 41360] wrapper: 3.0.18
[11:21:34.458146, wr, 41442, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/find", "--", "find", ".", "-maxdepth", "1", "-type", "d"]
[11:21:34.458151, wr, 41442, ppid: 41360] environment: ["DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus", "GCC_PATH=/opt/nds32le-elf-mculib-v3s/bin/", "HOME=/home/yangweikang", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "INTERCEPT_VERBOSE=true", "LANG=zh_CN.UTF-8", "LANGUAGE=zh_CN:en", "LC_ADDRESS=zh_CN.UTF-8", "LC_IDENTIFICATION=zh_CN.UTF-8", "LC_MEASUREMENT=zh_CN.UTF-8", "LC_MONETARY=zh_CN.UTF-8", "LC_NAME=zh_CN.UTF-8", "LC_NUMERIC=zh_CN.UTF-8", "LC_PAPER=zh_CN.UTF-8", "LC_TELEPHONE=zh_CN.UTF-8", "LC_TIME=zh_CN.UTF-8", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "LESSCLOSE=/usr/bin/lesspipe %s %s", "LESSOPEN=| /usr/bin/lesspipe %s", "LOGNAME=yangweikang", "LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:", "MAKEFLAGS=", "MAKELEVEL=1", "MAKE_TERMERR=/dev/pts/0", "MAKE_TERMOUT=/dev/pts/0", "MFLAGS=", "MOTD_SHOWN=pam", "OLDPWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "PAPERSIZE=a4", "PATH=/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at", "SHELL=/bin/bash", "SHLVL=1", "SSH_CLIENT=192.168.249.1 61662 22", "SSH_CONNECTION=192.168.249.1 61662 192.168.249.128 22", "SSH_TTY=/dev/pts/0", "TERM=xterm-256color", "USER=yangweikang", "XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop", "XDG_RUNTIME_DIR=/run/user/1000", "XDG_SESSION_CLASS=user", "XDG_SESSION_ID=3", "XDG_SESSION_TYPE=tty", "_=/usr/bin/bear"]
[11:21:34.458156, wr, 41442, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [find, ., -maxdepth, 1, -type, d]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/find]}, {--verbose: []}]}
[11:21:34.458518, wr, 41442, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.459081, ic, 41332] trying to resolve for library: /usr/bin/find
[11:21:34.459206, wr, 41442, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.459472, wr, 41442, ppid: 41360] Process spawned. [pid: 41446, command: [find, ., -maxdepth, 1, -type, d]]
[11:21:34.459500, wr, 41442, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.459907, wr, 41442, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.459941, wr, 41442, ppid: 41360] Process wait requested. [pid: 41446]
[11:21:34.460300, el, 41446] lib.cc; on_load
[11:21:34.460646, wr, 41442, ppid: 41360] Process wait request: done. [pid: 41446]
[11:21:34.460658, wr, 41442, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.460824, wr, 41442, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.460929, wr, 41442, ppid: 41360] succeeded with: 0
[11:21:34.460948, el, 41442] lib.cc; on_unload
[11:21:34.461673, el, 41360] lib.cc; posix_spawn path:/bin/sh
[11:21:34.464701, wr, 41449, ppid: 41360] wrapper: 3.0.18
[11:21:34.464749, wr, 41449, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/sh", "--", "/bin/sh", "-c", "uname -o 2>/dev/null || echo "Other""]
[11:21:34.464766, wr, 41449, ppid: 41360] environment: []
[11:21:34.464769, wr, 41449, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [/bin/sh, -c, uname -o 2>/dev/null || echo "Other"]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/sh]}, {--verbose: []}]}
[11:21:34.465082, wr, 41449, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.465607, ic, 41332] trying to resolve for library: /bin/sh
[11:21:34.465724, wr, 41449, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.465961, wr, 41449, ppid: 41360] Process spawned. [pid: 41453, command: [/bin/sh, -c, uname -o 2>/dev/null || echo "Other"]]
[11:21:34.465994, wr, 41449, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.466475, wr, 41449, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.466507, wr, 41449, ppid: 41360] Process wait requested. [pid: 41453]
[11:21:34.466629, el, 41453] lib.cc; on_load
[11:21:34.472051, ic, 41332] trying to resolve for library: /usr/bin/uname
[11:21:34.474423, wr, 41449, ppid: 41360] Process wait request: done. [pid: 41453]
[11:21:34.474440, wr, 41449, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.474623, wr, 41449, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.474746, wr, 41449, ppid: 41360] succeeded with: 0
[11:21:34.475372, el, 41360] lib.cc; posix_spawn path:/bin/sh
[11:21:34.478419, wr, 41461, ppid: 41360] wrapper: 3.0.18
[11:21:34.478469, wr, 41461, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/sh", "--", "/bin/sh", "-c", "cat /etc/issue | grep "Ubuntu 2""]
[11:21:34.478485, wr, 41461, ppid: 41360] environment: []
[11:21:34.478487, wr, 41461, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [/bin/sh, -c, cat /etc/issue | grep "Ubuntu 2"]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/sh]}, {--verbose: []}]}
[11:21:34.478854, wr, 41461, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.479407, ic, 41332] trying to resolve for library: /bin/sh
[11:21:34.479505, wr, 41461, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.479755, wr, 41461, ppid: 41360] Process spawned. [pid: 41465, command: [/bin/sh, -c, cat /etc/issue | grep "Ubuntu 2"]]
[11:21:34.479774, wr, 41461, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.480180, wr, 41461, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.480211, wr, 41461, ppid: 41360] Process wait requested. [pid: 41465]
[11:21:34.480393, el, 41465] lib.cc; on_load
[11:21:34.480629, el, 41466] lib.cc; execve path: /usr/bin/cat
[11:21:34.480776, el, 41467] lib.cc; execve path: /usr/bin/grep
[11:21:34.484925, el, 41467] lib.cc; on_load
[11:21:34.484917, el, 41466] lib.cc; on_load
[11:21:34.485041, wr, 41467, ppid: 41465] wrapper: 3.0.18
[11:21:34.485041, wr, 41466, ppid: 41465] wrapper: 3.0.18
[11:21:34.485058, wr, 41466, ppid: 41465] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/cat", "--", "cat", "/etc/issue"]
[11:21:34.485058, wr, 41467, ppid: 41465] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/grep", "--", "grep", "Ubuntu 2"]
[11:21:34.485072, wr, 41467, ppid: 41465] environment: ["INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "INTERCEPT_VERBOSE=true", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos"]
[11:21:34.485075, wr, 41467, ppid: 41465] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [grep, Ubuntu 2]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/grep]}, {--verbose: []}]}
[11:21:34.485127, wr, 41466, ppid: 41465] environment: ["INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "INTERCEPT_VERBOSE=true", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos"]
[11:21:34.485138, wr, 41466, ppid: 41465] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [cat, /etc/issue]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/cat]}, {--verbose: []}]}
[11:21:34.485495, wr, 41467, ppid: 41465] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.485850, wr, 41466, ppid: 41465] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.486127, ic, 41332] trying to resolve for library: /usr/bin/grep
[11:21:34.486211, wr, 41467, ppid: 41465] gRPC call [Resolve] finished: true
[11:21:34.486266, ic, 41332] trying to resolve for library: /usr/bin/cat
[11:21:34.486455, wr, 41466, ppid: 41465] gRPC call [Resolve] finished: true
[11:21:34.486463, wr, 41467, ppid: 41465] Process spawned. [pid: 41474, command: [grep, Ubuntu 2]]
[11:21:34.486476, wr, 41467, ppid: 41465] gRPC call requested: supervise::Interceptor::Register
[11:21:34.486650, wr, 41466, ppid: 41465] Process spawned. [pid: 41475, command: [cat, /etc/issue]]
[11:21:34.486677, wr, 41466, ppid: 41465] gRPC call requested: supervise::Interceptor::Register
[11:21:34.486953, wr, 41467, ppid: 41465] gRPC call [Register] finished: true
[11:21:34.487003, wr, 41467, ppid: 41465] Process wait requested. [pid: 41474]
[11:21:34.487266, el, 41475] lib.cc; on_load
[11:21:34.487266, el, 41474] lib.cc; on_load
[11:21:34.487371, wr, 41466, ppid: 41465] gRPC call [Register] finished: true
[11:21:34.487569, wr, 41466, ppid: 41465] Process wait requested. [pid: 41475]
[11:21:34.487582, wr, 41466, ppid: 41465] Process wait request: done. [pid: 41475]
[11:21:34.487584, wr, 41466, ppid: 41465] gRPC call requested: supervise::Interceptor::Register
[11:21:34.487852, wr, 41466, ppid: 41465] gRPC call [Register] finished: true
[11:21:34.488068, wr, 41466, ppid: 41465] succeeded with: 0
[11:21:34.488087, el, 41466] lib.cc; on_unload
[11:21:34.488879, wr, 41467, ppid: 41465] Process wait request: done. [pid: 41474]
[11:21:34.488894, wr, 41467, ppid: 41465] gRPC call requested: supervise::Interceptor::Register
[11:21:34.489068, wr, 41467, ppid: 41465] gRPC call [Register] finished: true
[11:21:34.489176, wr, 41467, ppid: 41465] succeeded with: 0
[11:21:34.489195, el, 41467] lib.cc; on_unload
[11:21:34.489927, wr, 41461, ppid: 41360] Process wait request: done. [pid: 41465]
[11:21:34.489943, wr, 41461, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.490135, wr, 41461, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.490252, wr, 41461, ppid: 41360] succeeded with: 0
[11:21:34.490761, el, 41360] lib.cc; posix_spawn path:/bin/sh
[11:21:34.493537, wr, 41479, ppid: 41360] wrapper: 3.0.18
[11:21:34.493581, wr, 41479, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/sh", "--", "/bin/sh", "-c", "uname -o 2>/dev/null || echo "Other""]
[11:21:34.493598, wr, 41479, ppid: 41360] environment: []
[11:21:34.493601, wr, 41479, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [/bin/sh, -c, uname -o 2>/dev/null || echo "Other"]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/sh]}, {--verbose: []}]}
[11:21:34.493889, wr, 41479, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.494857, ic, 41332] trying to resolve for library: /bin/sh
[11:21:34.494992, wr, 41479, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.495234, wr, 41479, ppid: 41360] Process spawned. [pid: 41483, command: [/bin/sh, -c, uname -o 2>/dev/null || echo "Other"]]
[11:21:34.495254, wr, 41479, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.495737, wr, 41479, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.495770, wr, 41479, ppid: 41360] Process wait requested. [pid: 41483]
[11:21:34.496031, el, 41483] lib.cc; on_load
[11:21:34.501459, ic, 41332] trying to resolve for library: /usr/bin/uname
[11:21:34.503600, wr, 41479, ppid: 41360] Process wait request: done. [pid: 41483]
[11:21:34.503633, wr, 41479, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.503852, wr, 41479, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.503978, wr, 41479, ppid: 41360] succeeded with: 0
[11:21:34.504495, el, 41360] lib.cc; posix_spawn path:/bin/sh
[11:21:34.507895, wr, 41491, ppid: 41360] wrapper: 3.0.18
[11:21:34.507936, wr, 41491, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/sh", "--", "/bin/sh", "-c", "dpkg -l | grep "ii\ \ libc6-i386""]
[11:21:34.507938, wr, 41491, ppid: 41360] environment: []
[11:21:34.507940, wr, 41491, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [/bin/sh, -c, dpkg -l | grep "ii\ \ libc6-i386"]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/sh]}, {--verbose: []}]}
[11:21:34.508200, wr, 41491, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.508678, ic, 41332] trying to resolve for library: /bin/sh
[11:21:34.508758, wr, 41491, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.508952, wr, 41491, ppid: 41360] Process spawned. [pid: 41495, command: [/bin/sh, -c, dpkg -l | grep "ii\ \ libc6-i386"]]
[11:21:34.508969, wr, 41491, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.509336, wr, 41491, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.509366, wr, 41491, ppid: 41360] Process wait requested. [pid: 41495]
[11:21:34.509631, el, 41495] lib.cc; on_load
[11:21:34.509849, el, 41496] lib.cc; execve path: /usr/bin/dpkg
[11:21:34.509979, el, 41497] lib.cc; execve path: /usr/bin/grep
[11:21:34.512752, el, 41496] lib.cc; on_load
[11:21:34.512752, el, 41497] lib.cc; on_load
[11:21:34.512883, wr, 41496, ppid: 41495] wrapper: 3.0.18
[11:21:34.512883, wr, 41497, ppid: 41495] wrapper: 3.0.18
[11:21:34.512899, wr, 41497, ppid: 41495] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/grep", "--", "grep", "ii\ \ libc6-i386"]
[11:21:34.512900, wr, 41496, ppid: 41495] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/usr/bin/dpkg", "--", "dpkg", "-l"]
[11:21:34.512902, wr, 41497, ppid: 41495] environment: ["INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "INTERCEPT_VERBOSE=true", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos"]
[11:21:34.512902, wr, 41496, ppid: 41495] environment: ["INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "INTERCEPT_VERBOSE=true", "INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos"]
[11:21:34.512904, wr, 41497, ppid: 41495] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [grep, ii\ \ libc6-i386]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/grep]}, {--verbose: []}]}
[11:21:34.512905, wr, 41496, ppid: 41495] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [dpkg, -l]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/usr/bin/dpkg]}, {--verbose: []}]}
[11:21:34.513376, wr, 41496, ppid: 41495] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.513671, wr, 41497, ppid: 41495] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.514127, ic, 41332] trying to resolve for library: /usr/bin/dpkg
[11:21:34.514238, wr, 41496, ppid: 41495] gRPC call [Resolve] finished: true
[11:21:34.514301, ic, 41332] trying to resolve for library: /usr/bin/grep
[11:21:34.514415, wr, 41497, ppid: 41495] gRPC call [Resolve] finished: true
[11:21:34.514564, wr, 41496, ppid: 41495] Process spawned. [pid: 41504, command: [dpkg, -l]]
[11:21:34.514583, wr, 41496, ppid: 41495] gRPC call requested: supervise::Interceptor::Register
[11:21:34.514812, wr, 41497, ppid: 41495] Process spawned. [pid: 41505, command: [grep, ii\ \ libc6-i386]]
[11:21:34.514833, wr, 41497, ppid: 41495] gRPC call requested: supervise::Interceptor::Register
[11:21:34.515139, wr, 41496, ppid: 41495] gRPC call [Register] finished: true
[11:21:34.515183, wr, 41496, ppid: 41495] Process wait requested. [pid: 41504]
[11:21:34.515558, wr, 41497, ppid: 41495] gRPC call [Register] finished: true
[11:21:34.515602, wr, 41497, ppid: 41495] Process wait requested. [pid: 41505]
[11:21:34.516350, el, 41505] lib.cc; on_load
[11:21:34.516667, el, 41504] lib.cc; on_load
[11:21:34.516763, el, 41504] lib.cc; execvp file: dpkg-query
[11:21:34.520680, el, 41504] lib.cc; on_load
[11:21:34.520790, wr, 41504, ppid: 41496] wrapper: 3.0.18
[11:21:34.520807, wr, 41504, ppid: 41496] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/bin/dpkg-query", "--", "dpkg-query", "--list", "--"]
[11:21:34.520817, wr, 41504, ppid: 41496] environment: ["INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "INTERCEPT_VERBOSE=true", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "DPKG_ADMINDIR=/var/lib/dpkg", "DPKG_ROOT=", "DPKG_FORCE=security-mac,downgrade"]
[11:21:34.520820, wr, 41504, ppid: 41496] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [dpkg-query, --list, --]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/bin/dpkg-query]}, {--verbose: []}]}
[11:21:34.521229, wr, 41504, ppid: 41496] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.521910, ic, 41332] trying to resolve for library: /bin/dpkg-query
[11:21:34.522079, wr, 41504, ppid: 41496] gRPC call [Resolve] finished: true
[11:21:34.522315, wr, 41504, ppid: 41496] Process spawned. [pid: 41510, command: [dpkg-query, --list, --]]
[11:21:34.522335, wr, 41504, ppid: 41496] gRPC call requested: supervise::Interceptor::Register
[11:21:34.522725, wr, 41504, ppid: 41496] gRPC call [Register] finished: true
[11:21:34.522756, wr, 41504, ppid: 41496] Process wait requested. [pid: 41510]
[11:21:34.523000, el, 41510] lib.cc; on_load
[11:21:34.537883, el, 41510] lib.cc; on_unload
[11:21:34.538177, wr, 41504, ppid: 41496] Process wait request: done. [pid: 41510]
[11:21:34.538199, wr, 41504, ppid: 41496] gRPC call requested: supervise::Interceptor::Register
[11:21:34.538544, wr, 41504, ppid: 41496] gRPC call [Register] finished: true
[11:21:34.538720, wr, 41504, ppid: 41496] succeeded with: 0
[11:21:34.538749, el, 41504] lib.cc; on_unload
[11:21:34.539282, wr, 41496, ppid: 41495] Process wait request: done. [pid: 41504]
[11:21:34.539300, wr, 41496, ppid: 41495] gRPC call requested: supervise::Interceptor::Register
[11:21:34.539506, wr, 41496, ppid: 41495] gRPC call [Register] finished: true
[11:21:34.539650, wr, 41496, ppid: 41495] succeeded with: 0
[11:21:34.539665, el, 41496] lib.cc; on_unload
[11:21:34.540350, wr, 41497, ppid: 41495] Process wait request: done. [pid: 41505]
[11:21:34.540366, wr, 41497, ppid: 41495] gRPC call requested: supervise::Interceptor::Register
[11:21:34.540585, wr, 41497, ppid: 41495] gRPC call [Register] finished: true
[11:21:34.540706, wr, 41497, ppid: 41495] succeeded with: 0
[11:21:34.540730, el, 41497] lib.cc; on_unload
[11:21:34.541334, wr, 41491, ppid: 41360] Process wait request: done. [pid: 41495]
[11:21:34.541349, wr, 41491, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.541570, wr, 41491, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.541688, wr, 41491, ppid: 41360] succeeded with: 0
[11:21:34.542373, el, 41360] lib.cc; posix_spawn path:./scripts/bin/kconfig_tool/genconfig
[11:21:34.545273, wr, 41515, ppid: 41360] wrapper: 3.0.18
[11:21:34.545318, wr, 41515, ppid: 41360] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "./scripts/bin/kconfig_tool/genconfig", "--", "./scripts/bin/kconfig_tool/genconfig", "--config-out=Boards/ecr6600/at/generated/.config", "--header-path=Boards/ecr6600/at/generated/config.h"]
[11:21:34.545320, wr, 41515, ppid: 41360] environment: []
[11:21:34.545322, wr, 41515, ppid: 41360] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [./scripts/bin/kconfig_tool/genconfig, --config-out=Boards/ecr6600/at/generated/.config, --header-path=Boards/ecr6600/at/generated/config.h]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [./scripts/bin/kconfig_tool/genconfig]}, {--verbose: []}]}
[11:21:34.545677, wr, 41515, ppid: 41360] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.546448, ic, 41332] trying to resolve for library: ./scripts/bin/kconfig_tool/genconfig
[11:21:34.546559, wr, 41515, ppid: 41360] gRPC call [Resolve] finished: true
[11:21:34.546776, wr, 41515, ppid: 41360] Process spawned. [pid: 41519, command: [./scripts/bin/kconfig_tool/genconfig, --config-out=Boards/ecr6600/at/generated/.config, --header-path=Boards/ecr6600/at/generated/config.h]]
[11:21:34.546795, wr, 41515, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.547190, wr, 41515, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.547222, wr, 41515, ppid: 41360] Process wait requested. [pid: 41519]
[11:21:34.547528, el, 41519] lib.cc; on_load
[11:21:34.593924, el, 41520] lib.cc; execvp file: /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/scripts/bin/kconfig_tool/genconfig
[11:21:34.597762, el, 41520] lib.cc; on_load
[11:21:34.598153, wr, 41520, ppid: 41519] wrapper: 3.0.18
[11:21:34.598197, wr, 41520, ppid: 41519] arguments: ["/usr/lib/x86_64-linux-gnu/bear/wrapper", "--destination", "dns:https:///localhost:34893", "--verbose", "--execute", "/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/scripts/bin/kconfig_tool/genconfig", "--", "./scripts/bin/kconfig_tool/genconfig", "--config-out=Boards/ecr6600/at/generated/.config", "--header-path=Boards/ecr6600/at/generated/config.h"]
[11:21:34.598209, wr, 41520, ppid: 41519] environment: ["INTERCEPT_REPORT_COMMAND=/usr/lib/x86_64-linux-gnu/bear/wrapper", "INTERCEPT_REPORT_DESTINATION=dns:https:///localhost:34893", "INTERCEPT_VERBOSE=true", "LD_PRELOAD=/usr/$LIB/bear/libexec.so", "_MEIPASS2=/tmp/_MEIvglU6s", "_PYI_PROCNAME=genconfig", "LD_LIBRARY_PATH=/tmp/_MEIvglU6s"]
[11:21:34.598213, wr, 41520, ppid: 41519] arguments parsed: {program: /usr/lib/x86_64-linux-gnu/bear/wrapper, arguments: [{--: [./scripts/bin/kconfig_tool/genconfig, --config-out=Boards/ecr6600/at/generated/.config, --header-path=Boards/ecr6600/at/generated/config.h]}, {--destination: [dns:https:///localhost:34893]}, {--execute: [/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/scripts/bin/kconfig_tool/genconfig]}, {--verbose: []}]}
[11:21:34.599338, wr, 41520, ppid: 41519] gRPC call requested: supervise::Supervisor::Resolve
[11:21:34.600215, ic, 41332] trying to resolve for library: /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/scripts/bin/kconfig_tool/genconfig
[11:21:34.600337, wr, 41520, ppid: 41519] gRPC call [Resolve] finished: true
[11:21:34.600587, wr, 41520, ppid: 41519] Process spawned. [pid: 41524, command: [./scripts/bin/kconfig_tool/genconfig, --config-out=Boards/ecr6600/at/generated/.config, --header-path=Boards/ecr6600/at/generated/config.h]]
[11:21:34.600610, wr, 41520, ppid: 41519] gRPC call requested: supervise::Interceptor::Register
[11:21:34.601033, wr, 41520, ppid: 41519] gRPC call [Register] finished: true
[11:21:34.601063, wr, 41520, ppid: 41519] Process wait requested. [pid: 41524]
[11:21:34.601859, el, 41524] lib.cc; on_load
apps/hm/Kconfig:8: warning: style: quotes recommended around 'apps/hm/hm_drivers/hm_flash/Kconfig' in 'source apps/hm/hm_drivers/hm_flash/Kconfig'
warning: HM_FLASH_GD (defined at apps/hm/hm_drivers/hm_flash/Kconfig:31) has leading or trailing whitespace in its prompt
./scripts/bin/kconfig_tool/genconfig: Kconfig:34: '$BOARD_DIR/Kconfig' not found (in 'source "$BOARD_DIR/Kconfig"'). Check that environment variables are set correctly (e.g. $srctree, which is unset or blank). Also note that unset environment variables expand to the empty string.
[11:21:34.629674, el, 41524] lib.cc; on_unload
[11:21:34.630174, wr, 41520, ppid: 41519] Process wait request: done. [pid: 41524]
[11:21:34.630200, wr, 41520, ppid: 41519] gRPC call requested: supervise::Interceptor::Register
[11:21:34.630558, wr, 41520, ppid: 41519] gRPC call [Register] finished: true
[11:21:34.630743, wr, 41520, ppid: 41519] succeeded with: 1
[11:21:34.630763, el, 41520] lib.cc; on_unload
[11:21:34.633137, el, 41519] lib.cc; on_unload
[11:21:34.633534, wr, 41515, ppid: 41360] Process wait request: done. [pid: 41519]
[11:21:34.633556, wr, 41515, ppid: 41360] gRPC call requested: supervise::Interceptor::Register
[11:21:34.633874, wr, 41515, ppid: 41360] gRPC call [Register] finished: true
[11:21:34.634229, wr, 41515, ppid: 41360] succeeded with: 1
make[1]: *** [Makefile:102: Boards/ecr6600/at/generated/config.h] Error 1
make[1]: Leaving directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos'
[11:21:34.635590, el, 41360] lib.cc; on_unload
[11:21:34.635753, wr, 41356, ppid: 41342] Process wait request: done. [pid: 41360]
[11:21:34.635769, wr, 41356, ppid: 41342] gRPC call requested: supervise::Interceptor::Register
[11:21:34.635993, wr, 41356, ppid: 41342] gRPC call [Register] finished: true
[11:21:34.636110, wr, 41356, ppid: 41342] succeeded with: 2
[11:21:34.636129, el, 41356] lib.cc; on_unload
make: *** [makefile:9: all] Error 2
[11:21:34.636786, el, 41342] lib.cc; on_unload
[11:21:34.636936, wr, 41337, ppid: 41332] Process wait request: done. [pid: 41342]
[11:21:34.636952, wr, 41337, ppid: 41332] gRPC call requested: supervise::Interceptor::Register
[11:21:34.637164, wr, 41337, ppid: 41332] gRPC call [Register] finished: true
[11:21:34.637286, wr, 41337, ppid: 41332] succeeded with: 2
[11:21:34.637310, el, 41337] lib.cc; on_unload
[11:21:34.638020, ic, 41332] Process wait request: done. [pid: 41337]
[11:21:34.638043, ic, 41332] Running command. [Exited with 2]
[11:21:34.638052, ic, 41332] Stopping gRPC server.
[11:21:34.638249, ic, 41332] succeeded with: 2
[11:21:34.638752, br, 41331] Process wait request: done. [pid: 41332]
[11:21:34.638776, br, 41331] Running intercept finished. [Exited with 2]
[11:21:34.638964, br, 41331] Process spawned. [pid: 41530, command: [/usr/bin/citnames, --input, compile_commands.events.json, --output, compile_commands.json, --run-checks, --verbose]]
[11:21:34.638988, br, 41331] Process wait requested. [pid: 41530]
[11:21:34.641788, cs, 41530] citnames: 3.0.18
[11:21:34.641843, cs, 41530] arguments: ["/usr/bin/citnames", "--input", "compile_commands.events.json", "--output", "compile_commands.json", "--run-checks", "--verbose"]
[11:21:34.641848, cs, 41530] environment: ["DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus", "GCC_PATH=/opt/nds32le-elf-mculib-v3s/bin/", "HOME=/home/yangweikang", "LANG=zh_CN.UTF-8", "LANGUAGE=zh_CN:en", "LC_ADDRESS=zh_CN.UTF-8", "LC_IDENTIFICATION=zh_CN.UTF-8", "LC_MEASUREMENT=zh_CN.UTF-8", "LC_MONETARY=zh_CN.UTF-8", "LC_NAME=zh_CN.UTF-8", "LC_NUMERIC=zh_CN.UTF-8", "LC_PAPER=zh_CN.UTF-8", "LC_TELEPHONE=zh_CN.UTF-8", "LC_TIME=zh_CN.UTF-8", "LESSCLOSE=/usr/bin/lesspipe %s %s", "LESSOPEN=| /usr/bin/lesspipe %s", "LOGNAME=yangweikang", "LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:", "MOTD_SHOWN=pam", "OLDPWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos", "PAPERSIZE=a4", "PATH=/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin", "PWD=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at", "SHELL=/bin/bash", "SHLVL=1", "SSH_CLIENT=192.168.249.1 61662 22", "SSH_CONNECTION=192.168.249.1 61662 192.168.249.128 22", "SSH_TTY=/dev/pts/0", "TERM=xterm-256color", "USER=yangweikang", "XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop", "XDG_RUNTIME_DIR=/run/user/1000", "XDG_SESSION_CLASS=user", "XDG_SESSION_ID=3", "XDG_SESSION_TYPE=tty", "_=/usr/bin/bear"]
[11:21:34.641854, cs, 41530] sysname: Linux
[11:21:34.641855, cs, 41530] release: 6.5.0-41-generic
[11:21:34.641856, cs, 41530] version: #41~22.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun  3 11:32:55 UTC 2
[11:21:34.641857, cs, 41530] machine: x86_64
[11:21:34.641874, cs, 41530] arguments parsed: {program: /usr/bin/citnames, arguments: [{--input: [compile_commands.events.json]}, {--output: [compile_commands.json]}, {--run-checks: []}, {--verbose: []}]}
[11:21:34.641942, cs, 41530] Configuration: {"compilation":null,"output":{"content":{"include_only_existing_source":true},"format":{"command_as_array":true,"drop_output_field":false}}}
[11:21:34.642598, cs, 41530] [pid: 41342] execution: {"executable":"/usr/bin/make","arguments":["make","all"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","environment":{"USER":"yangweikang","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","LC_NUMERIC":"zh_CN.UTF-8","SSH_CONNECTION":"192.168.249.1 61662 192.168.249.128 22","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","SHELL":"/bin/bash","LESSCLOSE":"/usr/bin/lesspipe %s %s","LOGNAME":"yangweikang","LC_IDENTIFICATION":"zh_CN.UTF-8","PATH":"/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","LC_MONETARY":"zh_CN.UTF-8","SSH_CLIENT":"192.168.249.1 61662 22","XDG_SESSION_ID":"3","_":"/usr/bin/bear","XDG_DATA_DIRS":"/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop","OLDPWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","LC_MEASUREMENT":"zh_CN.UTF-8","LANGUAGE":"zh_CN:en","HOME":"/home/yangweikang","LC_TIME":"zh_CN.UTF-8","LESSOPEN":"| /usr/bin/lesspipe %s","LC_TELEPHONE":"zh_CN.UTF-8","MOTD_SHOWN":"pam","TERM":"xterm-256color","LC_PAPER":"zh_CN.UTF-8","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LC_ADDRESS":"zh_CN.UTF-8","XDG_SESSION_TYPE":"tty","INTERCEPT_VERBOSE":"true","LC_NAME":"zh_CN.UTF-8","SHLVL":"1","XDG_SESSION_CLASS":"user","SSH_TTY":"/dev/pts/0","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PAPERSIZE":"a4","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:","GCC_PATH":"/opt/nds32le-elf-mculib-v3s/bin/","DBUS_SESSION_BUS_ADDRESS":"unix:path=/run/user/1000/bus","XDG_RUNTIME_DIR":"/run/user/1000","LANG":"zh_CN.UTF-8"}}
[11:21:34.642772, cs, 41530] [pid: 41342] recognition failed: No tools recognize this execution.
[11:21:34.642831, cs, 41530] [pid: 41347] execution: {"executable":"/bin/sh","arguments":["/bin/sh","-c","echo /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at | sed -e 's/ /\\\\ /g'"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","environment":{"LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper"}}
[11:21:34.642846, cs, 41530] [pid: 41347] recognition failed: No tools recognize this execution.
[11:21:34.642884, cs, 41530] [pid: 41353] execution: {"executable":"/usr/bin/sed","arguments":["sed","-e","s/ /\\\\ /g"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","environment":{"LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper"}}
[11:21:34.642896, cs, 41530] [pid: 41353] recognition failed: No tools recognize this execution.
[11:21:34.643027, cs, 41530] [pid: 41360] execution: {"executable":"/usr/bin/make","arguments":["make","-C","/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","BOARD_DIR=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","APP_NAME=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","all"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","environment":{"HOME":"/home/yangweikang","LC_TIME":"zh_CN.UTF-8","LESSOPEN":"| /usr/bin/lesspipe %s","MOTD_SHOWN":"pam","LC_TELEPHONE":"zh_CN.UTF-8","TERM":"xterm-256color","LC_PAPER":"zh_CN.UTF-8","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LC_ADDRESS":"zh_CN.UTF-8","XDG_SESSION_TYPE":"tty","INTERCEPT_VERBOSE":"true","LC_NAME":"zh_CN.UTF-8","SHLVL":"1","XDG_SESSION_CLASS":"user","SSH_TTY":"/dev/pts/0","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PAPERSIZE":"a4","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:","GCC_PATH":"/opt/nds32le-elf-mculib-v3s/bin/","DBUS_SESSION_BUS_ADDRESS":"unix:path=/run/user/1000/bus","XDG_RUNTIME_DIR":"/run/user/1000","MFLAGS":"","LANG":"zh_CN.UTF-8","USER":"yangweikang","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","LC_NUMERIC":"zh_CN.UTF-8","SSH_CONNECTION":"192.168.249.1 61662 192.168.249.128 22","MAKELEVEL":"1","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","SHELL":"/bin/bash","LESSCLOSE":"/usr/bin/lesspipe %s %s","MAKE_TERMERR":"/dev/pts/0","LOGNAME":"yangweikang","LC_IDENTIFICATION":"zh_CN.UTF-8","PATH":"/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","LC_MONETARY":"zh_CN.UTF-8","MAKEFLAGS":"","SSH_CLIENT":"192.168.249.1 61662 22","MAKE_TERMOUT":"/dev/pts/0","XDG_SESSION_ID":"3","_":"/usr/bin/bear","XDG_DATA_DIRS":"/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop","OLDPWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","LC_MEASUREMENT":"zh_CN.UTF-8","LANGUAGE":"zh_CN:en"}}
[11:21:34.643042, cs, 41530] [pid: 41360] recognition failed: No tools recognize this execution.
[11:21:34.643095, cs, 41530] [pid: 41365] execution: {"executable":"/bin/sh","arguments":["/bin/sh","-c","echo /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos | sed -e 's/ /\\\\ /g'"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true"}}
[11:21:34.643109, cs, 41530] [pid: 41365] recognition failed: No tools recognize this execution.
[11:21:34.643151, cs, 41530] [pid: 41371] execution: {"executable":"/usr/bin/sed","arguments":["sed","-e","s/ /\\\\ /g"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper"}}
[11:21:34.643164, cs, 41530] [pid: 41371] recognition failed: No tools recognize this execution.
[11:21:34.643214, cs, 41530] [pid: 41378] execution: {"executable":"/bin/sh","arguments":["/bin/sh","-c","if [ ! -d /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at ];then mkdir -p /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at;fi"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper"}}
[11:21:34.643227, cs, 41530] [pid: 41378] recognition failed: No tools recognize this execution.
[11:21:34.643260, cs, 41530] [pid: 41383] execution: {"executable":"/usr/bin/mkdir","arguments":["mkdir","-p","/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","INTERCEPT_VERBOSE":"true"}}
[11:21:34.643272, cs, 41530] [pid: 41383] recognition failed: No tools recognize this execution.
[11:21:34.643316, cs, 41530] [pid: 41390] execution: {"executable":"/bin/sh","arguments":["/bin/sh","-c","if [ ! -d /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated ];then mkdir -p /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated;fi"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper"}}
[11:21:34.643328, cs, 41530] [pid: 41390] recognition failed: No tools recognize this execution.
[11:21:34.643376, cs, 41530] [pid: 41396] execution: {"executable":"/bin/sh","arguments":["/bin/sh","-c","if [ ! -e /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated/.config ];then cp /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/defconfig /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated/.config;fi"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true"}}
[11:21:34.643388, cs, 41530] [pid: 41396] recognition failed: No tools recognize this execution.
[11:21:34.643424, cs, 41530] [pid: 41402] execution: {"executable":"/usr/bin/realpath","arguments":["realpath","--relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true"}}
[11:21:34.643436, cs, 41530] [pid: 41402] recognition failed: No tools recognize this execution.
[11:21:34.643482, cs, 41530] [pid: 41408] execution: {"executable":"/usr/bin/realpath","arguments":["realpath","--relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/build/at"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true"}}
[11:21:34.643486, cs, 41530] [pid: 41408] recognition failed: No tools recognize this execution.
[11:21:34.643513, cs, 41530] [pid: 41414] execution: {"executable":"/usr/bin/realpath","arguments":["realpath","--relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper"}}
[11:21:34.643517, cs, 41530] [pid: 41414] recognition failed: No tools recognize this execution.
[11:21:34.643543, cs, 41530] [pid: 41420] execution: {"executable":"/usr/bin/realpath","arguments":["realpath","--relative-to=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at/generated"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893"}}
[11:21:34.643546, cs, 41530] [pid: 41420] recognition failed: No tools recognize this execution.
[11:21:34.643654, cs, 41530] [pid: 41428] execution: {"executable":"/usr/bin/nproc","arguments":["nproc","--ignore=1"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"USER":"yangweikang","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","LC_NUMERIC":"zh_CN.UTF-8","SSH_CONNECTION":"192.168.249.1 61662 192.168.249.128 22","MAKELEVEL":"1","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","SHELL":"/bin/bash","LESSCLOSE":"/usr/bin/lesspipe %s %s","MAKE_TERMERR":"/dev/pts/0","LOGNAME":"yangweikang","LC_IDENTIFICATION":"zh_CN.UTF-8","PATH":"/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","LC_MONETARY":"zh_CN.UTF-8","MAKEFLAGS":"","SSH_CLIENT":"192.168.249.1 61662 22","MAKE_TERMOUT":"/dev/pts/0","XDG_SESSION_ID":"3","_":"/usr/bin/bear","XDG_DATA_DIRS":"/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop","OLDPWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","LC_MEASUREMENT":"zh_CN.UTF-8","LANGUAGE":"zh_CN:en","HOME":"/home/yangweikang","LC_TIME":"zh_CN.UTF-8","LESSOPEN":"| /usr/bin/lesspipe %s","MOTD_SHOWN":"pam","LC_TELEPHONE":"zh_CN.UTF-8","TERM":"xterm-256color","LC_PAPER":"zh_CN.UTF-8","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LC_ADDRESS":"zh_CN.UTF-8","XDG_SESSION_TYPE":"tty","INTERCEPT_VERBOSE":"true","LC_NAME":"zh_CN.UTF-8","SHLVL":"1","XDG_SESSION_CLASS":"user","SSH_TTY":"/dev/pts/0","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PAPERSIZE":"a4","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:","GCC_PATH":"/opt/nds32le-elf-mculib-v3s/bin/","DBUS_SESSION_BUS_ADDRESS":"unix:path=/run/user/1000/bus","XDG_RUNTIME_DIR":"/run/user/1000","MFLAGS":"","LANG":"zh_CN.UTF-8"}}
[11:21:34.643669, cs, 41530] [pid: 41428] recognition failed: No tools recognize this execution.
[11:21:34.643708, cs, 41530] [pid: 41434] execution: {"executable":"/bin/sh","arguments":["/bin/sh","-c","uname -o 2\u003e/dev/null || echo \"Other\""],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true"}}
[11:21:34.643721, cs, 41530] [pid: 41434] recognition failed: No tools recognize this execution.
[11:21:34.643758, cs, 41530] [pid: 41439] execution: {"executable":"/usr/bin/uname","arguments":["uname","-o"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893"}}
[11:21:34.643770, cs, 41530] [pid: 41439] recognition failed: No tools recognize this execution.
[11:21:34.643879, cs, 41530] [pid: 41446] execution: {"executable":"/usr/bin/find","arguments":["find",".","-maxdepth","1","-type","d"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"XDG_RUNTIME_DIR":"/run/user/1000","MFLAGS":"","LANG":"zh_CN.UTF-8","USER":"yangweikang","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at","LC_NUMERIC":"zh_CN.UTF-8","SSH_CONNECTION":"192.168.249.1 61662 192.168.249.128 22","MAKELEVEL":"1","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","SHELL":"/bin/bash","LESSCLOSE":"/usr/bin/lesspipe %s %s","MAKE_TERMERR":"/dev/pts/0","LOGNAME":"yangweikang","LC_IDENTIFICATION":"zh_CN.UTF-8","PATH":"/home/yangweikang/.local/bin:/home/yangweikang/local/nvim/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","LC_MONETARY":"zh_CN.UTF-8","MAKEFLAGS":"","SSH_CLIENT":"192.168.249.1 61662 22","MAKE_TERMOUT":"/dev/pts/0","XDG_SESSION_ID":"3","_":"/usr/bin/bear","XDG_DATA_DIRS":"/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop","OLDPWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","LC_MEASUREMENT":"zh_CN.UTF-8","LANGUAGE":"zh_CN:en","HOME":"/home/yangweikang","LC_TIME":"zh_CN.UTF-8","LESSOPEN":"| /usr/bin/lesspipe %s","MOTD_SHOWN":"pam","LC_TELEPHONE":"zh_CN.UTF-8","TERM":"xterm-256color","LC_PAPER":"zh_CN.UTF-8","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LC_ADDRESS":"zh_CN.UTF-8","XDG_SESSION_TYPE":"tty","INTERCEPT_VERBOSE":"true","LC_NAME":"zh_CN.UTF-8","SHLVL":"1","XDG_SESSION_CLASS":"user","SSH_TTY":"/dev/pts/0","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PAPERSIZE":"a4","LS_COLORS":"rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:","GCC_PATH":"/opt/nds32le-elf-mculib-v3s/bin/","DBUS_SESSION_BUS_ADDRESS":"unix:path=/run/user/1000/bus"}}
[11:21:34.643896, cs, 41530] [pid: 41446] recognition failed: No tools recognize this execution.
[11:21:34.643933, cs, 41530] [pid: 41453] execution: {"executable":"/bin/sh","arguments":["/bin/sh","-c","uname -o 2\u003e/dev/null || echo \"Other\""],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper"}}
[11:21:34.643945, cs, 41530] [pid: 41453] recognition failed: No tools recognize this execution.
[11:21:34.643979, cs, 41530] [pid: 41458] execution: {"executable":"/usr/bin/uname","arguments":["uname","-o"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","INTERCEPT_VERBOSE":"true"}}
[11:21:34.643990, cs, 41530] [pid: 41458] recognition failed: No tools recognize this execution.
[11:21:34.644029, cs, 41530] [pid: 41465] execution: {"executable":"/bin/sh","arguments":["/bin/sh","-c","cat /etc/issue | grep \"Ubuntu 2\""],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893"}}
[11:21:34.644041, cs, 41530] [pid: 41465] recognition failed: No tools recognize this execution.
[11:21:34.644070, cs, 41530] [pid: 41474] execution: {"executable":"/usr/bin/grep","arguments":["grep","Ubuntu 2"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","INTERCEPT_VERBOSE":"true"}}
[11:21:34.644082, cs, 41530] [pid: 41474] recognition failed: No tools recognize this execution.
[11:21:34.644112, cs, 41530] [pid: 41475] execution: {"executable":"/usr/bin/cat","arguments":["cat","/etc/issue"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","INTERCEPT_VERBOSE":"true"}}
[11:21:34.644124, cs, 41530] [pid: 41475] recognition failed: No tools recognize this execution.
[11:21:34.644178, cs, 41530] [pid: 41483] execution: {"executable":"/bin/sh","arguments":["/bin/sh","-c","uname -o 2\u003e/dev/null || echo \"Other\""],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper"}}
[11:21:34.644190, cs, 41530] [pid: 41483] recognition failed: No tools recognize this execution.
[11:21:34.644220, cs, 41530] [pid: 41488] execution: {"executable":"/usr/bin/uname","arguments":["uname","-o"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","INTERCEPT_VERBOSE":"true"}}
[11:21:34.644232, cs, 41530] [pid: 41488] recognition failed: No tools recognize this execution.
[11:21:34.644270, cs, 41530] [pid: 41495] execution: {"executable":"/bin/sh","arguments":["/bin/sh","-c","dpkg -l | grep \"ii\\ \\ libc6-i386\""],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true"}}
[11:21:34.644282, cs, 41530] [pid: 41495] recognition failed: No tools recognize this execution.
[11:21:34.644309, cs, 41530] [pid: 41504] execution: {"executable":"/usr/bin/dpkg","arguments":["dpkg","-l"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper"}}
[11:21:34.644321, cs, 41530] [pid: 41504] recognition failed: No tools recognize this execution.
[11:21:34.644349, cs, 41530] [pid: 41505] execution: {"executable":"/usr/bin/grep","arguments":["grep","ii\\ \\ libc6-i386"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","INTERCEPT_VERBOSE":"true","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper"}}
[11:21:34.644362, cs, 41530] [pid: 41505] recognition failed: No tools recognize this execution.
[11:21:34.644396, cs, 41530] [pid: 41510] execution: {"executable":"/bin/dpkg-query","arguments":["dpkg-query","--list","--"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","PWD":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","DPKG_ROOT":"","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","DPKG_FORCE":"security-mac,downgrade","DPKG_ADMINDIR":"/var/lib/dpkg","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_VERBOSE":"true"}}
[11:21:34.644408, cs, 41530] [pid: 41510] recognition failed: No tools recognize this execution.
[11:21:34.644459, cs, 41530] [pid: 41519] execution: {"executable":"./scripts/bin/kconfig_tool/genconfig","arguments":["./scripts/bin/kconfig_tool/genconfig","--config-out=Boards/ecr6600/at/generated/.config","--header-path=Boards/ecr6600/at/generated/config.h"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","INTERCEPT_VERBOSE":"true"}}
[11:21:34.644471, cs, 41530] [pid: 41519] recognition failed: No tools recognize this execution.
[11:21:34.644505, cs, 41530] [pid: 41524] execution: {"executable":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/scripts/bin/kconfig_tool/genconfig","arguments":["./scripts/bin/kconfig_tool/genconfig","--config-out=Boards/ecr6600/at/generated/.config","--header-path=Boards/ecr6600/at/generated/config.h"],"workingDir":"/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos","environment":{"INTERCEPT_REPORT_DESTINATION":"dns:https:///localhost:34893","LD_LIBRARY_PATH":"/tmp/_MEIvglU6s","_MEIPASS2":"/tmp/_MEIvglU6s","INTERCEPT_REPORT_COMMAND":"/usr/lib/x86_64-linux-gnu/bear/wrapper","LD_PRELOAD":"/usr/$LIB/bear/libexec.so","INTERCEPT_VERBOSE":"true","_PYI_PROCNAME":"genconfig"}}
[11:21:34.644517, cs, 41530] [pid: 41524] recognition failed: No tools recognize this execution.
[11:21:34.644549, cs, 41530] compilation entries created. [size: 0]
[11:21:34.644557, cs, 41530] compilation entries to output. [size: 0]
[11:21:34.644996, cs, 41530] compilation entries written. [size: 0]
[11:21:34.645030, cs, 41530] succeeded with: 0
[11:21:34.645594, br, 41331] Process wait request: done. [pid: 41530]
[11:21:34.645620, br, 41331] Running citnames finished. [Exited with 0]
[11:21:34.645691, br, 41331] succeeded with: 2

@rizsotto
Copy link
Owner

rizsotto commented Jul 4, 2024

I'm confused... The title says there is a dynamic linker error. But in the log you've attached, I have not seen it. And I've seen the library loaded into the memory.

@sharkisyou
Copy link
Author

I'm confused... The title says there is a dynamic linker error. But in the log you've attached, I have not seen it. And I've seen the library loaded into the memory.

Sorry for the late reply, I will provide the log when the --verbose parameter is not added:

yangweikang@yangweikang:~/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at$ bear -- make all
make -C /home/yangweikang/Share/work/ComboModV1.1/code/at/freertos BOARD_DIR=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at APP_NAME=/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards/ecr6600/at  all 
make[1]: Entering directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos'
apps/hm/Kconfig:8: warning: style: quotes recommended around 'apps/hm/hm_drivers/hm_flash/Kconfig' in 'source apps/hm/hm_drivers/hm_flash/Kconfig'
warning: HM_FLASH_GD (defined at apps/hm/hm_drivers/hm_flash/Kconfig:31) has leading or trailing whitespace in its prompt
######################################generate config.h######################################
pass1dep:Boards/ecr6600/at/generated/config.h
make[2]: Entering directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/apps'
CC:  hm/hm_drivers/hm_timer/hm_timer.c
CC:  ble_apps/src/example_netcfg/example_netcfg_slave.c
CC:  hm/hm_time_process/hm_time_process.c
CC:  hm/hm_wifi/hm_wifi.c
CC:  hm/hm_main/hm_main.c
CC:  hm/hm_memory/hm_memory.c
CC:  hm/hm_memory/hm_memory_tools.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_inter_data_process/hm_inter_data_process.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_inter_data_process/hm_hd_process.c
CC:  hm/hm_net_protocol/hm_net_protocol.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_crc/hm_crc16.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_drivers/hm_rtc/hm_rtc.c
CC:  hm/hm_drivers/hm_uart/hm_uart.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_common/hm_common.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_net_protocol/hm_net_protocol_tools.c
CC:  hm/hm_memory/hm_flash.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_pb_lib/pb_common.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_pb_lib/pb_decode.c
CC:  hm/hm_pb_lib/pb_encode.c
CC:  hm/hm_protobuf/CommCmd.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/CommDevCfg.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/APPGetConfig.pb.c
CC:  hm/hm_protobuf/GWHeartbeat.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/AUInfo.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/APPSetConfig.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/APPNetworkInfo.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/AUWarnData.pb.c
CC:  hm/hm_protobuf/AURealData.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_alarm_data/hm_alarm_data.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/AppAUGetHistED.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/AppAUGetHistPower.pb.c
CC:  hm/hm_protobuf/APPFWOTA.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/AUDspCmdSet.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/Shelly.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_protobuf/SysNetwork.pb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_nrf/hm_nrf_usart.c
CC:  hm/hm_nrf/hm_nrf.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_nrf/hm_nrf3.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_modbus/hm_modbus.c
CC:  hm/hm_fact_tools/hm_fact_tools.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_modbus/modbus_data_process.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_drivers/hm_ant/hm_ant.c
CC:  hm/hm_drivers/hm_led/hm_led.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_drivers/hm_key/hm_key.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_drivers/hm_relay/hm_relay.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_drivers/hm_iic/hm_iic.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_drivers/hm_rtc_e/hm_rtc_e.c
CC:  hm/hm_bms/Bms_Process.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_bms/Bms_Prot.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_ble/hm_ble.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_security/hm_security.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_user/hm_user.c
CC:  hm/hm_user/LocalUpgrade.c
CC:  hm/hm_bms/Bms_Prot_XNA.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_lan/hm_log.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_lan/hm_sched.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_lan/hm_iomux.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_lan/hm_os.c
CC:  hm/hm_lan/hm_tmr.c
CC:  hm/hm_lan/hm_utils.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_lan/hm_aes.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_lan/hm_md5.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_lan/jsmn.c
CC:  hm/hm_lan/hm_base64.c
CC:  hm/hm_lan/hm_mbedtls_sha1.c
CC:  hm/hm_lan/lan_ctrl.c
CC:  hm/hm_lan/ws_clnt.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hm/hm_lan/app_devs_mgmt.c
CC:  hm/hm_drivers/hm_flash/hm_spi_flash.c
CC:  hm/hm_drivers/hm_flash/hm_flash_probe.c
CC:  hm/hm_drivers/hm_flash/hm_flash_id/hm_flash_GD.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
make[2]: Leaving directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/apps'
make[2]: Entering directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/arch'
CC:  andes/arch_irq.c
CC:  andes/arch_cpu.c
CC:  andes/arch_cache.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
make[2]: Leaving directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/arch'
make[2]: Entering directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/os'
CC:  freertos/FreeRTOS-Kernel/event_groups.c
CC:  freertos/FreeRTOS-Kernel/croutine.c
AS:  freertos/FreeRTOS-Kernel/portable/ThirdParty/GCC/NDS32_ECR6600/portasm.S
CC:  freertos/FreeRTOS-Kernel/queue.c
AS:  freertos/FreeRTOS-Kernel/portable/ThirdParty/GCC/NDS32_ECR6600/irq.S
CC:  freertos/FreeRTOS-Kernel/list.c
CC:  freertos/FreeRTOS-Kernel/tasks.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  freertos/FreeRTOS-Kernel/stream_buffer.c
CC:  freertos/FreeRTOS-Kernel/timers.c
CC:  freertos/FreeRTOS-Kernel/portable/ThirdParty/GCC/NDS32_ECR6600/port.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  freertos/FreeRTOS-Kernel/portable/ThirdParty/GCC/NDS32_ECR6600/debug_core.c
CC:  freertos/FreeRTOS-Kernel/portable/ThirdParty/GCC/NDS32_ECR6600/dump_core.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  freertos/FreeRTOS-Kernel/portable/MemMang/heap_5.c
CC:  os_hal/os_hal_freertos.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  os_psram/os_psram_mem.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
make[2]: Leaving directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/os'
make[2]: Entering directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/components'
CC:  iperf3/iperf_api.c
CC:  iperf3/dscp.c
CC:  iperf3/iperf_error.c
CC:  iperf3/iperf_locale.c
CC:  iperf3/iperf.c
CC:  iperf3/iperf_client_api.c
CC:  iperf3/iperf_sctp.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  iperf3/iperf_server_api.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  iperf3/iperf_udp.c
CC:  iperf3/iperf_tcp.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  iperf3/iperf_util.c
CC:  iperf3/net.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  iperf3/timer.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  iperf3/units.c
CC:  iperf3/iperf_time.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  iperf3/getopt.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  at/at_main/at_ota.c
CC:  at/at_server/dce_basic_commands.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  at/at_server/dce.c
CC:  at/at_server/dce_utils.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  at/basic_command/basic_command.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  at/at_main/at_main.c
CC:  at/wifi_command/wifi_command.c
CC:  at/tcpip_command/tcpip_func.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  at/tcpip_command/tcpip_command.c
CC:  at/ble_command/ble_command.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  at/mqtt_command/mqtt_command.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  at/http_command/http_command.c
CC:  nv/src/ef_env.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  nv/src/easyflash.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  nv/src/ef_log.c
CC:  nv/src/ef_iap.c
CC:  nv/src/ef_utils.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  nv/port/ef_port.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/md4.c
CC:  mbedtls/mbedtls/library/ecp.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/chachapoly.c
CC:  mbedtls/mbedtls/library/blowfish.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/ssl_ticket.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/ecp_curves.c
CC:  mbedtls/mbedtls/library/cipher.c
CC:  mbedtls/mbedtls/library/pkcs11.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/pk.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/entropy_poll.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/x509write_csr.c
CC:  mbedtls/mbedtls/library/havege.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/nist_kw.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/rsa.c
CC:  mbedtls/mbedtls/library/dhm.c
CC:  mbedtls/mbedtls/library/memory_buffer_alloc.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/md.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/sha256.c
CC:  mbedtls/mbedtls/library/md_wrap.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/ssl_cache.c
CC:  mbedtls/mbedtls/library/pkwrite.c
CC:  mbedtls/mbedtls/library/ssl_cli.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/timing.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/asn1parse.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/padlock.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/version.c
CC:  mbedtls/mbedtls/library/gcm.c
CC:  mbedtls/mbedtls/library/cmac.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/md2.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/chacha20.c
CC:  mbedtls/mbedtls/library/x509_crt.c
CC:  mbedtls/mbedtls/library/mbedtls_md5.c
CC:  mbedtls/mbedtls/library/ecdh.c
CC:  mbedtls/mbedtls/library/asn1write.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/aria.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/debug.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/x509_create.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/ecjpake.c
CC:  mbedtls/mbedtls/library/oid.c
CC:  mbedtls/mbedtls/library/ecdsa.c
CC:  mbedtls/mbedtls/library/ssl_ciphersuites.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/sha512.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/base64.c
CC:  mbedtls/mbedtls/library/xtea.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/rsa_internal.c
CC:  mbedtls/mbedtls/library/aes.c
CC:  mbedtls/mbedtls/library/arc4.c
CC:  mbedtls/mbedtls/library/cipher_wrap.c
CC:  mbedtls/mbedtls/library/bignum.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/pkparse.c
CC:  mbedtls/mbedtls/library/ssl_tls.c
CC:  mbedtls/mbedtls/library/ssl_srv.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/threading.c
CC:  mbedtls/mbedtls/library/x509_crl.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/camellia.c
CC:  mbedtls/mbedtls/library/hkdf.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/x509.c
CC:  mbedtls/mbedtls/library/certs.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/pem.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/ssl_cookie.c
CC:  mbedtls/mbedtls/library/ccm.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/poly1305.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/mbedtls_sha1.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/hmac_drbg.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/des.c
CC:  mbedtls/mbedtls/library/platform.c
CC:  mbedtls/mbedtls/library/ctr_drbg.c
CC:  mbedtls/mbedtls/library/x509write_crt.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/pk_wrap.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/entropy.c
CC:  mbedtls/mbedtls/library/aesni.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/pkcs12.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/error.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/pkcs5.c
CC:  mbedtls/mbedtls/library/ripemd160.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/mbedtls/library/platform_util.c
CC:  mbedtls/mbedtls/library/x509_csr.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/port/mbedtls_memory.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/port/trs_net_sockets.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mbedtls/port/trs_hardware_entropy.c
CC:  url_parser/url_parser.c
CC:  platform_api/format_conversion.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  platform_api/system_config.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  health_monitor/health_monitor.c
CC:  pthread/pthread_local_storage.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/wpa_supplicant/config.c
CC:  ../components/wpa/wpa_supplicant/notify.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/wpa_supplicant/bss.c
CC:  ../components/wpa/src/utils/common.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/utils/wpa_debug.c
CC:  ../components/wpa/src/utils/wpabuf.c
CC:  ../components/wpa/wpa_supplicant/wpas_pmk.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/utils/os_freeRTOS.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/utils/eloop_freeRTOS.c
CC:  ../components/wpa/src/common/sae.c
CC:  ../components/wpa/src/crypto/crypto_mbedtls-bignum.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/crypto/crypto_mbedtls-ec.c
CC:  ../components/wpa/src/crypto/sha256-wpa.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/crypto/sha256-prf.c
CC:  ../components/wpa/src/crypto/sha256-internal.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/crypto/aes-ccm.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/rsn_supp/wpa.c
CC:  ../components/wpa/src/rsn_supp/wpa_ie.c
CC:  ../components/wpa/src/common/wpa_common.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/l2_packet/l2_packet_rwnx.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/wpa_supplicant/ap.c
CC:  ../components/wpa/src/ap/wmm.c
CC:  ../components/wpa/src/ap/hostapd.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/ap/wpa_auth_glue.c
CC:  ../components/wpa/src/ap/ap_config.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/ap/sta_info.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/ap/ap_mlme.c
CC:  ../components/wpa/src/ap/ieee802_11_shared.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/ap/drv_callbacks.c
CC:  ../components/wpa/src/ap/ap_drv_ops.c
CC:  ../components/wpa/src/ap/beacon.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/ap/tkip_countermeasures.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/ap/ieee802_11_ht.c
CC:  ../components/wpa/src/ap/ieee802_11_he.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/ap/ctrl_iface_ap.c
CC:  ../components/wpa/src/ap/ieee802_11.c
CC:  ../components/wpa/src/ap/hw_features.c
CC:  ../components/wpa/src/ap/wpa_auth.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/ap/wpa_auth_ie.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/crypto/aes-internal.c
CC:  ../components/wpa/src/crypto/aes-internal-dec.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/crypto/aes-omac1.c
CC:  ../components/wpa/src/crypto/aes-wrap.c
CC:  ../components/wpa/src/crypto/aes-unwrap.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/crypto/aes-internal-enc.c
CC:  ../components/wpa/src/crypto/md5.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/crypto/md5-internal.c
CC:  ../components/wpa/src/crypto/rc4.c
CC:  ../components/wpa/src/crypto/dh_groups.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/crypto/dh_group5.c
CC:  ../components/wpa/wpa_supplicant/ctrl_iface.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/wpa_supplicant/ctrl_iface_freeRTOS.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/wpa_supplicant/sme.c
CC:  ../components/wpa/src/common/ieee802_11_common.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/common/hw_features_common.c
CC:  ../components/wpa/src/crypto/sha1.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/crypto/sha1-prf.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/crypto/sha1-internal.c
CC:  ../components/wpa/src/crypto/sha1-pbkdf2.c
CC:  ../components/wpa/src/drivers/driver_common.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/wpa_supplicant/wpa_supplicant.c
CC:  ../components/wpa/wpa_supplicant/wpas_glue.c
CC:  ../components/wpa/wpa_supplicant/events.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/wpa_supplicant/scan.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/utils/main_rwnx.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/src/drivers/drivers.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ../components/wpa/stub.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  trs-tls/trs_tls.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  trs-tls/mbedtls_ssl_service.c
CC:  telnet/telnet.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mqtt/mqtt_client.c
CC:  mqtt/mqtt_msg.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mqtt/mqtt_outbox.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mqtt/platform_tr6600.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mqtt/transport.c
CC:  mqtt/transport_ssl.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  mqtt/transport_tcp.c
CC:  cjson/cJSON.c
CC:  mqtt/transport_ws.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ota/ota.c
CC:  ota/http_ota.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  ota/local_ota.c
CC:  ota/mqtt_ota.c
CC:  lwip/contrib/port/sys_arch.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/ipv4/ip4.c
CC:  lwip/lwip-2.1.0/src/core/ipv4/ip4_frag.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/ipv4/ip4_addr.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/def.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/dns.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/inet_chksum.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/ip.c
CC:  lwip/lwip-2.1.0/src/core/stats.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/ipv4/autoip.c
CC:  lwip/lwip-2.1.0/src/core/ipv4/dhcp.c
CC:  lwip/lwip-2.1.0/src/core/ipv4/etharp.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/ipv4/icmp.c
CC:  lwip/lwip-2.1.0/src/core/ipv4/igmp.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/raw.c
CC:  lwip/lwip-2.1.0/src/core/timeouts.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/sys.c
CC:  lwip/lwip-2.1.0/src/core/tcp.c
CC:  lwip/lwip-2.1.0/src/core/tcp_in.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/tcp_out.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/udp.c
CC:  lwip/lwip-2.1.0/src/core/mem.c
CC:  lwip/lwip-2.1.0/src/core/memp.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/netif.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/pbuf.c
CC:  lwip/lwip-2.1.0/src/core/init.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/api/api_lib.c
CC:  lwip/lwip-2.1.0/src/api/api_msg.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/api/err.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/api/sockets.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/api/tcpip.c
CC:  lwip/lwip-2.1.0/src/netif/ethernet.c
CC:  lwip/lwip-2.1.0/src/api/netbuf.c
CC:  lwip/lwip-2.1.0/src/api/netdb.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/api/netifapi.c
CC:  lwip/lwip-2.1.0/src/apps/ping/ping.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/apps/dhcpserver/dhcpserver.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/ipv4/napt.c
CC:  lwip/lwip-2.1.0/src/apps/lwiperf/lwiperf.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/ipv6/dhcp6.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/ipv6/ethip6.c
CC:  lwip/lwip-2.1.0/src/core/ipv6/icmp6.c
CC:  lwip/lwip-2.1.0/src/core/ipv6/inet6.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/ipv6/ip6.c
CC:  lwip/lwip-2.1.0/src/core/ipv6/ip6_addr.c
CC:  lwip/lwip-2.1.0/src/core/ipv6/ip6_frag.c
CC:  lwip/lwip-2.1.0/src/core/ipv6/mld6.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/core/ipv6/nd6.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  lwip/lwip-2.1.0/src/apps/ping/ping6.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  wifi_ctrl/system_network.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  wifi_ctrl/system_wifi.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  wifi_ctrl/event_default_handlers.c
CC:  wifi_ctrl/event_loop.c
CC:  wifi_ctrl/system_lwip.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  wifi_ctrl/wifi_sniffer.c
CC:  wifi_ctrl/wifi_conn.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  wifi_ctrl/wifi_config.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/common/http_list.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/common/http_random.c
CC:  http_client/httpclient/http_event.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/httpclient/http_message_buffer.c
CC:  http_client/httpclient/http_general.c
CC:  http_client/httpclient/http_interceptor.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/httpclient/http_request.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/httpclient/http_response.c
CC:  http_client/httpclient/http_url_parser.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/httpclient/http_utils.c
CC:  http_client/httpclient/http_wq.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/libhttp/http_parser.c
CC:  http_client/httpclient/httpesclient.c
CC:  http_client/network/nettype_tcp.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/network/nettype_ssl.c
CC:  http_client/network/network.c
CC:  http_client/network/routing.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/platform/FreeRTOS/platform_memory.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/platform/FreeRTOS/platform_mutex.c
CC:  http_client/platform/FreeRTOS/platform_net_socket.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  http_client/platform/FreeRTOS/platform_thread.c
CC:  http_client/platform/FreeRTOS/platform_timer.c
CC:  cli/cli.c
CC:  cli/cli_trace_stack.c
CC:  cli/command/cmd_system.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  cli/command/cmd_common.c
CC:  cli/command/cmd_read.c
CC:  cli/command/cmd_show.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  cli/command/cmd_write.c
CC:  cli/command/cmd_health_monitor.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  cli/command/cmd_adc.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  cli/command/cmd_ble.c
CC:  cli/command/cmd_ble_amt_cli.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  cli/command/cmd_wifi.c
CC:  cli/command/cmd_wifi_amt_cli.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  cli/command/cmd_wdt.c
CC:  cli/command/cmd_system_debug.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  cli/command/cmd_smartconfig.c
CC:  cli/command/cmd_ota.c
CC:  cli/command/cmd_nv.c
CC:  cli/command/cmd_iperf.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  cli/command/cmd_mqtt.c
CC:  cli/command/cmd_efuse.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  smartconfig/awss_aplist.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  smartconfig/smartconfig.c
CC:  smartconfig/smartconfig_notify.c
CC:  smartconfig/zconfig_ieee80211.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  smartconfig/zconfig_utils.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
make[2]: Leaving directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/components'
make[2]: Entering directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/drivers'
CC:  hal/hal_uart.c
CC:  hal/hal_timer.c
CC:  hal/hal_gpio.c
CC:  hal/hal_flash.c
CC:  hal/hal_pwm.c
CC:  hal/hal_wdt.c
CC:  hal/hal_rtc.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hal/hal_system.c
CC:  hal/hal_efuse.c
CC:  hal/hal_aes.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hal/hal_hash.c
CC:  hal/hal_trng.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  hal/hal_adc.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/aes/aes.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/process_sensor/process_sensor.c
CC:  drivers/hash/hash.c
CC:  drivers/rtc/rtc.c
CC:  drivers/encrypt_lock/encrypt_lock.c
CC:  drivers/ir/ir.c
CC:  drivers/flash/flash.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/flash/flash_probe.c
CC:  drivers/flash/flashid/flash_GD.c
CC:  drivers/flash/flashid/flash_PUYA.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/flash/flashid/flash_ZB.c
CC:  drivers/flash/flashid/flash_XM.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/flash/flashid/flash_XT.c
CC:  drivers/flash/flashid/flash_FM.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/flash/flashid/flash_HUABANG.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/flash/flashid/flash_EN.c
CC:  drivers/flash/flashid/flash_TH.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/flash/flashid/flash_BOYA.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/i2c/i2c.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/i2s/i2s.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/spi_slave/spi_slave.c
CC:  drivers/pwm/pwm.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/spi_master/spi_master.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/adc/adc.c
CC:  drivers/efuse/efuse.c
CC:  drivers/wdt/wdt.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/gpio/gpio.c
CC:  drivers/timer/timer.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/pit/pit.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/ecc/ecc.c
CC:  drivers/trng/trng.c
CC:  drivers/dma/dma.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  drivers/uart/uart.c
CC:  unit_test/unit_test_flash.c
CC:  unit_test/unit_test_timer.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  unit_test/unit_test_gpio.c
CC:  unit_test/unit_test_efuse.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  unit_test/unit_test_uart.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  unit_test/unit_test_pwm.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  unit_test/unit_test_aes.c
CC:  unit_test/unit_test_hash.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  unit_test/unit_test_trng.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:  unit_test/unit_test_wdt.c
CC:  unit_test/unit_test_adc.c
CC:  unit_test/unit_test_spi.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
make[2]: Leaving directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/drivers'
make[2]: Entering directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards'
CC:  ecr6600/common/chip_startup.c
CC:  ecr6600/at/main.c
CC:  ecr6600/common/release_version.c
CC:  ecr6600/common/chip_clk_ctrl.c
CC:  ecr6600/common/chip_pin_mux.c
AS:  ecr6600/common/chip_entry.S
CC:  ecr6600/common/chip_config.c
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
CC:ecr6600/at/generated/ld.script
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
make[2]: Leaving directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos/Boards'
make[2]: Entering directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos'
/opt/nds32le-elf-mculib-v3s/bin/nds32le-elf-gcc  -nostartfiles -nostdlib -Lbuild/at/libs -L./libs -o build/at/at.elf   -Wl,--whole-archive -lapps -larch -lboard -lcomponents -ldrivers -los -lps_ble -lpsm -lps_wifi -lversion -Wl,--no-whole-archive -TBoards/ecr6600/at/generated/ld.script -nostartfiles -nostdlib -Wl,--gc-sections -ffunction-sections -fdata-sections -fno-delete-null-pointer-checks -mcmodel=large -Os  -landes -Wl,-Map=build/at/at.map
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object '/usr/$LIB/bear/libexec.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
######################################generate standalone elf:build/at/at.elf######################################
-------------------------------------------------------------------
trstool.py v1.3.2
add .xip addr 40807100 len 12eb9c
add .text addr 10000 len 168c0
add .data addr 8c328 len 1dc0
public key is:
unsigned int pubKey[8] = {0x60d42115, 0x43055e42, 0x6a170ead, 0xba5ef871, 0x4bb69151, 0x4ca387da, 0x0a5c4603, 0xcaa5aadc};
 (sha256 was 90f7a976e1fa87992edad76a798f3bbd530c1ce2f1c7c5bacb37ffaa183123a0)
 (signature was 5667F3C69D9696C0CB32CEF9032116E89F1CD03D88421130D03E0434D0B3AC70DCDE63D49FE91DFE484D0568B895F3885D9A19C00B29B778807B795945A4F717)
uboot_signature_refresh
 (sha256 was 2035aca93e891c9909421a1ab1077485d7b3e6f2162e0103e9ce6836f32d3a54)
 (signature was 6953562BBE2762751D5F11547F7A776702C3FC206A6360A94FF41709C4A41AA64F6B4E01BE006DEEC7551CD8DA83149400224266446911A7015DBCE17DDBDCAE)
* * * * * * * * stub/uboot signature refresh end * * * * * * * * *
-------------------------------------------------------------------
makeone.py 0.1.3
     Bin is found:
         build/at/bin/ECR6600F_stub_V1.3.5.bin
         build/at/bin/ECR6600F_Partition_AT_0x0_V2.0.0.bin
         build/at/bin/ECR6600F_uboot_0x1000_V1.3.5.bin
         build/at/bin/ECR6600F_at_cpu_0x7000.bin
         build/at/bin/ECR6600F_Ca_crt_0x1F2000_V2.0.0.bin
         build/at/bin/ECR6600F_NV_Develop_0x1FB000_V2.0.1.bin
     Bin is missing:
         ota_status
         nv_customer
         nv_amt
Result:
     build/at/ECR6600F_at_allinone.bin is generated
     build/at/ECR6600F_at_stub_cpu_inone.bin is generated
Board ECR6600
Partition Init ok 
update method CZ
target version v1.1.0.1
packsize:        704K
firamwaresize:   1312K
mastersize:      1952K
size not enough for upgrade, also need 72K
######################################generate build/at/at.bin######################################
make[2]: Leaving directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos'
make[1]: Leaving directory '/home/yangweikang/Share/work/ComboModV1.1/code/at/freertos'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants