嵌入式爱好者

查看: 5089|回复: 10

[Linux] 关于imx6ul 256m_256mnand如何支持QT

[复制链接]

2

主题

10

帖子

41

积分

LS1043A\46A通行证LS1028A通行证i.MX6UL通行证

扫一扫,手机访问本帖
发表于 2020-7-26 00:56:15 | 显示全部楼层 |阅读模式
如题,发布资料中256m_256mnand的镜像中只有console的文件系统。
是否支持将QT+tslib放入8G大小SD卡中,修改export来支持?
回复

使用道具 举报

2

主题

10

帖子

41

积分

LS1043A\46A通行证LS1028A通行证i.MX6UL通行证

 楼主| 发表于 2020-7-26 01:02:40 | 显示全部楼层
我这边通过资料yocto 的交叉编译工具链 ,编译运行tslib时,莫名跳入登录窗口
log如下:
root@imx6ulevk:/mnt# export
export EDITOR="vi"
export HOME="/home/root"
export HUSHLOGIN="FALSE"
export HZ="100"
export LD_PRELOAD="/arm-tslib/lib/libts.so"
export LOGNAME="root"
export OLDPWD="/home/root"
export OPIEDIR
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin"
export PS1="\\u@\\h:\\w\\\$ "
export PWD="/mnt"
export QPEDIR
export QTDIR
export QT_QPA_FB_TSLIB="1QT_QPA_FB_TSLIB=1"
export SHELL="/bin/sh"
export SHLVL="1"
export TERM="linux"
export TSLIB_CALIBFILE="/etc/pointercal"
export TSLIB_CONFFILE="/arm-tslib/etc/ts.conf"
export TSLIB_CONSOLEDEVICE="none"
export TSLIB_FBDEVICE="/dev/fb0"
export TSLIB_PLUGINDIR="/arm-tslib/lib/ts"
export TSLIB_ROOT="/arm-tslib"
export TSLIB_TSDEVICE="/dev/input/event0"
export TZ="UTC"
export USER="root"
root@imx6ulevk:/mnt#
root@imx6ulevk:/mnt# hexdump /dev/input/event0
0000000 ad3d 5cc3 5a42 0009 0001 014a 0001 0000
0000010 ad3d 5cc3 5a42 0009 0003 0000 01af 0000
0000020 ad3d 5cc3 5a42 0009 0003 0001 0105 0000
0000030 ad3d 5cc3 5a42 0009 0003 0018 0001 0000
0000040 ad3d 5cc3 5a42 0009 0000 0002 0000 0000
0000050 ad3d 5cc3 5a42 0009 0000 0000 0000 0000
0000060 ad3d 5cc3 8000 0009 0000 0002 0000 0000
0000070 ad3d 5cc3 8000 0009 0000 0000 0000 0000
0000080 ad3d 5cc3 a821 0009 0000 0002 0000 0000
0000090 ad3d 5cc3 a821 0009 0000 0000 0000 0000
00000a0 ad3d 5cc3 d0e7 0009 0000 0002 0000 0000
00000b0 ad3d 5cc3 d0e7 0009 0000 0000 0000 0000
00000c0 ad3d 5cc3 fbb4 0009 0000 0002 0000 0000
00000d0 ad3d 5cc3 fbb4 0009 0000 0000 0000 0000
00000e0 ad3d 5cc3 22a6 000a 0000 0002 0000 0000
00000f0 ad3d 5cc3 22a6 000a 0000 0000 0000 0000
0000100 ad3d 5cc3 4cbe 000a 0000 0002 0000 0000
0000110 ad3d 5cc3 4cbe 000a 0000 0000 0000 0000
0000120 ad3d 5cc3 7557 000a 0000 0002 0000 0000
0000130 ad3d 5cc3 7557 000a 0000 0000 0000 0000
0000140 ad3d 5cc3 9c1e 000a 0000 0002 0000 0000
0000150 ad3d 5cc3 9c1e 000a 0000 0000 0000 0000
0000160 ad3d 5cc3 c45f 000a 0001 014a 0000 0000
0000170 ad3d 5cc3 c45f 000a 0003 0018 0000 0000
0000180 ad3d 5cc3 c45f 000a 0000 0000 0000 0000
^C
root@imx6ulevk:/mnt# cd /arm-tslib/
root@imx6ulevk:/arm-tslib# cd bin/
root@imx6ulevk:/arm-tslib/bin# ls
ts_calibrate  ts_conf       ts_finddev    ts_harvest    ts_print      ts_print_mt   ts_print_raw  ts_test       ts_test_mt    ts_uinput     ts_verify
root@imx6ulevk:/arm-tslib/bin# ./ts_calibrate
*** Error in `/bin/sh': malloc(): memory corruKernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b

---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b

ption (fast): 0x01e46e48 ***

==============================
logo跳转黑屏状态
=============================
/arm-tslib 资源如下:

/arm-tslib$ tree
.
├── bin
│   ├── ts_calibrate
│   ├── ts_conf
│   ├── ts_finddev
│   ├── ts_harvest
│   ├── ts_print
│   ├── ts_print_mt
│   ├── ts_print_raw
│   ├── ts_test
│   ├── ts_test_mt
│   ├── ts_uinput
│   └── ts_verify
├── etc
│   └── ts.conf
├── include
│   └── tslib.h
├── lib
│   ├── libts.la
│   ├── libts.so -> libts.so.0.10.4
│   ├── libts.so.0 -> libts.so.0.10.4
│   ├── libts.so.0.10.4
│   ├── pkgconfig
│   │   └── tslib.pc
│   └── ts
│       ├── debounce.la
│       ├── debounce.so
│       ├── dejitter.la
│       ├── dejitter.so
│       ├── evthres.la
│       ├── evthres.so
│       ├── iir.la
│       ├── iir.so
│       ├── input.la
│       ├── input.so
│       ├── invert.la
│       ├── invert.so
│       ├── linear.la
│       ├── linear.so
│       ├── lowpass.la
│       ├── lowpass.so
│       ├── median.la
│       ├── median.so
│       ├── pthres.la
│       ├── pthres.so
│       ├── skip.la
│       ├── skip.so
│       ├── touchkit.la
│       ├── touchkit.so
│       ├── variance.la
│       ├── variance.so
│       ├── waveshare.la
│       └── waveshare.so
└── share
    └── man
        ├── man1
        │   ├── ts_calibrate.1
        │   ├── ts_conf.1
        │   ├── ts_finddev.1
        │   ├── ts_harvest.1
        │   ├── ts_print.1
        │   ├── ts_print_mt.1
        │   ├── ts_print_raw.1
        │   ├── ts_test.1
        │   ├── ts_test_mt.1
        │   ├── ts_uinput.1
        │   └── ts_verify.1
        ├── man3
        │   ├── ts_close.3
        │   ├── ts_close_restricted.3
        │   ├── ts_conf_get.3
        │   ├── ts_config.3
        │   ├── ts_conf_set.3
        │   ├── ts_error_fn.3
        │   ├── ts_fd.3
        │   ├── ts_get_eventpath.3
        │   ├── ts_libversion.3
        │   ├── tslib_version.3
        │   ├── ts_open.3
        │   ├── ts_open_restricted.3
        │   ├── ts_print_ascii_logo.3
        │   ├── ts_read.3
        │   ├── ts_read_mt.3
        │   ├── ts_read_raw.3
        │   ├── ts_read_raw_mt.3
        │   └── ts_setup.3
        └── man5
            └── ts.conf.5


ubuntu@ubuntu:~/imx/tslib/arm-tslib$ file bin/ts_calibrate
bin/ts_calibrate: ELF 32-bit LSB  executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=d2a28fcde9cdfe929af1e8f11c86aefedc325a2f, not stripped
点评回复 支持 反对

使用道具 举报

2

主题

10

帖子

41

积分

LS1043A\46A通行证LS1028A通行证i.MX6UL通行证

 楼主| 发表于 2020-7-26 01:04:00 | 显示全部楼层
tslib 源码地址git clone https://github.com/kergoth/tslib
点评回复 支持 反对

使用道具 举报

2

主题

10

帖子

41

积分

LS1043A\46A通行证LS1028A通行证i.MX6UL通行证

 楼主| 发表于 2020-7-26 01:14:09 | 显示全部楼层

autogen.sh
ubuntu@ubuntu:~/imx/tslib$ cd /opt/fsl-imx-x11/4.1.15-2.0.0/
ubuntu@ubuntu:/opt/fsl-imx-x11/4.1.15-2.0.0$ . environment-setup-cortexa7hf-neon-poky-linux-gnueabi
ubuntu@ubuntu:/opt/fsl-imx-x11/4.1.15-2.0.0$ cd -
/home/ubuntu/imx/tslib
ubuntu@ubuntu:~/imx/tslib$ ls
acinclude.m4  autogen-clean.sh  CMakeLists.txt  config.log     CONTRIBUTING.md  INSTALL     Makefile     plugins     stamp-h1  tslib.pc.in
aclocal.m4    autogen.sh        compile         config.status  COPYING          install-sh  Makefile.am  README      tests     website
Android.mk    autom4te.cache    config.guess    config.sub     depcomp          libtool     Makefile.in  README.md   THANKS
arm-tslib     ChangeLog         config.h        configure      doc              ltmain.sh   missing      release.sh  tools
AUTHORS       cmake             config.h.in     configure.ac   etc              m4          NEWS         src         tslib.pc
ubuntu@ubuntu:~/imx/tslib$ ./configure --prefix=$(pwd)/install --host=arm-linux ac_cv_func_malloc_0_nonnull=yes
configure: loading site script /opt/fsl-imx-x11/4.1.15-2.0.0/site-config-cortexa7hf-neon-poky-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-strip... arm-poky-linux-gnueabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking for arm-linux-gcc... arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi accepts -g... yes
checking for arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi option to accept ISO C89... none needed
checking whether arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi... none
checking how to run the C preprocessor... arm-poky-linux-gnueabi-gcc -E  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi
checking whether the C compiler supports -fvisibility=hidden... yes
checking whether to use -fvisibility=hidden... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi... arm-poky-linux-gnueabi-ld  --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi
checking if the linker (arm-poky-linux-gnueabi-ld  --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... arm-poky-linux-gnueabi-nm
checking the name lister (arm-poky-linux-gnueabi-nm) inte**ce... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for arm-poky-linux-gnueabi-ld  --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi option to reload object files... -r
checking for arm-linux-objdump... arm-poky-linux-gnueabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-ar... arm-poky-linux-gnueabi-ar
checking for archiver @FILE support... @
checking for arm-linux-strip... (cached) arm-poky-linux-gnueabi-strip
checking for arm-linux-ranlib... arm-poky-linux-gnueabi-ranlib
checking command to parse arm-poky-linux-gnueabi-nm output from arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi object... ok
checking for sysroot... no
checking for arm-linux-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi supports -fno-rtti -fno-exceptions... no
checking for arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi option to produce PIC... -fPIC -DPIC
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi PIC flag -fPIC -DPIC works... yes
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi static flag -static works... no
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi supports -c -o file.o... yes
checking if arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi supports -c -o file.o... (cached) yes
checking whether the arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi linker (arm-poky-linux-gnueabi-ld  --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... cross
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dlopen in -ldl... (cached) yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for errno.h... (cached) yes
checking for dirent.h... (cached) yes
checking linux/spi/cy8mrln.h usability... no
checking linux/spi/cy8mrln.h presence... no
checking for linux/spi/cy8mrln.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... (cached) yes
checking for uint16_t... yes
checking for uint8_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether arm-poky-linux-gnueabi-gcc  -march=armv7ve -mfpu=neon  -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi needs -traditional... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat correctly handles trailing slash... (cached) yes
checking whether stat accepts an empty string... (cached) no
checking for vprintf... (cached) yes
checking for _doprnt... no
checking for gettimeofday... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for munmap... (cached) yes
checking for select... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for strtol... (cached) yes
checking for strsep... (cached) yes
checking for arm-linux-pkg-config... no
checking for pkg-config... /opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether debounce module is requested... yes
checking whether dejitter module is requested... yes
checking whether evthres module is requested... yes
checking whether iir module is requested... yes
checking whether linear module is requested... yes
checking whether median module is requested... yes
checking whether pthres module is requested... yes
checking whether skip module is requested... yes
checking whether lowpass module is requested... yes
checking whether invert module is requested... yes
checking whether variance module is requested... yes
checking whether input module is requested... yes
checking whether touchkit module is requested... yes
checking whether waveshare module is requested... yes
checking whether input-evdev module is requested... no
checking whether tatung module is requested... no
checking whether ucb1x00 module is requested... no
checking whether mk712 module is requested... no
checking whether h3600 module is requested... no
checking whether dmc module is requested... no
checking whether linear-h2200 module is requested... no
checking whether corgi module is requested... no
checking whether collie module is requested... no
checking whether arctic2 module is requested... no
checking whether dmc_dus3000 module is requested... no
checking whether cy8mrln-palmpre module is requested... no
checking whether galax module is requested... no
checking whether one-wire-ts-input module is requested... no
checking where to place modules... ${libdir}/ts
checking whether to enable debugging... no
checking whether to enable tools... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating etc/Makefile
config.status: creating plugins/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tools/Makefile
config.status: creating doc/Makefile
config.status: creating tslib.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

ubuntu@ubuntu:~/imx/tslib$ make -j4
make  all-recursive
make[1]: 正在进入目录 `/home/ubuntu/imx/tslib'
** all in etc
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/etc'
make[2]: 没有什么可以做的为 `all'。
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/etc'
** all in src
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/src'
  CC       ts_attach.lo
  CC       ts_close.lo
  CC       ts_config.lo
  CC       ts_error.lo
  CC       ts_fd.lo
  CC       ts_load_module.lo
  CC       ts_open.lo
  CC       ts_parse_vars.lo
  CC       ts_read.lo
  CC       ts_read_raw.lo
  CC       ts_option.lo
  CC       ts_setup.lo
  CC       ts_version.lo
  CC       ts_config_filter.lo
  CC       ts_get_eventpath.lo
  CC       ts_strsep.lo
  CCLD     libts.la
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/src'
** all in plugins
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/plugins'
  CC       dejitter.lo
  CC       linear.lo
  CC       variance.lo
  CC       median.lo
  CC       pthres.lo
  CC       debounce.lo
  CC       skip.lo
  CC       invert.lo
  CC       iir.lo
  CC       evthres.lo
  CC       lowpass.lo
  CC       input-raw.lo
  CC       touchkit-raw.lo
  CC       waveshare-raw.lo
  CCLD     linear.la
  CCLD     dejitter.la
  CCLD     variance.la
  CCLD     median.la
  CCLD     pthres.la
  CCLD     debounce.la
  CCLD     skip.la
  CCLD     invert.la
  CCLD     iir.la
  CCLD     evthres.la
  CCLD     lowpass.la
  CCLD     input.la
  CCLD     touchkit.la
  CCLD     waveshare.la
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/plugins'
** all in tests
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/tests'
  CC       ts_test.o
  CC       testutils.o
  CC       font_8x8.o
  CC       font_8x16.o
  CC       fbutils-linux.o
  CC       ts_test_mt.o
  CC       ts_calibrate.o
  CC       ts_calibrate_common.o
  CC       ts_conf.o
  CC       ts_print.o
  CC       ts_print_mt.o
  CC       ts_print_raw.o
  CC       ts_harvest.o
  CC       ts_finddev.o
  CC       ts_verify.o
  CCLD     ts_test
  CCLD     ts_test_mt
  CCLD     ts_calibrate
  CCLD     ts_conf
  CCLD     ts_print
  CCLD     ts_print_mt
  CCLD     ts_print_raw
  CCLD     ts_harvest
  CCLD     ts_finddev
  CCLD     ts_verify
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/tests'
** all in tools
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/tools'
  CC       ts_uinput.o
  CCLD     ts_uinput
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/tools'
** all in doc
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/doc'
make[2]: 没有什么可以做的为 `all'。
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/doc'
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib'
make[2]:正在离开目录 `/home/ubuntu/imx/tslib'
make[1]:正在离开目录 `/home/ubuntu/imx/tslib'
ubuntu@ubuntu:~/imx/tslib$ make install
** install in etc
make[1]: 正在进入目录 `/home/ubuntu/imx/tslib/etc'
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/etc'
/bin/mkdir -p '/home/ubuntu/imx/tslib/install/etc'
/usr/bin/install -c -m 644 ts.conf '/home/ubuntu/imx/tslib/install/etc'
make[2]: 没有什么可以做的为 `install-data-am'。
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/etc'
make[1]:正在离开目录 `/home/ubuntu/imx/tslib/etc'
** install in src
make[1]: 正在进入目录 `/home/ubuntu/imx/tslib/src'
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/src'
/bin/mkdir -p '/home/ubuntu/imx/tslib/install/lib'
/bin/bash ../libtool   --mode=install /usr/bin/install -c   libts.la '/home/ubuntu/imx/tslib/install/lib'
libtool: install: /usr/bin/install -c .libs/libts.so.0.10.4 /home/ubuntu/imx/tslib/install/lib/libts.so.0.10.4
libtool: install: (cd /home/ubuntu/imx/tslib/install/lib && { ln -s -f libts.so.0.10.4 libts.so.0 || { rm -f libts.so.0 && ln -s libts.so.0.10.4 libts.so.0; }; })
libtool: install: (cd /home/ubuntu/imx/tslib/install/lib && { ln -s -f libts.so.0.10.4 libts.so || { rm -f libts.so && ln -s libts.so.0.10.4 libts.so; }; })
libtool: install: /usr/bin/install -c .libs/libts.lai /home/ubuntu/imx/tslib/install/lib/libts.la
libtool: finish: PATH="/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/qt5:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/sbin:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/bin:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/sbin:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/../x86_64-pokysdk-linux/bin:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-uclibc:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-musl:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/ubuntu/imx/tslib/install/lib
ldconfig: /home/ubuntu/imx/tslib/install/lib/libts.so.0 is for unknown machine 40.

