Linux - Projucer crashes on startup

I’ve also copied the compiled binary from my current JUCE projekt from the i7 to the i5. It also crashes on startup. However, I’ve been able to get a bit more debug data:

`(gdb) run`
Starting program: /home/rajan/TascMania 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
JUCE v4.2.3
[New Thread 0x7ffff3cee700 (LWP 1373)]
Faild USB init: No such device


Thread 1 "TascMania" received signal SIGILL, Illegal instruction.
0x00000000005270bb in juce::InternalMessageQueue::sleepUntilEvent (
    this=0xae4750, timeoutMs=2000)
    at ../../../../JUCE/modules/juce_events/native/juce_linux_Messaging.cpp:119
119            FD_SET (fd0, &readset);
(gdb) bt
#0  0x00000000005270bb in juce::InternalMessageQueue::sleepUntilEvent (
    this=0xae4750, timeoutMs=2000)
    at ../../../../JUCE/modules/juce_events/native/juce_linux_Messaging.cpp:119
#1  0x0000000000524b58 in juce::MessageManager::dispatchNextMessageOnSystemQueue (returnIfNoPendingMessages=false)
    at ../../../../JUCE/modules/juce_events/native/juce_linux_Messaging.cpp:399
#2  0x0000000000520eee in juce::MessageManager::runDispatchLoop (this=0xae4650)
    at ../../../../JUCE/modules/juce_events/messages/juce_MessageManager.cpp:130
#3  0x00000000005204b5 in juce::JUCEApplicationBase::main ()
    at ../../../../JUCE/modules/juce_events/messages/juce_ApplicationBase.cpp:240
#4  0x00000000005203cc in juce::JUCEApplicationBase::main (argc=1, 
    argv=0x7fffffffe8f8)
    at ../../../../JUCE/modules/juce_events/messages/juce_ApplicationBase.cpp:218
#5  0x000000000041975d in main (argc=1, argv=0x7fffffffe8f8)
    at ../../Source/Main.cpp:88

Hope that helps.

Cheers
Bollie