faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
|
Re: Konqueror Goes Embedded!
by Lion Nung on Wednesday 13/Dec/2000, @18:12
|
| Some problem on Strong ARM platform
I compiled konqueror/embedded for Assabet (Strong ARM's platform) used cross-compiler,
but have some problems.
1. First I compiled QT/embedded and set configure to static library enable, then compiled
konqueror/embedded and set configure to enable static, disable shared. When configuring
the environment I found it check X library (Xext, X11), why it do this. It found my PC (x86)
/usr/X11R6/lib/*, but I used cross-compiler for Strong ARM. When configure finish and make
completed, I copied all files to my Strong ARM platform then running, I got a error message
"Segment fault".
2. Now I rebuild QT/embedded and set configure to shared library, then compiled konqueror/
embedded and used default setting to make shared library. It always check X library, when make
completed and ready to run. I got a error message following.
BUG IN DYNAMIC LINKER ld.so: ../sysdeps/arm/dl-machine.h: 488
elf_machine_lazy_rel: Assertion ((reloc->r_info) & 0xff) == 22 failed!
Why? Is the X library error? (Link X is not make sense)
Could you help me, thank you for your help.
Best Regards,
Lion Nung |
|
|