ldconfig: /home/ubuntu/imx/tslib/install/lib/libts.so.0.10.4 is for unknown machine 40.

ldconfig: /home/ubuntu/imx/tslib/install/lib/libts.so is for unknown machine 40.

----------------------------------------------------------------------
Libraries have been installed in:
   /home/ubuntu/imx/tslib/install/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/home/ubuntu/imx/tslib/install/include'
/usr/bin/install -c -m 644 tslib.h '/home/ubuntu/imx/tslib/install/include'
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/src'
make[1]:正在离开目录 `/home/ubuntu/imx/tslib/src'
** install in plugins
make[1]: 正在进入目录 `/home/ubuntu/imx/tslib/plugins'
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/plugins'
/bin/mkdir -p '/home/ubuntu/imx/tslib/install/lib/ts'
/bin/bash ../libtool   --mode=install /usr/bin/install -c   linear.la dejitter.la variance.la median.la pthres.la debounce.la skip.la invert.la iir.la evthres.la lowpass.la input.la touchkit.la waveshare.la '/home/ubuntu/imx/tslib/install/lib/ts'
libtool: install: warning: relinking `linear.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o linear.la -rpath /home/ubuntu/imx/tslib/install/lib/ts linear.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/linear.soT /home/ubuntu/imx/tslib/install/lib/ts/linear.so
libtool: install: /usr/bin/install -c .libs/linear.lai /home/ubuntu/imx/tslib/install/lib/ts/linear.la
libtool: install: warning: relinking `dejitter.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o dejitter.la -rpath /home/ubuntu/imx/tslib/install/lib/ts dejitter.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/dejitter.soT /home/ubuntu/imx/tslib/install/lib/ts/dejitter.so
libtool: install: /usr/bin/install -c .libs/dejitter.lai /home/ubuntu/imx/tslib/install/lib/ts/dejitter.la
libtool: install: warning: relinking `variance.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o variance.la -rpath /home/ubuntu/imx/tslib/install/lib/ts variance.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/variance.soT /home/ubuntu/imx/tslib/install/lib/ts/variance.so
libtool: install: /usr/bin/install -c .libs/variance.lai /home/ubuntu/imx/tslib/install/lib/ts/variance.la
libtool: install: warning: relinking `median.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o median.la -rpath /home/ubuntu/imx/tslib/install/lib/ts median.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/median.soT /home/ubuntu/imx/tslib/install/lib/ts/median.so
libtool: install: /usr/bin/install -c .libs/median.lai /home/ubuntu/imx/tslib/install/lib/ts/median.la
libtool: install: warning: relinking `pthres.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o pthres.la -rpath /home/ubuntu/imx/tslib/install/lib/ts pthres.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/pthres.soT /home/ubuntu/imx/tslib/install/lib/ts/pthres.so
libtool: install: /usr/bin/install -c .libs/pthres.lai /home/ubuntu/imx/tslib/install/lib/ts/pthres.la
libtool: install: warning: relinking `debounce.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o debounce.la -rpath /home/ubuntu/imx/tslib/install/lib/ts debounce.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/debounce.soT /home/ubuntu/imx/tslib/install/lib/ts/debounce.so
libtool: install: /usr/bin/install -c .libs/debounce.lai /home/ubuntu/imx/tslib/install/lib/ts/debounce.la
libtool: install: warning: relinking `skip.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o skip.la -rpath /home/ubuntu/imx/tslib/install/lib/ts skip.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/skip.soT /home/ubuntu/imx/tslib/install/lib/ts/skip.so
libtool: install: /usr/bin/install -c .libs/skip.lai /home/ubuntu/imx/tslib/install/lib/ts/skip.la
libtool: install: warning: relinking `invert.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o invert.la -rpath /home/ubuntu/imx/tslib/install/lib/ts invert.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/invert.soT /home/ubuntu/imx/tslib/install/lib/ts/invert.so
libtool: install: /usr/bin/install -c .libs/invert.lai /home/ubuntu/imx/tslib/install/lib/ts/invert.la
libtool: install: warning: relinking `iir.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o iir.la -rpath /home/ubuntu/imx/tslib/install/lib/ts iir.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/iir.soT /home/ubuntu/imx/tslib/install/lib/ts/iir.so
libtool: install: /usr/bin/install -c .libs/iir.lai /home/ubuntu/imx/tslib/install/lib/ts/iir.la
libtool: install: warning: relinking `evthres.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o evthres.la -rpath /home/ubuntu/imx/tslib/install/lib/ts evthres.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/evthres.soT /home/ubuntu/imx/tslib/install/lib/ts/evthres.so
libtool: install: /usr/bin/install -c .libs/evthres.lai /home/ubuntu/imx/tslib/install/lib/ts/evthres.la
libtool: install: warning: relinking `lowpass.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o lowpass.la -rpath /home/ubuntu/imx/tslib/install/lib/ts lowpass.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/lowpass.soT /home/ubuntu/imx/tslib/install/lib/ts/lowpass.so
libtool: install: /usr/bin/install -c .libs/lowpass.lai /home/ubuntu/imx/tslib/install/lib/ts/lowpass.la
libtool: install: warning: relinking `input.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o input.la -rpath /home/ubuntu/imx/tslib/install/lib/ts input-raw.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/input.soT /home/ubuntu/imx/tslib/install/lib/ts/input.so
libtool: install: /usr/bin/install -c .libs/input.lai /home/ubuntu/imx/tslib/install/lib/ts/input.la
libtool: install: /usr/bin/install -c .libs/touchkit.so /home/ubuntu/imx/tslib/install/lib/ts/touchkit.so
libtool: install: /usr/bin/install -c .libs/touchkit.lai /home/ubuntu/imx/tslib/install/lib/ts/touchkit.la
libtool: install: warning: relinking `waveshare.la'
libtool: install: (cd /home/ubuntu/imx/tslib/plugins; /bin/bash /home/ubuntu/imx/tslib/libtool  --silent --tag CC --mode=relink arm-poky-linux-gnueabi-gcc -march=armv7ve -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/cortexa7hf-neon-poky-linux-gnueabi -DTS_POINTERCAL=\"/home/ubuntu/imx/tslib/install/etc/pointercal\" -DTSLIB_INTERNAL -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/work/x86_64-nativesdk-pokysdk-linux/meta-environment-imx6ulevk/1.0-r8=/usr/src/debug/meta-environment-imx6ulevk/1.0-r8 -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/diskc/home/liyue/poky/fsl-arm-yocto-bsp/build-fb/tmp/sysroots/x86_64-nativesdk-pokysdk-linux= -module -avoid-version -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o waveshare.la -rpath /home/ubuntu/imx/tslib/install/lib/ts waveshare-raw.lo ../src/libts.la -ldl )
libtool: install: /usr/bin/install -c .libs/waveshare.soT /home/ubuntu/imx/tslib/install/lib/ts/waveshare.so
libtool: install: /usr/bin/install -c .libs/waveshare.lai /home/ubuntu/imx/tslib/install/lib/ts/waveshare.la
libtool: finish: PATH="/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/qt5:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/sbin:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/bin:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/sbin:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/../x86_64-pokysdk-linux/bin:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-uclibc:/opt/fsl-imx-x11/4.1.15-2.0.0/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-musl:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/sbin" ldconfig -n /home/ubuntu/imx/tslib/install/lib/ts
----------------------------------------------------------------------
Libraries have been installed in:
   /home/ubuntu/imx/tslib/install/lib/ts

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: 没有什么可以做的为 `install-data-am'。
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/plugins'
make[1]:正在离开目录 `/home/ubuntu/imx/tslib/plugins'
** install in tests
make[1]: 正在进入目录 `/home/ubuntu/imx/tslib/tests'
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/tests'
/bin/mkdir -p '/home/ubuntu/imx/tslib/install/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c ts_test ts_test_mt ts_calibrate ts_conf ts_print ts_print_mt ts_print_raw ts_harvest ts_finddev ts_verify '/home/ubuntu/imx/tslib/install/bin'
libtool: install: /usr/bin/install -c .libs/ts_test /home/ubuntu/imx/tslib/install/bin/ts_test
libtool: install: /usr/bin/install -c .libs/ts_test_mt /home/ubuntu/imx/tslib/install/bin/ts_test_mt
libtool: install: /usr/bin/install -c .libs/ts_calibrate /home/ubuntu/imx/tslib/install/bin/ts_calibrate
libtool: install: /usr/bin/install -c .libs/ts_conf /home/ubuntu/imx/tslib/install/bin/ts_conf
libtool: install: /usr/bin/install -c .libs/ts_print /home/ubuntu/imx/tslib/install/bin/ts_print
libtool: install: /usr/bin/install -c .libs/ts_print_mt /home/ubuntu/imx/tslib/install/bin/ts_print_mt
libtool: install: /usr/bin/install -c .libs/ts_print_raw /home/ubuntu/imx/tslib/install/bin/ts_print_raw
libtool: install: /usr/bin/install -c .libs/ts_harvest /home/ubuntu/imx/tslib/install/bin/ts_harvest
libtool: install: /usr/bin/install -c .libs/ts_finddev /home/ubuntu/imx/tslib/install/bin/ts_finddev
libtool: install: /usr/bin/install -c .libs/ts_verify /home/ubuntu/imx/tslib/install/bin/ts_verify
make[2]: 没有什么可以做的为 `install-data-am'。
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/tests'
make[1]:正在离开目录 `/home/ubuntu/imx/tslib/tests'
** install in tools
make[1]: 正在进入目录 `/home/ubuntu/imx/tslib/tools'
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/tools'
/bin/mkdir -p '/home/ubuntu/imx/tslib/install/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c ts_uinput '/home/ubuntu/imx/tslib/install/bin'
libtool: install: /usr/bin/install -c .libs/ts_uinput /home/ubuntu/imx/tslib/install/bin/ts_uinput
make[2]: 没有什么可以做的为 `install-data-am'。
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/tools'
make[1]:正在离开目录 `/home/ubuntu/imx/tslib/tools'
** install in doc
make[1]: 正在进入目录 `/home/ubuntu/imx/tslib/doc'
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib/doc'
make[2]: 没有什么可以做的为 `install-exec-am'。
/bin/mkdir -p '/home/ubuntu/imx/tslib/install/share/man/man1'
/usr/bin/install -c -m 644 ts_calibrate.1 ts_conf.1 ts_finddev.1 ts_harvest.1 ts_print.1 ts_print_mt.1 ts_print_raw.1 ts_test.1 ts_test_mt.1 ts_uinput.1 ts_verify.1 '/home/ubuntu/imx/tslib/install/share/man/man1'
/bin/mkdir -p '/home/ubuntu/imx/tslib/install/share/man/man3'
/usr/bin/install -c -m 644 ts_close.3 ts_close_restricted.3 ts_conf_get.3 ts_config.3 ts_conf_set.3 ts_error_fn.3 ts_fd.3 ts_get_eventpath.3 ts_libversion.3 tslib_version.3 ts_open.3 ts_open_restricted.3 ts_print_ascii_logo.3 ts_read.3 ts_read_mt.3 ts_read_raw.3 ts_read_raw_mt.3 ts_setup.3 '/home/ubuntu/imx/tslib/install/share/man/man3'
/bin/mkdir -p '/home/ubuntu/imx/tslib/install/share/man/man5'
/usr/bin/install -c -m 644 ts.conf.5 '/home/ubuntu/imx/tslib/install/share/man/man5'
make[2]:正在离开目录 `/home/ubuntu/imx/tslib/doc'
make[1]:正在离开目录 `/home/ubuntu/imx/tslib/doc'
make[1]: 正在进入目录 `/home/ubuntu/imx/tslib'
make[2]: 正在进入目录 `/home/ubuntu/imx/tslib'
make[2]: 没有什么可以做的为 `install-exec-am'。
/bin/mkdir -p '/home/ubuntu/imx/tslib/install/lib/pkgconfig'
/usr/bin/install -c -m 644 tslib.pc '/home/ubuntu/imx/tslib/install/lib/pkgconfig'
make[2]:正在离开目录 `/home/ubuntu/imx/tslib'
make[1]:正在离开目录 `/home/ubuntu/imx/tslib'
ubuntu@ubuntu:~/imx/tslib$

