Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator: clang analyzer can't find GCC special functions
Forum Updated to NodeBB v4.3 + New Features

QtCreator: clang analyzer can't find GCC special functions

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 372 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fortea
    wrote on last edited by fortea
    #1

    Hi all!
    I'm quite new to qtcreator and I'm still discovering all functionalities. I'm using Linux Manjaro (Arch based), GCC, OpenCV and PortCloud Library (I don't think that the following issue is dued to OpenCV and/or PortCloud Library).

    I would like to run the clang analyzer (version 3.9.1) from inside qtcreator 4.2, but it tells me that clang can't find '__builtin_ia32_addss' and others similar.

    Following clang official handbook, I tried to add to every file the following lines:

    #include <mmintrin.h>
    #include <emintrin.h>
    // [...] all other similar header files on my include path
    

    Any suggestion?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved