- 积分
- 41
贡献281
飞刀62 FD
注册时间2018-11-30
在线时间6 小时
|
楼主 |
发表于 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$
|
|