You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Install 4 Teledyne packages
[root@8101 ~]# uname -a
Linux 8101 3.10.0-327.22.2.el7.x86_64 #1 SMP Thu Jun 23 17:05:11 UTC 2016 x86_64 x86_64 x86_
[root@8101 ~]# cat /etc/redhat-release 
CentOS Linux release 7.2.1511 (Core) 
[root@8101 ~]#
[root@8101 x86_64]# rpm -Uv dkms-2.2.0.3-28.git.7c3e7c5.el7.noarch.rpm
warning: dkms-2.2.0.3-28.git.7c3e7c5.el7.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID
Preparing packages...
dkms-2.2.0.3-28.git.7c3e7c5.el7.noarch
[root@8101 x86_64]# rpm -Uv spd-adq-pci-dkms-1.21-1.noarch.rpm
Preparing packages...
spd-adq-pci-dkms-0:1.21-1.noarch
Loading new spd-adq-pci-1.21 DKMS files...
Building for 3.10.0-327.22.2.el7.x86_64
Building initial module for 3.10.0-327.22.2.el7.x86_64
Done.

spd_adq_pci:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.10.0-327.22.2.el7.x86_64/extra/
Adding any weak-modules

depmod...

DKMS: install completed.

[root@8101 x86_64]# rpm -Uv libadq0-0.65383-8.1.x86_64.rpm
warning: libadq0-0.65383-8.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 6e9e877a: NOKE
Preparing packages...
libadq0-0.65383-8.1.x86_64
[root@8101 x86_64]# rpm -Uv adqtools-0.65395-7.2.x86_64.rpm
warning: adqtools-0.65395-7.2.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 6e9e877a: NOK
Preparing packages...
adqtools-0.65395-7.2.x86_64
[root@8101 x86_64]#
Failed to build simple_example
[root@8101 simple_example]# pwd
/root/digitizer/tests/simple_example
[root@8101 simple_example]# ls
ADQAPI_simple_example.c  Makefile
[root@8101 simple_example]# 
[root@8101 simple_example]# make
g++   -DLINUX -o adqapisimpleexample ADQAPI_simple_example.c -ladq  
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/libadq.so: undefined reference to `libusb_set_auto_detach_kernel_driver'
collect2: error: ld returned 1 exit status
make: *** [adqapisimpleexample] Error 1
[root@8101 simple_example]#

 

  • No labels