Hello,
I have installed OMNeT++ 5.1.1 on my Ubuntu 14.04 LTS (32-bit). I configured it without Qt (./configure WITH_QTENV=no), Everything seems to work fine (I used it for Veins and I am able to run the simulation). However, when I try to run the IDE, nothing happens. The terminal shows "Starting the OMNeT++ IDE. . ." and nothing else shows up. Following are the other things I have tried:
- go to ../omnetpp-5.1.1/ide then run ./omnetpp
-->> bash: ./omnetpp: cannot execute binary file: Exec format error
- look at the error.log under
-->> /../omnetpp-5.1.1/bin/../ide/omnetpp: 1: /../omnetpp-5.1.1/bin/../ide/omnetpp: Syntax error: end of file unexpected (expecting ")")
It's not clear to me what went wrong from these error messages, is this because the OMNeT++ IDE does not support 32-bit OS? Has anyone experienced the same issue? Please advise.