To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94905
                 Issue #|94905
                 Summary|armv4 problem: CFLAGS+=-march=armv5te hardcoded in bui
                        |ld scripts
               Component|porting
                 Version|OOo 2.4.1
                Platform|Other
                     URL|http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50195
                        |7
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|gnutoo





------- Additional comments from [EMAIL PROTECTED] Sun Oct 12 18:40:41 +0000 
2008 -------
hello,
OOO-2.4.1 doesn't work on armv4 on debian because the build scripts from OOO 
contains CFLAGS+=-march=armv5te
here's the result:
debian-gta02:/usr/lib/openoffice/program# ./soffice.bin
Illegal instruction

gdb gives:
(gdb) x/4i $pc-4
0x41ad3370 <_GLOBAL__I_methods1.cxx+236>:       mov     r3, #7  ; 0x7
0x41ad3374 <_GLOBAL__I_methods1.cxx+240>:       strd    r4, [r1, #128]
0x41ad3378 <_GLOBAL__I_methods1.cxx+244>:       str     r3, [r1, #144]
0x41ad337c <_GLOBAL__I_methods1.cxx+248>:       ldr     r3, [r11, #-56]
here the illegal instruction is strd:
in page 349 of http://www.arm.com/miscPDFs/14128.pdf it's said that the 
instruction was implemented in ARMv5TE and above, excluding ARMv5TExP.

I was helped by _rene_ who told me that the build scripts contained  
CFLAGS+=-march=armv5te
(and i was also helped by another guy from the debian community for gdb)

Why I ran openoffice on armv4:
I wanted to see how usable was openoffice on the freerunner(the openmoko 
free/open phone)...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to