【问题标题】:Why am i getting "thumb conditional instruction should be in IT block" error为什么我收到“拇指条件指令应该在 IT 块中”错误
【发布时间】:2016-07-12 18:20:39
【问题描述】:

我正在尝试在 ODROID-XU4 上使用 QtCreator 构建一个 opencv 项目。但是当我尝试构建项目时,它会抛出“拇指条件”错误。 我试图遵循这个 Assembler messages: Error: thumb conditional instruction should be in IT block -- `strexeq r1,r2,[r4]'

但这对我不起作用。不确定它是 QtCreator 中的错误还是我需要设置一些编译器指令。

操作系统 - Ubuntu 14.04.1 ODROID-XU4

【问题讨论】:

    标签: opencv qt-creator odroid


    【解决方案1】:

    我在我的 Jetson TX1 板上遇到了同样的问题,尝试将其添加到 Cmake 配置行:

    -D CMAKE_CXX_FLAGS_RELEASE="-Wa,-mimplicit-it=thumb"
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-11-20
      • 1970-01-01
      • 2016-11-04
      • 1970-01-01
      • 1970-01-01
      • 2019-08-18
      • 2015-09-02
      • 2015-12-22
      相关资源
      最近更新 更多