[Webkit-unassigned] [Bug 57841] [Qt] [Symbian] Enable webkit build with GCCE on Symbian.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 06:56:01 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57841





--- Comment #14 from Norbert Leser <norbert.leser at nokia.com>  2011-04-07 06:56:01 PST ---
I applied this patch to arm build (relase) for symbian target, with SVG enabled. The build is fine (literally unchanged, for that target) but an existing issue with executing webkit apps remains, because the code segment exceeds the configured 0xE00000 for arm and gets overwitten by data segment.

If the patch would apply the same GCCE value 0x1000000 for armcc as well, the SVG runtime issue will be resolved. I suggest to update the patch for WebKit.pri:

- QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000
+ QMAKE_LFLAGS.ARMCC += --rw-base 0x1000000

The comment lines before that also need to be updated accordingly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list