I'm sorry that I don't understand Japanese, but what is the outcome of this thread? I have the same problem now four years later with the latest 9100h release. I can't seem to post on Anthy as it keeps asking me to log in and I have registered and logged in many times using different browsers and settings and nothing works.
Here is my configure and it does show me that it is cross compiling ...
./configure --enable-shared \
Any help is greatly appreciated. Have a good day.
Cheers, Pete
It would have helped if you had included some contact information. Google for "Rolf Leggewie" and send me a mail.
ドイツからの Leggewie・Rolf と申しますが、よろしくお願
い致します。bug report は日本語でちょっと難しすぎますの
で、申し訳ございませんが、英語で続きます。回答は日本語
でもけっこうです。
I am trying to compile anthy on opembedded.org. The bb
file is at
http://home.arcor.de/leggewie/oe/anthy_5900.bb. It
fails cross-compilation because the source wants to
execute lt-mkanthydic which is compiled as an arm binary.
| Making all in mkanthydic
| make[2]: Entering directory
`/home/leggewie/openzaurus/build/tmp/work/anthy-5900-r0/anthy-5900/mkanthydic'
| ./mkanthydic: line 105:
/home/leggewie/openzaurus/build/tmp/work/anthy-5900-r0/anthy-5900/mkanthydic/.libs/lt-mkanthydic:
cannot execute binary file
| ./mkanthydic: line 105:
/home/leggewie/openzaurus/build/tmp/work/anthy-5900-r0/anthy-5900/mkanthydic/.libs/lt-mkanthydic:
Success
| make[2]: *** [anthy.dic] Error 1
The reason was quickly found with
Rie:~# file
/home/leggewie/openzaurus/build/tmp/work/anthy-5900-r0/anthy-5900/mkanthydic/.libs/lt-mkanthydic
/home/leggewie/openzaurus/build/tmp/work/anthy-5900-r0/anthy-5900/mkanthydic/.libs/lt-mkanthydic:
ELF 32-bit LSB executable, ARM, version 1 (ARM), for
GNU/Linux
2.4.0, dynamically linked (uses shared libs), not stripped
Of course, the ARM binary won't run on the x386 build host.
There is some very good information from the OE
developpers on what issues frequently prevent
compilation on OE available at
http://openembedded.org/cgi-bin/moin.cgi/Buildsystems_2fRulesOfThumb
もし質問があれば遠慮しないで下さい。
Best regards
Rolf