点评回复 支持 反对

使用道具 举报

0

主题

1173

帖子

2194

积分

发表于 2020-7-27 08:38:26 | 显示全部楼层
您可以自己移植qt5到板子上,用SD卡做存储空间也可以,您发的打印信息具体是有什么问题吗
点评回复 支持 反对

使用道具 举报

2

主题

10

帖子

41

积分

LS1043A\46A通行证LS1028A通行证i.MX6UL通行证

 楼主| 发表于 2020-7-27 11:18:52 来自手机 | 显示全部楼层
你好:我这边移植的tslib,用不了,执行ts的命令后,跳转到登录窗口,输入root后还是登录窗口,屏幕是黑的,是yocto的交叉编译有问题?是有什么守护进程么?是否有移植完的独立镜像和环境变量?能否提供交叉编译工具链?资料里没有只有3.14内核的gcc4.6。_手机登录码字不太好看
点评回复 支持 反对

使用道具 举报

0

主题

1173

帖子

2194

积分

发表于 2020-7-27 12:00:58 | 显示全部楼层
我们的开发环境提供了交叉编译工具,您看看是不是手册上提到的工具
点评回复 支持 反对

使用道具 举报

2

主题

10

帖子

41

积分

LS1043A\46A通行证LS1028A通行证i.MX6UL通行证

 楼主| 发表于 2020-7-27 12:31:42 来自手机 | 显示全部楼层
网盘4.1.15提供的是yocto的编译出来的交叉编译工具链,用这个工具编译出来的tslib存在上述的问题,反复切换到登录,编译过程如先前发送的log,是否有移植好的tslibSDK?,或4.1.15的tslib和qt5的指导手册
点评回复 支持 反对

使用道具 举报

0

主题

1173

帖子

2194

积分

发表于 2020-7-28 09:19:14 | 显示全部楼层
暂时没有相关的指导手册
点评回复 支持 反对

使用道具 举报

2

主题

10

帖子

41

积分

LS1043A\46A通行证LS1028A通行证i.MX6UL通行证

 楼主| 发表于 2020-7-28 10:39:54 来自手机 | 显示全部楼层
没有指导手册有编译完的tslib和qt也行呀,我放到sd卡里直接能用就行
点评回复 支持 反对

使用道具 举报

0

主题

1173

帖子

2194

积分

发表于 2020-7-28 10:45:54 | 显示全部楼层
1gnand的文件系统里应该有,您可以看看
点评回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2024-4-24 13:10

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表