Firefly开源社区

打印 上一主题 下一主题

[应用开发] RV1126 mpp交叉编译

158

积分

0

威望

0

贡献

技术小白

积分
158

RV1126 mpp交叉编译

发表于 2022-4-15 15:03:38      浏览:2218 | 回复:2        打印      只看该作者   [复制链接] 楼主
想了解一下,如何在X86设备上编译出MPP的.SO文件.

本人尝试进入到/home/fuxi/rv1126/rv1126_rv1109_linux_release_20211022/external/mpp/build/linux/arm目录下进行编译
已安装了g++-arm-linux-gnueabihf和gcc-arm-linux-gnueabihf。cmake阶段无异常,到了make阶段出现一下报错
请问一下我该怎么处理这个报错?
  1. [ 68%] Linking CXX shared library librockchip_mpp.so
  2. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, CMakeFiles/rockchip_mpp.dir/mpp_info.cpp.o does not
  3. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file CMakeFiles/rockchip_mpp.dir/mpp_info.cpp.o
  4. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, CMakeFiles/rockchip_mpp.dir/mpp.cpp.o does not
  5. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file CMakeFiles/rockchip_mpp.dir/mpp.cpp.o
  6. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, CMakeFiles/rockchip_mpp.dir/mpp_impl.cpp.o does not
  7. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file CMakeFiles/rockchip_mpp.dir/mpp_impl.cpp.o
  8. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, CMakeFiles/rockchip_mpp.dir/mpi.cpp.o does not
  9. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file CMakeFiles/rockchip_mpp.dir/mpi.cpp.o
  10. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/libmpp_codec.a(mpp_enc_v2.cpp.o) does not
  11. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/libmpp_codec.a(mpp_enc_v2.cpp.o)
  12. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/libmpp_codec.a(enc_impl.cpp.o) does not
  13. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/libmpp_codec.a(enc_impl.cpp.o)
  14. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/libmpp_codec.a(mpp_dec.cpp.o) does not
  15. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/libmpp_codec.a(mpp_dec.cpp.o)
  16. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/libmpp_codec.a(mpp_parser.cpp.o) does not
  17. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/libmpp_codec.a(mpp_parser.cpp.o)
  18. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/libmpp_codec.a(mpp_enc_impl.cpp.o) does not
  19. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/libmpp_codec.a(mpp_enc_impl.cpp.o)
  20. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/libmpp_hal.a(mpp_enc_hal.cpp.o) does not
  21. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/libmpp_hal.a(mpp_enc_hal.cpp.o)
  22. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/libmpp_hal.a(hal_task.cpp.o) does not
  23. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/libmpp_hal.a(hal_task.cpp.o)
  24. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/libmpp_hal.a(mpp_hal.cpp.o) does not
  25. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/libmpp_hal.a(mpp_hal.cpp.o)
  26. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, vproc/libmpp_vproc.a(mpp_dec_vproc.cpp.o) does not
  27. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file vproc/libmpp_vproc.a(mpp_dec_vproc.cpp.o)
  28. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, vproc/libmpp_vproc.a(mpp_vproc_dev.cpp.o) does not
  29. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file vproc/libmpp_vproc.a(mpp_vproc_dev.cpp.o)
  30. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_enc_refs.cpp.o) does not
  31. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_enc_refs.cpp.o)
  32. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_enc_ref.cpp.o) does not
  33. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_enc_ref.cpp.o)
  34. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_enc_cfg.cpp.o) does not
  35. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_enc_cfg.cpp.o)
  36. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_dec_cfg.cpp.o) does not
  37. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_dec_cfg.cpp.o)
  38. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_buf_slot.cpp.o) does not
  39. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_buf_slot.cpp.o)
  40. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_buffer_impl.cpp.o) does not
  41. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_buffer_impl.cpp.o)
  42. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_buffer.cpp.o) does not
  43. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_buffer.cpp.o)
  44. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_packet.cpp.o) does not
  45. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_packet.cpp.o)
  46. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_frame.cpp.o) does not
  47. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_frame.cpp.o)
  48. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_callback.cpp.o) does not
  49. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_callback.cpp.o)
  50. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_task_impl.cpp.o) does not
  51. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_task_impl.cpp.o)
  52. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_task.cpp.o) does not
  53. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_task.cpp.o)
  54. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_meta.cpp.o) does not
  55. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_meta.cpp.o)
  56. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_trie.cpp.o) does not
  57. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_trie.cpp.o)
  58. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_bitwrite.c.o) does not
  59. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_bitwrite.c.o)
  60. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_bitread.c.o) does not
  61. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_bitread.c.o)
  62. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_bitput.c.o) does not
  63. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_bitput.c.o)
  64. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_cfg.cpp.o) does not
  65. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_cfg.cpp.o)
  66. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, base/libmpp_base.a(mpp_2str.c.o) does not
  67. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file base/libmpp_base.a(mpp_2str.c.o)
  68. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, vproc/iep/libvproc_iep.a(iep.cpp.o) does not
  69. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file vproc/iep/libvproc_iep.a(iep.cpp.o)
  70. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, vproc/iep2/libvproc_iep2.a(iep2.c.o) does not
  71. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file vproc/iep2/libvproc_iep2.a(iep2.c.o)
  72. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, vproc/iep2/libvproc_iep2.a(iep2_ff.c.o) does not
  73. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file vproc/iep2/libvproc_iep2.a(iep2_ff.c.o)
  74. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, vproc/iep2/libvproc_iep2.a(iep2_gmv.c.o) does not
  75. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file vproc/iep2/libvproc_iep2.a(iep2_gmv.c.o)
  76. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, vproc/iep2/libvproc_iep2.a(iep2_osd.c.o) does not
  77. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file vproc/iep2/libvproc_iep2.a(iep2_osd.c.o)
  78. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, vproc/iep2/libvproc_iep2.a(iep2_pd.c.o) does not
  79. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file vproc/iep2/libvproc_iep2.a(iep2_pd.c.o)
  80. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/avs/libcodec_avsd.a(avsd_api.c.o) does not
  81. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/avs/libcodec_avsd.a(avsd_api.c.o)
  82. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/avs/libcodec_avsd.a(avsd_parse.c.o) does not
  83. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/avs/libcodec_avsd.a(avsd_parse.c.o)
  84. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h263/libcodec_h263d.a(h263d_api.c.o) does not
  85. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h263/libcodec_h263d.a(h263d_api.c.o)
  86. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h263/libcodec_h263d.a(h263d_parser.c.o) does not
  87. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h263/libcodec_h263d.a(h263d_parser.c.o)
  88. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h264/libcodec_h264d.a(h264d_api.c.o) does not
  89. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h264/libcodec_h264d.a(h264d_api.c.o)
  90. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h264/libcodec_h264d.a(h264d_parse.c.o) does not
  91. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h264/libcodec_h264d.a(h264d_parse.c.o)
  92. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h264/libcodec_h264d.a(h264d_slice.c.o) does not
  93. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h264/libcodec_h264d.a(h264d_slice.c.o)
  94. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h264/libcodec_h264d.a(h264d_sps.c.o) does not
  95. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h264/libcodec_h264d.a(h264d_sps.c.o)
  96. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h264/libcodec_h264d.a(h264d_pps.c.o) does not
  97. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h264/libcodec_h264d.a(h264d_pps.c.o)
  98. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h264/libcodec_h264d.a(h264d_scalist.c.o) does not
  99. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h264/libcodec_h264d.a(h264d_scalist.c.o)
  100. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h264/libcodec_h264d.a(h264d_sei.c.o) does not
  101. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h264/libcodec_h264d.a(h264d_sei.c.o)
  102. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h264/libcodec_h264d.a(h264d_dpb.c.o) does not
  103. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h264/libcodec_h264d.a(h264d_dpb.c.o)
  104. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h264/libcodec_h264d.a(h264d_init.c.o) does not
  105. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h264/libcodec_h264d.a(h264d_init.c.o)
  106. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h264/libcodec_h264d.a(h264d_fill.c.o) does not
  107. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h264/libcodec_h264d.a(h264d_fill.c.o)
  108. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h265/libcodec_h265d.a(h265d_parser.c.o) does not
  109. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h265/libcodec_h265d.a(h265d_parser.c.o)
  110. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h265/libcodec_h265d.a(h265d_ps.c.o) does not
  111. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h265/libcodec_h265d.a(h265d_ps.c.o)
  112. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h265/libcodec_h265d.a(h265d_refs.c.o) does not
  113. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h265/libcodec_h265d.a(h265d_refs.c.o)
  114. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h265/libcodec_h265d.a(h265d_sei.c.o) does not
  115. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h265/libcodec_h265d.a(h265d_sei.c.o)
  116. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/h265/libcodec_h265d.a(h265d_parser2_syntax.c.o) does not
  117. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/h265/libcodec_h265d.a(h265d_parser2_syntax.c.o)
  118. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/m2v/libcodec_mpeg2d.a(m2vd_api.c.o) does not
  119. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/m2v/libcodec_mpeg2d.a(m2vd_api.c.o)
  120. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/m2v/libcodec_mpeg2d.a(m2vd_parser.c.o) does not
  121. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/m2v/libcodec_mpeg2d.a(m2vd_parser.c.o)
  122. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/mpg4/libcodec_mpeg4d.a(mpg4d_api.c.o) does not
  123. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/mpg4/libcodec_mpeg4d.a(mpg4d_api.c.o)
  124. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/mpg4/libcodec_mpeg4d.a(mpg4d_parser.c.o) does not
  125. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/mpg4/libcodec_mpeg4d.a(mpg4d_parser.c.o)
  126. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/vp8/libcodec_vp8d.a(vp8d_api.c.o) does not
  127. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/vp8/libcodec_vp8d.a(vp8d_api.c.o)
  128. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/vp8/libcodec_vp8d.a(vp8d_parser.c.o) does not
  129. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/vp8/libcodec_vp8d.a(vp8d_parser.c.o)
  130. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/vp9/libcodec_vp9d.a(vp9d_api.c.o) does not
  131. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/vp9/libcodec_vp9d.a(vp9d_api.c.o)
  132. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/vp9/libcodec_vp9d.a(vp9d_parser.c.o) does not
  133. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/vp9/libcodec_vp9d.a(vp9d_parser.c.o)
  134. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/vp9/libcodec_vp9d.a(vpx_rac.c.o) does not
  135. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/vp9/libcodec_vp9d.a(vpx_rac.c.o)
  136. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/vp9/libcodec_vp9d.a(vp9d_parser2_syntax.c.o) does not
  137. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/vp9/libcodec_vp9d.a(vp9d_parser2_syntax.c.o)
  138. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/jpeg/libcodec_jpegd.a(jpegd_parser.c.o) does not
  139. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/jpeg/libcodec_jpegd.a(jpegd_parser.c.o)
  140. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/jpeg/libcodec_jpege.a(jpege_api_v2.c.o) does not
  141. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/jpeg/libcodec_jpege.a(jpege_api_v2.c.o)
  142. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h265/libcodec_h265e.a(h265e_api.c.o) does not
  143. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h265/libcodec_h265e.a(h265e_api.c.o)
  144. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h265/libcodec_h265e.a(h265e_dpb.c.o) does not
  145. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h265/libcodec_h265e.a(h265e_dpb.c.o)
  146. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h265/libcodec_h265e.a(h265e_slice.c.o) does not
  147. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h265/libcodec_h265e.a(h265e_slice.c.o)
  148. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h265/libcodec_h265e.a(h265e_header_gen.c.o) does not
  149. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h265/libcodec_h265e.a(h265e_header_gen.c.o)
  150. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h265/libcodec_h265e.a(h265e_stream.c.o) does not
  151. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h265/libcodec_h265e.a(h265e_stream.c.o)
  152. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h265/libcodec_h265e.a(h265e_syntax.c.o) does not
  153. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h265/libcodec_h265e.a(h265e_syntax.c.o)
  154. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h265/libcodec_h265e.a(h265e_enctropy.c.o) does not
  155. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h265/libcodec_h265e.a(h265e_enctropy.c.o)
  156. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h265/libcodec_h265e.a(h265e_ps.c.o) does not
  157. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h265/libcodec_h265e.a(h265e_ps.c.o)
  158. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/vp8/libcodec_vp8e.a(vp8e_api_v2.c.o) does not
  159. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/vp8/libcodec_vp8e.a(vp8e_api_v2.c.o)
  160. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/dec/dummy/libcodec_dummy_dec.a(dummy_dec_api.c.o) does not
  161. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/dec/dummy/libcodec_dummy_dec.a(dummy_dec_api.c.o)
  162. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/h264d/libhal_h264d.a(hal_h264d_api.c.o) does not
  163. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/h264d/libhal_h264d.a(hal_h264d_api.c.o)
  164. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/h264d/libhal_h264d.a(hal_h264d_vdpu34x.c.o) does not
  165. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/h264d/libhal_h264d.a(hal_h264d_vdpu34x.c.o)
  166. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/h264d/libhal_h264d.a(hal_h264d_rkv_reg.c.o) does not
  167. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/h264d/libhal_h264d.a(hal_h264d_rkv_reg.c.o)
  168. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/h264d/libhal_h264d.a(hal_h264d_vdpu2.c.o) does not
  169. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/h264d/libhal_h264d.a(hal_h264d_vdpu2.c.o)
  170. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/h264d/libhal_h264d.a(hal_h264d_vdpu1.c.o) does not
  171. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/h264d/libhal_h264d.a(hal_h264d_vdpu1.c.o)
  172. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/h264d/libhal_h264d.a(hal_h264d_vdpu_com.c.o) does not
  173. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/h264d/libhal_h264d.a(hal_h264d_vdpu_com.c.o)
  174. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/avsd/libhal_avsd.a(hal_avsd_api.c.o) does not
  175. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/avsd/libhal_avsd.a(hal_avsd_api.c.o)
  176. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/avsd/libhal_avsd.a(hal_avsd_reg.c.o) does not
  177. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/avsd/libhal_avsd.a(hal_avsd_reg.c.o)
  178. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/h263d/libhal_h263d.a(hal_h263d_api.c.o) does not
  179. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/h263d/libhal_h263d.a(hal_h263d_api.c.o)
  180. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/h263d/libhal_h263d.a(hal_h263d_vdpu1.c.o) does not
  181. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/h263d/libhal_h263d.a(hal_h263d_vdpu1.c.o)
  182. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/h263d/libhal_h263d.a(hal_h263d_vdpu2.c.o) does not
  183. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/h263d/libhal_h263d.a(hal_h263d_vdpu2.c.o)
  184. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/h265d/libhal_h265d.a(hal_h265d_api.c.o) does not
  185. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/h265d/libhal_h265d.a(hal_h265d_api.c.o)
  186. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/h265d/libhal_h265d.a(hal_h265d_rkv.c.o) does not
  187. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/h265d/libhal_h265d.a(hal_h265d_rkv.c.o)
  188. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/h265d/libhal_h265d.a(hal_h265d_vdpu34x.c.o) does not
  189. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/h265d/libhal_h265d.a(hal_h265d_vdpu34x.c.o)
  190. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/h265d/libhal_h265d.a(hal_h265d_com.c.o) does not
  191. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/h265d/libhal_h265d.a(hal_h265d_com.c.o)
  192. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/m2vd/libhal_mpeg2d.a(hal_m2vd_api.c.o) does not
  193. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/m2vd/libhal_mpeg2d.a(hal_m2vd_api.c.o)
  194. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/m2vd/libhal_mpeg2d.a(hal_m2vd_vdpu1.c.o) does not
  195. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/m2vd/libhal_mpeg2d.a(hal_m2vd_vdpu1.c.o)
  196. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/m2vd/libhal_mpeg2d.a(hal_m2vd_vdpu2.c.o) does not
  197. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/m2vd/libhal_mpeg2d.a(hal_m2vd_vdpu2.c.o)
  198. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/mpg4d/libhal_mpeg4d.a(hal_m4vd_api.c.o) does not
  199. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/mpg4d/libhal_mpeg4d.a(hal_m4vd_api.c.o)
  200. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/mpg4d/libhal_mpeg4d.a(hal_m4vd_vdpu1.c.o) does not
  201. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/mpg4d/libhal_mpeg4d.a(hal_m4vd_vdpu1.c.o)
  202. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/mpg4d/libhal_mpeg4d.a(hal_m4vd_vdpu2.c.o) does not
  203. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/mpg4d/libhal_mpeg4d.a(hal_m4vd_vdpu2.c.o)
  204. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/mpg4d/libhal_mpeg4d.a(hal_m4vd_com.c.o) does not
  205. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/mpg4d/libhal_mpeg4d.a(hal_m4vd_com.c.o)
  206. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/vp8d/libhal_vp8d.a(hal_vp8d_api.c.o) does not
  207. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/vp8d/libhal_vp8d.a(hal_vp8d_api.c.o)
  208. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/vp8d/libhal_vp8d.a(hal_vp8d_vdpu2.c.o) does not
  209. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/vp8d/libhal_vp8d.a(hal_vp8d_vdpu2.c.o)
  210. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/vp8d/libhal_vp8d.a(hal_vp8d_vdpu1.c.o) does not
  211. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/vp8d/libhal_vp8d.a(hal_vp8d_vdpu1.c.o)
  212. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/vp9d/libhal_vp9d.a(hal_vp9d_api.c.o) does not
  213. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/vp9d/libhal_vp9d.a(hal_vp9d_api.c.o)
  214. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/vp9d/libhal_vp9d.a(hal_vp9d_rkv.c.o) does not
  215. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/vp9d/libhal_vp9d.a(hal_vp9d_rkv.c.o)
  216. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/vp9d/libhal_vp9d.a(hal_vp9d_vdpu34x.c.o) does not
  217. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/vp9d/libhal_vp9d.a(hal_vp9d_vdpu34x.c.o)
  218. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/vp9d/libhal_vp9d.a(hal_vp9d_com.c.o) does not
  219. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/vp9d/libhal_vp9d.a(hal_vp9d_com.c.o)
  220. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/jpegd/libhal_jpegd.a(hal_jpegd_api.c.o) does not
  221. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/jpegd/libhal_jpegd.a(hal_jpegd_api.c.o)
  222. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/jpegd/libhal_jpegd.a(hal_jpegd_vdpu2.c.o) does not
  223. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/jpegd/libhal_jpegd.a(hal_jpegd_vdpu2.c.o)
  224. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/jpegd/libhal_jpegd.a(hal_jpegd_vdpu1.c.o) does not
  225. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/jpegd/libhal_jpegd.a(hal_jpegd_vdpu1.c.o)
  226. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/jpegd/libhal_jpegd.a(hal_jpegd_rkv.c.o) does not
  227. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/jpegd/libhal_jpegd.a(hal_jpegd_rkv.c.o)
  228. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/jpegd/libhal_jpegd.a(hal_jpegd_common.c.o) does not
  229. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/jpegd/libhal_jpegd.a(hal_jpegd_common.c.o)
  230. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/common/h264/libhal_h264e.a(hal_h264e_api_v2.c.o) does not
  231. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/common/h264/libhal_h264e.a(hal_h264e_api_v2.c.o)
  232. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkenc/h264e/libhal_h264e_rkv.a(hal_h264e_vepu541.c.o) does not
  233. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkenc/h264e/libhal_h264e_rkv.a(hal_h264e_vepu541.c.o)
  234. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/h264e/libhal_h264e_vpu.a(hal_h264e_vepu2_v2.c.o) does not
  235. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/h264e/libhal_h264e_vpu.a(hal_h264e_vepu2_v2.c.o)
  236. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/h264e/libhal_h264e_vpu.a(hal_h264e_vepu1_v2.c.o) does not
  237. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/h264e/libhal_h264e_vpu.a(hal_h264e_vepu1_v2.c.o)
  238. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/h264e/libhal_h264e_vpu.a(hal_h264e_vepu_v2.c.o) does not
  239. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/h264e/libhal_h264e_vpu.a(hal_h264e_vepu_v2.c.o)
  240. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/h264e/libhal_h264e_vpu.a(hal_h264e_vpu_tbl.c.o) does not
  241. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/h264e/libhal_h264e_vpu.a(hal_h264e_vpu_tbl.c.o)
  242. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h264/libcodec_h264e.a(h264e_api_v2.c.o) does not
  243. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h264/libcodec_h264e.a(h264e_api_v2.c.o)
  244. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h264/libcodec_h264e.a(h264e_sps.c.o) does not
  245. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h264/libcodec_h264e.a(h264e_sps.c.o)
  246. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h264/libcodec_h264e.a(h264e_pps.c.o) does not
  247. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h264/libcodec_h264e.a(h264e_pps.c.o)
  248. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h264/libcodec_h264e.a(h264e_sei.c.o) does not
  249. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h264/libcodec_h264e.a(h264e_sei.c.o)
  250. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h264/libcodec_h264e.a(h264e_dpb.c.o) does not
  251. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h264/libcodec_h264e.a(h264e_dpb.c.o)
  252. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/enc/h264/libcodec_h264e.a(h264e_slice.c.o) does not
  253. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/enc/h264/libcodec_h264e.a(h264e_slice.c.o)
  254. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/rc/libenc_rc.a(rc_impl.cpp.o) does not
  255. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/rc/libenc_rc.a(rc_impl.cpp.o)
  256. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/rc/libenc_rc.a(rc.cpp.o) does not
  257. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/rc/libenc_rc.a(rc.cpp.o)
  258. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/rc/libenc_rc.a(h264e_rc.c.o) does not
  259. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/rc/libenc_rc.a(h264e_rc.c.o)
  260. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/rc/libenc_rc.a(h265e_rc.c.o) does not
  261. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/rc/libenc_rc.a(h265e_rc.c.o)
  262. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/rc/libenc_rc.a(jpege_rc.c.o) does not
  263. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/rc/libenc_rc.a(jpege_rc.c.o)
  264. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/rc/libenc_rc.a(vp8e_rc.c.o) does not
  265. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/rc/libenc_rc.a(vp8e_rc.c.o)
  266. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/rc/libenc_rc.a(rc_model_v2_smt.c.o) does not
  267. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/rc/libenc_rc.a(rc_model_v2_smt.c.o)
  268. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/rc/libenc_rc.a(rc_model_v2.c.o) does not
  269. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/rc/libenc_rc.a(rc_model_v2.c.o)
  270. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/rc/libenc_rc.a(rc_base.cpp.o) does not
  271. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/rc/libenc_rc.a(rc_base.cpp.o)
  272. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, codec/libmpp_rc.a(mpp_rc.cpp.o) does not
  273. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file codec/libmpp_rc.a(mpp_rc.cpp.o)
  274. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/jpege/libhal_jpege.a(hal_jpege_api_v2.c.o) does not
  275. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/jpege/libhal_jpege.a(hal_jpege_api_v2.c.o)
  276. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/jpege/libhal_jpege.a(hal_jpege_vepu1_v2.c.o) does not
  277. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/jpege/libhal_jpege.a(hal_jpege_vepu1_v2.c.o)
  278. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/jpege/libhal_jpege.a(hal_jpege_vepu2_v2.c.o) does not
  279. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/jpege/libhal_jpege.a(hal_jpege_vepu2_v2.c.o)
  280. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/jpege/libhal_jpege.a(hal_jpege_hdr.c.o) does not
  281. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/jpege/libhal_jpege.a(hal_jpege_hdr.c.o)
  282. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/jpege/libhal_jpege.a(hal_jpege_base.c.o) does not
  283. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/jpege/libhal_jpege.a(hal_jpege_base.c.o)
  284. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/common/libhal_vepu_common.a(vepu_common.c.o) does not
  285. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/common/libhal_vepu_common.a(vepu_common.c.o)
  286. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/common/h265/libhal_h265e.a(hal_h265e_api.c.o) does not
  287. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/common/h265/libhal_h265e.a(hal_h265e_api.c.o)
  288. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkenc/h265e/libhal_h265e_vepu541.a(hal_h265e_vepu541.c.o) does not
  289. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkenc/h265e/libhal_h265e_vepu541.a(hal_h265e_vepu541.c.o)
  290. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/h265e/libhal_h265e_vpu.a(hal_h265e_vepu22.c.o) does not
  291. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/h265e/libhal_h265e_vpu.a(hal_h265e_vepu22.c.o)
  292. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkenc/common/libhal_vepu541_common.a(vepu541_common.c.o) does not
  293. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkenc/common/libhal_vepu541_common.a(vepu541_common.c.o)
  294. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/common/libhal_common.a(hal_info.c.o) does not
  295. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/common/libhal_common.a(hal_info.c.o)
  296. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/common/libhal_common.a(hal_bufs.c.o) does not
  297. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/common/libhal_common.a(hal_bufs.c.o)
  298. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, vproc/rga/libvproc_rga.a(rga.cpp.o) does not
  299. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file vproc/rga/libvproc_rga.a(rga.cpp.o)
  300. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_api_v2.c.o) does not
  301. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_api_v2.c.o)
  302. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_vepu1_v2.c.o) does not
  303. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_vepu1_v2.c.o)
  304. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_vepu2_v2.c.o) does not
  305. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_vepu2_v2.c.o)
  306. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_base.c.o) does not
  307. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_base.c.o)
  308. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_putbit.c.o) does not
  309. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_putbit.c.o)
  310. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_table.c.o) does not
  311. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_table.c.o)
  312. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_entropy.c.o) does not
  313. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/vpu/vp8e/libhal_vp8e.a(hal_vp8e_entropy.c.o)
  314. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/dummy/libhal_dummy.a(hal_dummy_dec_api.c.o) does not
  315. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/dummy/libhal_dummy.a(hal_dummy_dec_api.c.o)
  316. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/dummy/libhal_dummy.a(hal_dummy_enc_api.c.o) does not
  317. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/dummy/libhal_dummy.a(hal_dummy_enc_api.c.o)
  318. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_soc.cpp.o) does not
  319. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_soc.cpp.o)
  320. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_platform.cpp.o) does not
  321. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_platform.cpp.o)
  322. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_allocator.cpp.o) does not
  323. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_allocator.cpp.o)
  324. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_thread.cpp.o) does not
  325. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_thread.cpp.o)
  326. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_common.cpp.o) does not
  327. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_common.cpp.o)
  328. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_time.cpp.o) does not
  329. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_time.cpp.o)
  330. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_list.cpp.o) does not
  331. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_list.cpp.o)
  332. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_mem.cpp.o) does not
  333. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_mem.cpp.o)
  334. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_env.cpp.o) does not
  335. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_env.cpp.o)
  336. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_log.cpp.o) does not
  337. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_log.cpp.o)
  338. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(os_allocator.c.o) does not
  339. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(os_allocator.c.o)
  340. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(os_mem.c.o) does not
  341. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(os_mem.c.o)
  342. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(os_env.c.o) does not
  343. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(os_env.c.o)
  344. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(os_log.cpp.o) does not
  345. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(os_log.cpp.o)
  346. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(allocator_std.c.o) does not
  347. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(allocator_std.c.o)
  348. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(allocator_ion.c.o) does not
  349. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(allocator_ion.c.o)
  350. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(allocator_ext_dma.c.o) does not
  351. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(allocator_ext_dma.c.o)
  352. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(allocator_drm.c.o) does not
  353. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(allocator_drm.c.o)
  354. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_device.c.o) does not
  355. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_device.c.o)
  356. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_service.c.o) does not
  357. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_service.c.o)
  358. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(vcodec_service.c.o) does not
  359. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(vcodec_service.c.o)
  360. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, ../osal/libosal.a(mpp_runtime.cpp.o) does not
  361. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file ../osal/libosal.a(mpp_runtime.cpp.o)
  362. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: error: librockchip_mpp.so.0 uses VFP register arguments, hal/rkdec/libvdpu34x_com.a(vdpu34x_com.c.o) does not
  363. /usr/lib/gcc-cross/arm-linux-gnueabihf/9/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file hal/rkdec/libvdpu34x_com.a(vdpu34x_com.c.o)
  364. collect2: error: ld returned 1 exit status
  365. make[2]: *** [mpp/CMakeFiles/rockchip_mpp.dir/build.make:185:mpp/librockchip_mpp.so.0] 错误 1
  366. make[1]: *** [CMakeFiles/Makefile2:2009:mpp/CMakeFiles/rockchip_mpp.dir/all] 错误 2
  367. make: *** [Makefile:130:all] 错误 2
复制代码



回复

使用道具 举报

1万

积分

14

威望

13

贡献

管理员

Rank: 9Rank: 9Rank: 9

积分
11182

优秀版主

发表于 2022-4-16 18:15:35        只看该作者  沙发
直接编译一遍buildroot 在输出目录 sdk/buildroot/output/xxxx/build/mpp-xx/ 就能找到交叉编译好的 so 了,在这里 make 也可以继续完成二次编译
回复

使用道具 举报

158

积分

0

威望

0

贡献

技术小白

积分
158
发表于 2022-4-18 11:19:59        只看该作者  板凳
板蓝根 发表于 2022-4-16 18:15
直接编译一遍buildroot 在输出目录 sdk/buildroot/output/xxxx/build/mpp-xx/ 就能找到交叉编译好的 so 了 ...

好的,根据您的方法,问题已解决
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表