Advertisement
Guest User

Untitled

a guest
Feb 12th, 2013
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. DiskStation> make -k
  2. CC build.linux/tvheadend
  3. ./build.linux/src/packet.o: In function `atomic_add':
  4. /root/tvheadend/src/atomic.h:24: undefined reference to `__sync_fetch_and_add_4'
  5. /root/tvheadend/src/atomic.h:24: undefined reference to `__sync_fetch_and_add_4'
  6. /root/tvheadend/src/atomic.h:24: undefined reference to `__sync_fetch_and_add_4'
  7. /root/tvheadend/src/atomic.h:24: undefined reference to `__sync_fetch_and_add_4'
  8. /root/tvheadend/src/atomic.h:24: undefined reference to `__sync_fetch_and_add_4'
  9. ./build.linux/src/streaming.o:/root/tvheadend/src/atomic.h:24: more undefined references to `__sync_fetch_and_add_4' follow
  10. ./build.linux/src/timeshift/timeshift_filemgr.o: In function `atomic_add_u64':
  11. /root/tvheadend/src/atomic.h:36: undefined reference to `__sync_fetch_and_add_8'
  12. /root/tvheadend/src/atomic.h:36: undefined reference to `__sync_fetch_and_add_8'
  13. /root/tvheadend/src/atomic.h:36: undefined reference to `__sync_fetch_and_add_8'
  14. ./build.linux/src/timeshift/timeshift_writer.o: In function `atomic_add_u64':
  15. /root/tvheadend/src/atomic.h:36: undefined reference to `__sync_fetch_and_add_8'
  16. ./build.linux/src/timeshift/timeshift_reader.o: In function `atomic_add':
  17. /root/tvheadend/src/atomic.h:24: undefined reference to `__sync_fetch_and_add_4'
  18. ./build.linux/src/dvb/dvb_adapter.o: In function `atomic_add':
  19. /root/tvheadend/src/atomic.h:24: undefined reference to `__sync_fetch_and_add_4'
  20. ./build.linux/src/cwc.o: In function `atomic_add':
  21. /root/tvheadend/src/atomic.h:24: undefined reference to `__sync_fetch_and_add_4'
  22. collect2: ld returned 1 exit status
  23. make: *** [build.linux/tvheadend] Error 1
  24. make: Target `all' not remade because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement