Guest User

Untitled

a guest
Dec 6th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. sudo make
  2. make all-recursive
  3. make[1]: Wejście do katalogu `/home/beck/powersoftplus-0.1.8'
  4. Making all in libftdi
  5. make[2]: Wejście do katalogu `/home/beck/powersoftplus-0.1.8/libftdi'
  6. /usr/bin/install -c -m 0644 libftd2xx.so.0.4.10 /usr/local/lib/libftd2xx.so.0.4.10
  7. /usr/bin/install -c -m 0644 lib_table/libd2xx_table.so /usr/local/lib/libd2xx_table.so
  8. ln -s -f /usr/local/lib/libftd2xx.so.0.4.10 /usr/local/lib/libftd2xx.so
  9. ln -s -f /usr/local/lib/libftd2xx.so.0.4.10 /usr/lib/libftd2xx.so
  10. ln -s -f /usr/local/lib/libftd2xx.so.0.4.10 /usr/local/lib/libftd2xx.so.0
  11. ln -s -f /usr/local/lib/libftd2xx.so.0.4.10 /usr/lib/libftd2xx.so.0
  12. /sbin/ldconfig
  13. make[2]: Opuszczenie katalogu `/home/beck/powersoftplus-0.1.8/libftdi'
  14. Making all in src
  15. make[2]: Wejście do katalogu `/home/beck/powersoftplus-0.1.8/src'
  16. if g++ -DHAVE_CONFIG_H -I. -I. -I.. -pthread -lftd2xx -O -MT cshmem.o -MD -MP -MF ".deps/cshmem.Tpo" -c -o cshmem.o cshmem.cpp; \
  17. then mv -f ".deps/cshmem.Tpo" ".deps/cshmem.Po"; else rm -f ".deps/cshmem.Tpo"; exit 1; fi
  18. cshmem.cpp: In member function ‘int CShMem::create()’:
  19. cshmem.cpp:85:11: error: cast from ‘char*’ to ‘int’ loses precision [-fpermissive]
  20. cshmem.cpp: In member function ‘int CShMem::open(size_t)’:
  21. cshmem.cpp:120:81: error: ‘strerror’ was not declared in this scope
  22. cshmem.cpp:125:11: error: cast from ‘char*’ to ‘int’ loses precision [-fpermissive]
  23. cshmem.cpp:126:84: error: ‘strerror’ was not declared in this scope
  24. cshmem.cpp: In member function ‘int CShMem::read(void*, size_t, size_t)’:
  25. cshmem.cpp:143:36: error: ‘memcpy’ was not declared in this scope
  26. cshmem.cpp: In member function ‘int CShMem::read(void*, size_t, size_t, bool)’:
  27. cshmem.cpp:158:36: error: ‘memcpy’ was not declared in this scope
  28. cshmem.cpp: In member function ‘int CShMem::write(void*, size_t, size_t)’:
  29. cshmem.cpp:204:52: error: ‘memcpy’ was not declared in this scope
  30. cshmem.cpp: In member function ‘int CShMem::write(void*, size_t, size_t, bool)’:
  31. cshmem.cpp:218:52: error: ‘memcpy’ was not declared in this scope
  32. make[2]: *** [cshmem.o] Błąd 1
  33. make[2]: Opuszczenie katalogu `/home/beck/powersoftplus-0.1.8/src'
  34. make[1]: *** [all-recursive] Błąd 1
  35. make[1]: Opuszczenie katalogu `/home/beck/powersoftplus-0.1.8'
  36. make: *** [all] Błąd 2
Add Comment
Please, Sign In to add comment