Guest User

Untitled

a guest
Jul 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.74 KB | None | 0 0
  1. ~^~~~~~~
  2. external/speex/libspeex/resample.c:926:19: warning: comparison of integers of different signs: 'int' and 'spx_uint32_t' (aka 'unsigned int') [-Wsign-compare]
  3. for(j=0;j<ichunk;++j)
  4. ~^~~~~~~
  5. external/speex/libspeex/resample.c:933:19: warning: comparison of integers of different signs: 'int' and 'spx_uint32_t' (aka 'unsigned int') [-Wsign-compare]
  6. for(j=0;j<ichunk;++j)
  7. ~^~~~~~~
  8. external/speex/libspeex/resample.c:943:16: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
  9. for (j=0;j<ochunk+omagic;++j)
  10. ~^~~~~~~~~~~~~~
  11. 10 warnings generated.
  12. [ 13% 4413/33328] target thumb C: libb...-caf/libbt-vendor/src/bt_vendor_qcom.c
  13. FAILED: /bin/bash -c "(PWD=/proc/self/cwd prebuilts/clang/host/linux-x86/clang-2690385/bin/clang -I hardware/qcom/bt-caf/libbt-vendor/include -I external/bluetooth/bluedroid/hci/include -I system/bt/hci/include -I /home/homersimpson/NOKIA/out/target/product/heart/obj/include/bt/hci_qcomm_init -I /home/homersimpson/NOKIA/out/target/product/heart/obj/KERNEL_OBJ/usr/include -I hardware/qcom/bt-caf/libbt-vendor -I /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates -I /home/homersimpson/NOKIA/out/target/product/heart/gen/SHARED_LIBRARIES/libbt-vendor_intermediates -I libnativehelper/include/nativehelper \$(cat /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/import_includes) -isystem system/core/include -isystem system/media/audio/include -isystem hardware/libhardware/include -isystem hardware/libhardware_legacy/include -isystem libnativehelper/include -isystem frameworks/native/include -isystem frameworks/native/opengl/include -isystem frameworks/av/include -isystem frameworks/base/include -isystem hardware/ril-caf/include -isystem /home/homersimpson/NOKIA/out/target/product/heart/obj/include -isystem bionic/libc/arch-arm/include -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/common -isystem bionic/libc/kernel/uapi/asm-arm -isystem bionic/libm/include -isystem bionic/libm/include/arm -c -fno-exceptions -Wno-multichar -msoft-float -ffunction-sections -fdata-sections -funwind-tables -fstack-protector-strong -Wa,--noexecstack -Werror=format-security -D_FORTIFY_SOURCE=2 -fno-short-enums -no-canonical-prefixes -mcpu=cortex-a7 -mfpu=neon-vfpv4 -D__ARM_FEATURE_LPAE=1 -mfloat-abi=softfp -DQCOM_HARDWARE -DQCOM_BSP -DQTI_BSP -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time -DNDEBUG -g -Wstrict-aliasing=2 -DNDEBUG -UDEBUG -D__compiler_offsetof=__builtin_offsetof -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument -fcolor-diagnostics -nostdlibinc -target arm-linux-androideabi -target arm-linux-androideabi -Bprebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/bin -std=gnu99 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -DFM_OVER_UART -DPANIC_ON_SOC_CRASH -DENABLE_DBG_FLAGS -DENABLE_ANT -fPIC -D_USING_LIBCXX -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Werror=address-of-temporary -Werror=null-dereference -Werror=return-type -MD -MF /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/bt_vendor_qcom.d -o /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/bt_vendor_qcom.o hardware/qcom/bt-caf/libbt-vendor/src/bt_vendor_qcom.c ) && (cp /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/bt_vendor_qcom.d /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/bt_vendor_qcom.P; sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\\\\$//' -e '/^\$/ d' -e 's/\$/ :/' < /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/bt_vendor_qcom.d >> /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/bt_vendor_qcom.P; rm -f /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/bt_vendor_qcom.d )"
  14. hardware/qcom/bt-caf/libbt-vendor/src/bt_vendor_qcom.c:630:14: warning: assigning to 'bt_vendor_callbacks_t *' from 'const bt_vendor_callbacks_t *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  15. temp->cb = cb;
  16. ^ ~~
  17. hardware/qcom/bt-caf/libbt-vendor/src/bt_vendor_qcom.c:908:61: error: use of undeclared identifier 'TIOCPMGET'
  18. userial_clock_operation(fd, USERIAL_OP_CLK_ON);
  19. ^
  20. hardware/qcom/bt-caf/libbt-vendor/include/hci_uart.h:96:30: note: expanded from macro 'USERIAL_OP_CLK_ON'
  21. #define USERIAL_OP_CLK_ON TIOCPMGET /* PM get */
  22. ^
  23. hardware/qcom/bt-caf/libbt-vendor/src/bt_vendor_qcom.c:1028:61: error: use of undeclared identifier 'TIOCPMPUT'
  24. userial_clock_operation(fd, USERIAL_OP_CLK_OFF);
  25. ^
  26. hardware/qcom/bt-caf/libbt-vendor/include/hci_uart.h:97:31: note: expanded from macro 'USERIAL_OP_CLK_OFF'
  27. #define USERIAL_OP_CLK_OFF TIOCPMPUT /* PM put */
  28. ^
  29. hardware/qcom/bt-caf/libbt-vendor/src/bt_vendor_qcom.c:1339:14: warning: implicit conversion from enumeration type 'ant_serial' to different enumeration type 'bt_vendor_opcode_t' [-Wenum-conversion]
  30. __op(BT_VND_OP_ANT_USERIAL_CLOSE, NULL);
  31. ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  32. 2 warnings and 2 errors generated.
  33. [ 13% 4413/33328] target thumb C: libb...com/bt-caf/libbt-vendor/src/hci_uart.c
  34. FAILED: /bin/bash -c "(PWD=/proc/self/cwd prebuilts/clang/host/linux-x86/clang-2690385/bin/clang -I hardware/qcom/bt-caf/libbt-vendor/include -I external/bluetooth/bluedroid/hci/include -I system/bt/hci/include -I /home/homersimpson/NOKIA/out/target/product/heart/obj/include/bt/hci_qcomm_init -I /home/homersimpson/NOKIA/out/target/product/heart/obj/KERNEL_OBJ/usr/include -I hardware/qcom/bt-caf/libbt-vendor -I /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates -I /home/homersimpson/NOKIA/out/target/product/heart/gen/SHARED_LIBRARIES/libbt-vendor_intermediates -I libnativehelper/include/nativehelper \$(cat /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/import_includes) -isystem system/core/include -isystem system/media/audio/include -isystem hardware/libhardware/include -isystem hardware/libhardware_legacy/include -isystem libnativehelper/include -isystem frameworks/native/include -isystem frameworks/native/opengl/include -isystem frameworks/av/include -isystem frameworks/base/include -isystem hardware/ril-caf/include -isystem /home/homersimpson/NOKIA/out/target/product/heart/obj/include -isystem bionic/libc/arch-arm/include -isystem bionic/libc/include -isystem bionic/libc/kernel/uapi -isystem bionic/libc/kernel/common -isystem bionic/libc/kernel/uapi/asm-arm -isystem bionic/libm/include -isystem bionic/libm/include/arm -c -fno-exceptions -Wno-multichar -msoft-float -ffunction-sections -fdata-sections -funwind-tables -fstack-protector-strong -Wa,--noexecstack -Werror=format-security -D_FORTIFY_SOURCE=2 -fno-short-enums -no-canonical-prefixes -mcpu=cortex-a7 -mfpu=neon-vfpv4 -D__ARM_FEATURE_LPAE=1 -mfloat-abi=softfp -DQCOM_HARDWARE -DQCOM_BSP -DQTI_BSP -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Werror=date-time -DNDEBUG -g -Wstrict-aliasing=2 -DNDEBUG -UDEBUG -D__compiler_offsetof=__builtin_offsetof -Werror=int-conversion -Wno-reserved-id-macro -Wno-format-pedantic -Wno-unused-command-line-argument -fcolor-diagnostics -nostdlibinc -target arm-linux-androideabi -target arm-linux-androideabi -Bprebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/bin -std=gnu99 -mthumb -Os -fomit-frame-pointer -fno-strict-aliasing -DFM_OVER_UART -DPANIC_ON_SOC_CRASH -DENABLE_DBG_FLAGS -DENABLE_ANT -fPIC -D_USING_LIBCXX -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Werror=address-of-temporary -Werror=null-dereference -Werror=return-type -MD -MF /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/hci_uart.d -o /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/hci_uart.o hardware/qcom/bt-caf/libbt-vendor/src/hci_uart.c ) && (cp /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/hci_uart.d /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/hci_uart.P; sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\\\\$//' -e '/^\$/ d' -e 's/\$/ :/' < /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/hci_uart.d >> /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/hci_uart.P; rm -f /home/homersimpson/NOKIA/out/target/product/heart/obj_arm/SHARED_LIBRARIES/libbt-vendor_intermediates/src/hci_uart.d )"
  35. hardware/qcom/bt-caf/libbt-vendor/src/hci_uart.c:516:14: error: use of undeclared identifier 'TIOCPMGET'
  36. case USERIAL_OP_CLK_ON:
  37. ^
  38. hardware/qcom/bt-caf/libbt-vendor/include/hci_uart.h:96:30: note: expanded from macro 'USERIAL_OP_CLK_ON'
  39. #define USERIAL_OP_CLK_ON TIOCPMGET /* PM get */
  40. ^
  41. hardware/qcom/bt-caf/libbt-vendor/src/hci_uart.c:517:14: error: use of undeclared identifier 'TIOCPMPUT'
  42. case USERIAL_OP_CLK_OFF:
  43. ^
  44. hardware/qcom/bt-caf/libbt-vendor/include/hci_uart.h:97:31: note: expanded from macro 'USERIAL_OP_CLK_OFF'
  45. #define USERIAL_OP_CLK_OFF TIOCPMPUT /* PM put */
  46. ^
  47. hardware/qcom/bt-caf/libbt-vendor/src/hci_uart.c:520:14: error: use of undeclared identifier 'TIOCPMACT'
  48. case USERIAL_OP_CLK_STATE:
  49. ^
  50. hardware/qcom/bt-caf/libbt-vendor/include/hci_uart.h:98:33: note: expanded from macro 'USERIAL_OP_CLK_STATE'
  51. #define USERIAL_OP_CLK_STATE TIOCPMACT /* PM is active */
  52. ^
  53. 3 errors generated.
  54. [ 13% 4413/33328] target thumb C++: li..._32 <= system/bt/osi/./src/metrics.cpp
  55. ninja: build stopped: subcommand failed.
  56. build/core/ninja.mk:151: ошибка выполнения рецепта для цели «ninja_wrapper»
  57. make: *** [ninja_wrapper] Ошибка 1
  58.  
  59. #### make failed to build some targets (51:28 (mm:ss)) ####
Add Comment
Please, Sign In to add comment