Advertisement
svenhoefer

Untitled

Oct 2nd, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. make -C fft
  2. CC libgstfft_1.0_la-gstfft.lo
  3. CC libgstfft_1.0_la-gstffts16.lo
  4. CC libgstfft_1.0_la-gstffts32.lo
  5. CC libgstfft_1.0_la-gstfftf32.lo
  6. CC libgstfft_1.0_la-gstfftf64.lo
  7. CC libgstfft_1.0_la-kiss_fft_s16.lo
  8. CC libgstfft_1.0_la-kiss_fft_s32.lo
  9. CC libgstfft_1.0_la-kiss_fft_f32.lo
  10. CC libgstfft_1.0_la-kiss_fft_f64.lo
  11. CC libgstfft_1.0_la-kiss_fftr_s16.lo
  12. CC libgstfft_1.0_la-kiss_fftr_s32.lo
  13. CC libgstfft_1.0_la-kiss_fftr_f32.lo
  14. CC libgstfft_1.0_la-kiss_fftr_f64.lo
  15. CCLD libgstfft-1.0.la
  16. make -C video
  17. ORCC tmp-orc.c
  18. In function video_orc_convert_I420_BGRA:
  19. error: variable "(null)" used before being written
  20. In function video_orc_convert_I420_ARGB:
  21. error: variable "(null)" used before being written
  22. In function video_orc_matrix8:
  23. error: line 1785: unknown directive: .backup
  24. Failed to compile no orc for 'video_orc_convert_I420_BGRA'
  25. Failed to compile backup code for 'video_orc_convert_I420_BGRA'
  26. ORC: ERROR: orcbytecode.c(251): bytecode_append_int(): assertion failed: value >= 0
  27. /bin/sh: line 1: 113760 Aborted /usr/bin/orcc --compat 0.4.24 --implementation --include glib.h -o tmp-orc.c ./video-orc.orc
  28. Makefile:1430: recipe for target 'tmp-orc.c' failed
  29. make[5]: *** [tmp-orc.c] Error 134
  30. Makefile:852: recipe for target 'video' failed
  31. make[4]: *** [video] Error 2
  32. Makefile:551: recipe for target 'all-recursive' failed
  33. make[3]: *** [all-recursive] Error 1
  34. Makefile:681: recipe for target 'all-recursive' failed
  35. make[2]: *** [all-recursive] Error 1
  36. Makefile:611: recipe for target 'all' failed
  37. make[1]: *** [all] Error 2
  38. make/gstreamer.mk:63: recipe for target '/home/vanhofen/ni/buildsystem-ax/deps/gst_plugins_base' failed
  39. make: *** [/home/vanhofen/ni/buildsystem-ax/deps/gst_plugins_base] Error 2
  40. vanhofen@jessie:~/ni/buildsystem-ax[master]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement