Advertisement
Guest User

Untitled

a guest
Oct 21st, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 KB | None | 0 0
  1. ### FFdecsa optimization helper/benchmark
  2. ### Version 9d
  3.  
  4.  
  5. Unrecognised CPU.
  6. Vendor:GenuineIntel family:6 model:58
  7. flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer xsave avx f16c lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
  8.  
  9. 3.2.0-54-generic kernel detected.
  10.  
  11. Using C++ compiler: g++
  12.  
  13. Using compile type: release
  14.  
  15.  
  16.  
  17. Everything looks ok!
  18.  
  19. Just hit 'enter' to run
  20. make && make module
  21.  
  22. Start compiling now?[Y/n]
  23. g++ -Wall -D__user= -g -o objs/forward.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module dvbloopback/src/forward.c
  24. g++ -Wall -D__user= -g -o objs/process_req.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module dvbloopback/src/process_req.c
  25. dvbloopback/src/process_req.c: In function ‘void get_thread_priority(char*)’:
  26. dvbloopback/src/process_req.c:143:7: attention : variable ‘priority’ set but not used [-Wunused-but-set-variable]
  27. dvbloopback/src/process_req.c:145:7: attention : variable ‘ret’ set but not used [-Wunused-but-set-variable]
  28. g++ -Wall -D__user= -g -o objs/msg_passing.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module dvbloopback/src/msg_passing.c
  29. g++ -Wall -D__user= -g -o objs/plugin_getsid.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module dvbloopback/src/plugin_getsid.c
  30. dvbloopback/src/plugin_getsid.c: In function ‘int read_nit(unsigned char*, nit_data*, unsigned int)’:
  31. dvbloopback/src/plugin_getsid.c:272:7: attention : variable ‘network_id’ set but not used [-Wunused-but-set-variable]
  32. dvbloopback/src/plugin_getsid.c: In function ‘int read_pmt(unsigned char*, filter*, sid_data*, unsigned int)’:
  33. dvbloopback/src/plugin_getsid.c:360:12: attention : variable ‘sec’ set but not used [-Wunused-but-set-variable]
  34. dvbloopback/src/plugin_getsid.c:360:17: attention : variable ‘last_sec’ set but not used [-Wunused-but-set-variable]
  35. dvbloopback/src/plugin_getsid.c: In function ‘void clear_sid_data(sid_data*)’:
  36. dvbloopback/src/plugin_getsid.c:765:9: attention : variable ‘adapt’ set but not used [-Wunused-but-set-variable]
  37. g++ -Wall -D__user= -g -o objs/plugin_ringbuf.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module dvbloopback/src/plugin_ringbuf.c
  38. g++ -Wall -D__user= -g -o objs/plugin_showioctl.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module dvbloopback/src/plugin_showioctl.c
  39. g++ -Wall -D__user= -g -o objs/plugin_legacysw.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module dvbloopback/src/plugin_legacysw.c
  40. g++ -Wall -D__user= -g -o objs/plugin_dss.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module dvbloopback/src/plugin_dss.c
  41. g++ -Wall -D__user= -g -o objs/plugin_cam.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module dvblb_plugins/plugin_cam.c
  42. g++ -Wall -D__user= -g -o objs/plugin_ffdecsa.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module dvblb_plugins/plugin_ffdecsa.c
  43. g++ -Wall -D__user= -g -o objs/version.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES objs/version.cpp
  44. g++ -Wall -D__user= -g -o objs/misc.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src -I./sc/include -Idvbloopback/module sc/misc.cpp
  45. g++ -Wall -D__user= -g -o objs/dvbdevice.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src -I./sc/include -Idvbloopback/module sc/dvbdevice.cpp
  46. g++ -Wall -D__user= -g -o objs/osdbase.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src -I./sc/include -Idvbloopback/module sc/osdbase.cpp
  47. g++ -Wall -D__user= -g -o objs/menuitems.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src -I./sc/include -Idvbloopback/module sc/menuitems.cpp
  48. g++ -Wall -D__user= -g -o objs/device.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src -I./sc/include -Idvbloopback/module sc/device.cpp
  49. g++ -Wall -D__user= -g -o objs/thread.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src -I./sc/include -Idvbloopback/module sc/thread.cpp
  50. g++ -Wall -D__user= -g -o objs/tools.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src -I./sc/include -Idvbloopback/module sc/tools.cpp
  51. g++ -Wall -D__user= -g -o objs/sasccam.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src -I./sc/include -Idvbloopback/module sc/sasccam.cpp
  52. g++ -Wall -D__user= -g -o objs/log.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src -I./sc/include -Idvbloopback/module sc/log.cpp
  53. g++ -Wall -D__user= -g -o objs/vdrcompat.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src -I./sc/include -Idvbloopback/module sc/vdrcompat.cpp
  54. g++ -Wall -D__user= -g -o objs/si_descriptor.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/descriptor.c
  55. g++ -Wall -D__user= -g -o objs/si_section.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/section.c
  56. g++ -Wall -D__user= -g -o objs/si_si.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/si.c
  57. g++ -Wall -D__user= -g -o objs/si_util.o -c -DRELEASE_VERSION=\"1.1.4\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/util.c
  58. ar ru objs/libsi.a objs/si_descriptor.o objs/si_section.o objs/si_si.o objs/si_util.o
  59. ar: creating objs/libsi.a
  60. make -C FFdecsa
  61. make[1]: entrant dans le répertoire « /data/emulateur/ffdecsawrapper/FFdecsa »
  62. g++ -Wall -fPIC -O3 -march=pentium -mmmx -fomit-frame-pointer -fexpensive-optimizations -funroll-loops -DPARALLEL_MODE= -c FFdecsa.c
  63. FFdecsa.c:1:0: erreur: le processeur sélectionné ne supporte pas le jeu d'instructions x86-64
  64. FFdecsa.c:1:0: erreur: le processeur sélectionné ne supporte pas le jeu d'instructions x86-64
  65. make[1]: *** [FFdecsa.o] Erreur 1
  66. make[1]: quittant le répertoire « /data/emulateur/ffdecsawrapper/FFdecsa »
  67. make: *** [FFdecsa/FFdecsa.o] Erreur 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement