Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In function 'lib_ring_buffer_align',
- inlined from 'lib_ring_buffer_try_reserve' at /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/ringbuffer/frontend_api.h:103:3,
- inlined from 'lib_ring_buffer_reserve' at /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/ringbuffer/frontend_api.h:165:6,
- inlined from 'lttng_event_reserve' at /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lttng-ring-buffer-metadata-client.h:306:8:
- /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/include/linux/compiler.h:339:38: error: call to '__compiletime_assert_257' declared with attribute error: BUILD_BUG_ON failed: (size_of_type) == 0 || ((size_of_type) & ((size_of_type) - 1))
- _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
- ^
- /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/include/linux/compiler.h:319:4: note: in definition of macro '__compiletime_assert'
- prefix ## suffix(); \
- ^~~~~~
- /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/include/linux/compiler.h:339:2: note: in expansion of macro '_compiletime_assert'
- _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
- ^~~~~~~~~~~~~~~~~~~
- /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/include/linux/build_bug.h:45:37: note: in expansion of macro 'compiletime_assert'
- #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
- ^~~~~~~~~~~~~~~~~~
- /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/include/linux/build_bug.h:69:2: note: in expansion of macro 'BUILD_BUG_ON_MSG'
- BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
- ^~~~~~~~~~~~~~~~
- /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/bug.h:14:34: note: in expansion of macro 'BUILD_BUG_ON'
- #define LTTNG_BUILD_BUG_ON(cond) BUILD_BUG_ON(cond)
- ^~~~~~~~~~~~
- /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/bug.h:31:4: note: in expansion of macro 'LTTNG_BUILD_BUG_ON'
- LTTNG_BUILD_BUG_ON(condition); \
- ^~~~~~~~~~~~~~~~~~
- /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/align.h:38:3: note: in expansion of macro 'BUILD_RUNTIME_BUG_ON'
- BUILD_RUNTIME_BUG_ON((alignment) == 0 \
- ^~~~~~~~~~~~~~~~~~~~
- /home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lib/ringbuffer/config.h:257:9: note: in expansion of macro 'offset_align'
- return offset_align(align_drift, size_of_type);
- ^~~~~~~~~~~~
- /home/bruce/poky/build/tmp/work-shared/qemumips/kernel-source/scripts/Makefile.build:323: recipe for target '/home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lttng-ring-buffer-metadata-mmap-client.o' failed
- make[3]: *** [/home/bruce/poky/build/tmp/work/qemumips-poky-linux-musl/lttng-modules/2.10.7+gitAUTOINC+0badc02f82-r0/git/lttng-ring-buffer-metadata-mmap-client.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement