Linux Embedded QT kills eth0 and eth1
-
I am fairly new to QT and have inherited an application that needs to be updated. The former programmer deleted all the QT libs and directories. After fighting the config process to get it to build and link to a static library it is finally partially working. At least it builds and I can deploy the app. But when I deploy it, it kills eth0 and eth1. I know that the target works because with a previously built app (before the blowout) it works just fine.
So is there something in the config I need to set so the ethernet can work properly?
The only thing he did was blow out the installed qt directories, which in turn killed the configs. The source code has not been touched as of yet and wont be until I get things to build and install correctly. Here is my config at this point:
./configure -static -embedded x86 -prefix /home/dev/qt-embedded-linux-opensource-src-4.5.2/ -qt-mouse-tslib -no-feature-CURSOR -nomake demo -nomake examplesAny help would be much appreciated.