Qt Application with 40 MB resorces.
Hi!
I have wrote Qt Application with approximately 40 MB graphics resources in it. QtCreator 2.3 successfully build this application for MeeGo 1.2 Harmattan target device. When I try to build this app for Symbian^1 target device building process crash with message ":-1: error: section .data loaded at [00400000,00400003] overlaps section .rodata loaded at [0001a3c8,00bc5737]".
How i can resolve this problem?
Thank's. :)
Re: Qt Application with 40 MB resorces.
There are a couple of tips in one old similar forum post: [url]http://www.developer.nokia.com/Community/Discussion/showthread.php?223006-.exe-section-.data-loaded-at-00400000-00400003-overlaps-section-.ARM.extab-loaded[/url]
Would those help?
Re: Qt Application with 40 MB resorces.
Re: Qt Application with 40 MB resorces.
I couldn't get any of the solutions in those threads to work - ended up fixing it by just reducing the amount of files in resources and deploying them normally.
Re: Qt Application with 40 MB resorces.
[url]http://www.developer.nokia.com/Commu...M.extab-loaded[/url] thread contain the solution of this problem.
Re: Qt Application with 40 MB resorces.
Your link seems to be broken. But good that you found the solution.
Re: Qt Application with 40 MB resorces.
Sorry! This is valid link
[url]http://www.developer.nokia.com/Community/Discussion/showthread.php?223006-.exe-section-.data-loaded-at-00400000-00400003-overlaps-section-.ARM.extab-loaded[/url]
Re: Qt Application with 40 MB resorces.