Dear all:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I was trying to compile Mozilla (seamonkey), but encountered an &quot;unresolvable R_ARM_GOTOFF32&quot; error:<br><br>#####################################################################################
<br>arm-linux-g++ -I/opt/base/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pthread -pipe&nbsp; -DNDEBUG -DTRIMMED -O2 -fPIC -shared -Wl,-z,defs -Wl,-h,
libhtmlpars.so -o libhtmlpars.so&nbsp; nsScannerString.o nsDTDUtils.o nsHTMLTokenizer.o nsElementTable.o nsExpatDriver.o CNavDTD.o COtherDTD.o nsHTMLEntities.o nsHTMLTags.o nsHTMLTokens.o nsParser.o CParserContext.o nsParserService.o
 nsParserModule.o nsParserNode.o nsScanner.o nsToken.o nsParserMsgUtils.o nsViewSourceHTML.o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -Wl,--whole-archive ../../../dist/lib/libexpat_s.a ../../../parser/xml/src/libsaxp.a&nbsp; -Wl,--no-whole-archive -L../../../dist/bin -L../../../dist/lib&nbsp; ../../../dist/lib/libunicharutil_s.a -L../../../dist/bin -lxpcom -lxpcom_core&nbsp; -L../../../dist/bin -L../../../dist/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl&nbsp; -Wl,--version-script -Wl,/home/achuang/seamonkey/mozilla/build/unix/gnu-ld-scripts/components-version-script -Wl,-Bsymbolic -ldl -lm
<br>/opt/sb-1.0.7/scratchbox/compilers/cs2005q3.2-glibc-arm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.4/../../../../arm-none-linux-gnueabi/bin/ld: nsParserModule.o(.text+0x5a0): <span style="color: rgb(255, 0, 0); font-weight: bold;">
unresolvable R_ARM_GOTOFF32 relocation against symbol `nsTArray_base::sEmptyHdr</span>&#39;<br>/opt/sb-1.0.7/scratchbox/compilers/cs2005q3.2-glibc-arm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.4/../../../../arm-none-linux-gnueabi/bin/ld: final link failed: Nonrepresentable section on output
<br>collect2: ld returned 1 exit status<br>gmake[4]: *** [libhtmlpars.so] Error 1<br>gmake[4]: Leaving directory `/home/achuang/seamonkey/mozilla/obj-i686-pc-linux-gnu/parser/htmlparser/src&#39;<br>gmake[3]: *** [libs] Error 2
<br>gmake[3]: Leaving directory `/home/achuang/seamonkey/mozilla/obj-i686-pc-linux-gnu/parser/htmlparser&#39;<br>gmake[2]: *** [tier_9] Error 2<br>gmake[2]: Leaving directory `/home/achuang/seamonkey/mozilla/obj-i686-pc-linux-gnu&#39;
<br>make[1]: *** [default] Error 2<br>make[1]: Leaving directory `/home/achuang/seamonkey/mozilla/obj-i686-pc-linux-gnu&#39;<br>make: *** [build] Error 2<br>#####################################################################################
<br><br>This seems to be a linker error. I didn&#39;t have this issue with the gcc compiler used in maemo 2.1 (scratchbox <a href="http://0.9.8.8">0.9.8.8</a>), but<br>the new compiler (cs2005q3.2-glibc-arm-1.0.5-i386) is giving me this error. Has anyone seen this before? Any suggestion
<br>to fix or bypass this issue is greatly appreciated.<br><br>Thanks,<br>Alan Chuang<br>