What I am trying is to link application statically not dynamically. I would like to make my app to load all the necessary libraries on start up . Because once I start my app I can no longer access the flash from which I load the app.
What I am trying is to link application statically not dynamically. I would like to make my app to load all the necessary libraries on start up . Because once I start my app I can no longer access the flash from which I load the app.
That I understand. What I don't understand is what doesn't work for you using the project file you posted.
I think that I found out what is the problem. I need to recompile my qtopia libraries statically in order for this pro file to generate statical GUI library.
I read this article http://wiki.qtcentre.org/index.php?t...c_applications
Tnx,
When I rebuild my GUI lib against these new statically linked libraries my library file is almost the same size.
Any ideas?
Did you expect it to be smaller or larger?
When I try to compile some examples from new statical compiled qtopia I get the following error:
warning: warning: feholdexcept is not implemented and will always fail
/home/benjamin/Desktop/Install/qtopia/qtopia-core-commercial-src-4.3.3/lib/libQtCore.a(qlocale.o)(.text+0x75b4):qlocale.cpp: warning: warning: fesetenv is not implemented and will always fail
Any idea?
Bookmarks