Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

Valgrind on Qt 5.0.1 reporting incopatible processor for Qt

$
0
0
I’m not really experienced in using the compile chain via terminal on Unix or Mac OSX, so I just assume I made a huge mistake during that, but who knows. I’m trying to use Valgrind with the Qt Creator on Mac OSX 10.7.5 on a Mid 2012 MacBook Pro. I’m using Qt 5.0.1 and the most recent valgrind version. I compiled valgrind using this guide: http://prateekvjoshi.wordpress.com/2013/02/27/how-to-install-valgrind-on-mac-os-x/ and had to add #define __private_extern__ extern to a few files to make it work. Google told me that. After compiling (and checking if it worked), I tried using valgrind in Qt Creator and via the terminal as well. Funny enough, the analyzing crashes (both times) and I get the following: Incompatible processor. This Qt build requires the following features: sse3 ssse3 Aborted. Incompatible processor: missing feature 0x18 - sse3. ** Process crashed ** ** Analyzing finished ** This makes roundabout 0 sense to me. I’m developing with the Qt Creator since quite a while and compiling just works perfect. I tried using gcc instead of clang as compiler to no avail. Neither google nor the stackoverflow search did help me regarding that. Any ideas anyone? Edit: It seems not to be a problem with valgrind. Valgrind self-diagnoses flawless and if I use it on a very simple file (like int main() { return 1;}, compiled with g++) valgrind also works. Seems more to be a problem with the interaction of valgrind and qt.

Viewing all articles
Browse latest Browse all 18427

Trending Articles