Facebook
From Dan, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 100
  1. parallels@ubuntu-linux-22-04-desktop:~/Downloads/new/libq/libqwqng-1.4/QNGmeter$ g++ -o QNGmeter QNGmeter.cpp ACBinomialChi2.cpp AutoCorrelation.cpp Bias.cpp BiasAndAC.cpp BinomialChi2.cpp BitCount.cpp Chi2.cpp Entropy.cpp Gamma.cpp KolmogorovSmirnov.cpp MT19937.cpp Monkey.cpp Serial.cpp qwqng.cpp stdafx.cpp Clear.cpp DeviceId.cpp Diagnostics.cpp ErrorHandling.cpp RandBytes.cpp RandInt32.cpp RandNormal.cpp RandUniform.cpp Reset.cpp RuntimeInfo.cpp
  2. /usr/bin/ld: /tmp/ccT2qD46.o: in function `main':
  3. Clear.cpp:(.text+0x0): multiple definition of `main'; /tmp/ccc6G0MW.o:QNGmeter.cpp:(.text+0x24): first defined here
  4. /usr/bin/ld: /tmp/cc18Jaxb.o:(.bss+0x0): multiple definition of `QNG'; /tmp/ccT2qD46.o:(.bss+0x0): first defined here
  5. /usr/bin/ld: /tmp/cc18Jaxb.o: in function `main':
  6. DeviceId.cpp:(.text+0x0): multiple definition of `main'; /tmp/ccc6G0MW.o:QNGmeter.cpp:(.text+0x24): first defined here
  7. /usr/bin/ld: /tmp/ccakmaeu.o:(.bss+0x0): multiple definition of `QNG'; /tmp/ccT2qD46.o:(.bss+0x0): first defined here
  8. /usr/bin/ld: /tmp/ccakmaeu.o: in function `main':
  9. Diagnostics.cpp:(.text+0x0): multiple definition of `main'; /tmp/ccc6G0MW.o:QNGmeter.cpp:(.text+0x24): first defined here
  10. /usr/bin/ld: /tmp/cc2NwkBk.o:(.bss+0x0): multiple definition of `QNG'; /tmp/ccT2qD46.o:(.bss+0x0): first defined here
  11. /usr/bin/ld: /tmp/cc2NwkBk.o: in function `main':
  12. ErrorHandling.cpp:(.text+0x0): multiple definition of `main'; /tmp/ccc6G0MW.o:QNGmeter.cpp:(.text+0x24): first defined here
  13. /usr/bin/ld: /tmp/ccP0TwLm.o:(.bss+0x0): multiple definition of `QNG'; /tmp/ccT2qD46.o:(.bss+0x0): first defined here
  14. /usr/bin/ld: /tmp/ccP0TwLm.o: in function `main':
  15. RandBytes.cpp:(.text+0x0): multiple definition of `main'; /tmp/ccc6G0MW.o:QNGmeter.cpp:(.text+0x24): first defined here
  16. /usr/bin/ld: /tmp/cca85ZQi.o:(.bss+0x0): multiple definition of `QNG'; /tmp/ccT2qD46.o:(.bss+0x0): first defined here
  17. /usr/bin/ld: /tmp/cca85ZQi.o: in function `main':
  18. RandInt32.cpp:(.text+0x0): multiple definition of `main'; /tmp/ccc6G0MW.o:QNGmeter.cpp:(.text+0x24): first defined here
  19. /usr/bin/ld: /tmp/ccNUpY6k.o:(.bss+0x0): multiple definition of `QNG'; /tmp/ccT2qD46.o:(.bss+0x0): first defined here
  20. /usr/bin/ld: /tmp/ccNUpY6k.o: in function `main':
  21. RandNormal.cpp:(.text+0x0): multiple definition of `main'; /tmp/ccc6G0MW.o:QNGmeter.cpp:(.text+0x24): first defined here
  22. /usr/bin/ld: /tmp/cch51B9m.o:(.bss+0x0): multiple definition of `QNG'; /tmp/ccT2qD46.o:(.bss+0x0): first defined here
  23. /usr/bin/ld: /tmp/cch51B9m.o: in function `main':
  24. RandUniform.cpp:(.text+0x0): multiple definition of `main'; /tmp/ccc6G0MW.o:QNGmeter.cpp:(.text+0x24): first defined here
  25. /usr/bin/ld: /tmp/ccokFMCs.o:(.bss+0x0): multiple definition of `QNG'; /tmp/ccT2qD46.o:(.bss+0x0): first defined here
  26. /usr/bin/ld: /tmp/ccokFMCs.o: in function `main':
  27. Reset.cpp:(.text+0x0): multiple definition of `main'; /tmp/ccc6G0MW.o:QNGmeter.cpp:(.text+0x24): first defined here
  28. /usr/bin/ld: /tmp/ccBFaCBf.o:(.bss+0x0): multiple definition of `QNG'; /tmp/ccT2qD46.o:(.bss+0x0): first defined here
  29. /usr/bin/ld: /tmp/ccBFaCBf.o: in function `main':
  30. RuntimeInfo.cpp:(.text+0x0): multiple definition of `main'; /tmp/ccc6G0MW.o:QNGmeter.cpp:(.text+0x24): first defined here
  31. /usr/bin/ld: /tmp/ccc6G0MW.o: in function `main':
  32. QNGmeter.cpp:(.text+0x354): undefined reference to `omp_set_nested'
  33. /usr/bin/ld: QNGmeter.cpp:(.text+0xcf4): undefined reference to `CStat::ZtoP(double)'
  34. /usr/bin/ld: QNGmeter.cpp:(.text+0xf08): undefined reference to `CStat::ZtoP(double)'
  35. /usr/bin/ld: QNGmeter.cpp:(.text+0x1000): undefined reference to `CStat::ZtoP(double)'
  36. /usr/bin/ld: QNGmeter.cpp:(.text+0x17b4): undefined reference to `CStat::ZtoP(double)'
  37. /usr/bin/ld: /tmp/ccxBz4G4.o: in function `CEntropy::CEntropy()':
  38. Entropy.cpp:(.text+0x34): undefined reference to `CStat::CStat()'
  39. /usr/bin/ld: Entropy.cpp:(.text+0x8c): undefined reference to `CStat::~CStat()'
  40. /usr/bin/ld: /tmp/ccxBz4G4.o: in function `CEntropy::~CEntropy()':
  41. Entropy.cpp:(.text+0xfc): undefined reference to `CStat::~CStat()'
  42. /usr/bin/ld: /tmp/cc8IQYyn.o: in function `CMonkey::CMonkey()':
  43. Monkey.cpp:(.text+0x18): undefined reference to `CMonkeyBitmap::CMonkeyBitmap()'
  44. /usr/bin/ld: Monkey.cpp:(.text+0x40): undefined reference to `CStat::CStat()'
  45. /usr/bin/ld: Monkey.cpp:(.text+0x84): undefined reference to `CStat::~CStat()'
  46. /usr/bin/ld: Monkey.cpp:(.text+0xb4): undefined reference to `CMonkeyBitmap::~CMonkeyBitmap()'
  47. /usr/bin/ld: /tmp/cc8IQYyn.o: in function `CMonkey::~CMonkey()':
  48. Monkey.cpp:(.text+0x114): undefined reference to `CStat::~CStat()'
  49. /usr/bin/ld: Monkey.cpp:(.text+0x134): undefined reference to `CMonkeyBitmap::~CMonkeyBitmap()'
  50. /usr/bin/ld: /tmp/cc8IQYyn.o: in function `CMonkey::InsertWord32(unsigned int)':
  51. Monkey.cpp:(.text+0x204): undefined reference to `CMonkeyBitmap::CheckWord(unsigned int)'
  52. /usr/bin/ld: /tmp/cc8IQYyn.o: in function `CMonkey::ResetTest()':
  53. Monkey.cpp:(.text+0x454): undefined reference to `CMonkeyBitmap::Clearmap()'
  54. /usr/bin/ld: /tmp/ccjXW0WF.o: in function `FtdiDevice::Reset()':
  55. qwqng.cpp:(.text+0xbd8): undefined reference to `ftdi_usb_close'
  56. /usr/bin/ld: qwqng.cpp:(.text+0xc1c): undefined reference to `ftdi_free'
  57. /usr/bin/ld: qwqng.cpp:(.text+0xc58): undefined reference to `ftdi_usb_open_desc'
  58. /usr/bin/ld: qwqng.cpp:(.text+0xc9c): undefined reference to `ftdi_free'
  59. /usr/bin/ld: /tmp/ccjXW0WF.o: in function `FtdiDevice::FtdiClose()':
  60. qwqng.cpp:(.text+0x1788): undefined reference to `ftdi_usb_close'
  61. /usr/bin/ld: qwqng.cpp:(.text+0x17cc): undefined reference to `ftdi_free'
  62. /usr/bin/ld: qwqng.cpp:(.text+0x17ec): undefined reference to `ftdi_free'
  63. /usr/bin/ld: /tmp/ccjXW0WF.o: in function `FtdiDevice::FindOpen()':
  64. qwqng.cpp:(.text+0x18a8): undefined reference to `ftdi_new'
  65. /usr/bin/ld: qwqng.cpp:(.text+0x1960): undefined reference to `ftdi_usb_find_all'
  66. /usr/bin/ld: qwqng.cpp:(.text+0x1bb0): undefined reference to `ftdi_usb_get_strings'
  67. /usr/bin/ld: qwqng.cpp:(.text+0x1c88): undefined reference to `ftdi_list_free'
  68. /usr/bin/ld: qwqng.cpp:(.text+0x1c94): undefined reference to `ftdi_list_free'
  69. /usr/bin/ld: qwqng.cpp:(.text+0x1e0c): undefined reference to `ftdi_usb_open_desc'
  70. /usr/bin/ld: qwqng.cpp:(.text+0x2124): undefined reference to `ftdi_usb_open_desc'
  71. /usr/bin/ld: /tmp/ccjXW0WF.o: in function `FtdiDevice::Initialize()':
  72. qwqng.cpp:(.text+0x2550): undefined reference to `ftdi_set_bitmode'
  73. /usr/bin/ld: qwqng.cpp:(.text+0x25a8): undefined reference to `ftdi_set_bitmode'
  74. /usr/bin/ld: qwqng.cpp:(.text+0x2618): undefined reference to `ftdi_write_data_set_chunksize'
  75. /usr/bin/ld: qwqng.cpp:(.text+0x263c): undefined reference to `ftdi_read_data_set_chunksize'
  76. /usr/bin/ld: qwqng.cpp:(.text+0x2690): undefined reference to `ftdi_setflowctrl'
  77. /usr/bin/ld: qwqng.cpp:(.text+0x26ec): undefined reference to `ftdi_set_latency_timer'
  78. /usr/bin/ld: /tmp/ccjXW0WF.o: in function `FtdiDevice::FtdiRead(void*, int, bool)':
  79. qwqng.cpp:(.text+0x28a0): undefined reference to `ftdi_read_data'
  80. /usr/bin/ld: /tmp/ccjXW0WF.o: in function `FtdiDevice::FtdiWrite(void*, int)':
  81. qwqng.cpp:(.text+0x2958): undefined reference to `ftdi_write_data'
  82. /usr/bin/ld: /tmp/ccjXW0WF.o: in function `FtdiDevice::FtdiCommandResponse(unsigned char, unsigned char*)':
  83. qwqng.cpp:(.text+0x2ac4): undefined reference to `ftdi_read_data'
  84. /usr/bin/ld: /tmp/ccjXW0WF.o: in function `FtdiDevice::StartStreaming()':
  85. qwqng.cpp:(.text+0x2c00): undefined reference to `ftdi_write_data'
  86. /usr/bin/ld: qwqng.cpp:(.text+0x2c94): undefined reference to `ftdi_read_data'
  87. /usr/bin/ld: qwqng.cpp:(.text+0x2d84): undefined reference to `ftdi_write_data'
  88. /usr/bin/ld: qwqng.cpp:(.text+0x2dfc): undefined reference to `ftdi_read_data'
  89. /usr/bin/ld: qwqng.cpp:(.text+0x2eac): undefined reference to `ftdi_read_data'
  90. /usr/bin/ld: qwqng.cpp:(.text+0x3010): undefined reference to `ftdi_write_data'
  91. /usr/bin/ld: qwqng.cpp:(.text+0x3090): undefined reference to `ftdi_read_data'
  92. /usr/bin/ld: qwqng.cpp:(.text+0x31ec): undefined reference to `ftdi_read_data'
  93. /usr/bin/ld: /tmp/ccjXW0WF.o: in function `FtdiDevice::StopStreaming()':
  94. qwqng.cpp:(.text+0x3488): undefined reference to `ftdi_write_data'
  95. /usr/bin/ld: qwqng.cpp:(.text+0x350c): undefined reference to `ftdi_read_data'
  96. /usr/bin/ld: qwqng.cpp:(.text+0x3608): undefined reference to `ftdi_write_data'
  97. /usr/bin/ld: qwqng.cpp:(.text+0x367c): undefined reference to `ftdi_read_data'
  98. /usr/bin/ld: qwqng.cpp:(.text+0x372c): undefined reference to `ftdi_read_data'
  99. /usr/bin/ld: qwqng.cpp:(.text+0x38d8): undefined reference to `ftdi_usb_purge_rx_buffer'
  100. /usr/bin/ld: qwqng.cpp:(.text+0x395c): undefined reference to `ftdi_read_data'
  101. /usr/bin/ld: /tmp/ccjXW0WF.o: in function `FtdiDevice::DetermineDelimiter()':
  102. qwqng.cpp:(.text+0x3a68): undefined reference to `ftdi_write_data'
  103. /usr/bin/ld: qwqng.cpp:(.text+0x3b10): undefined reference to `ftdi_read_data'
  104. collect2: error: ld returned 1 exit status
  105.