I have tried pre compiled package of ssh (build for zaurus) but the app crash with "illegal instruction" in some part of execution, apparently when using floating point
@leopardus
sorry rick, i tried the xmame/SDL stuff and got the same errors you reported. I guess i forgot to post the results.
i've even downloaded a couple of complete ipaq and zaurus images and have yet to find any reference to the .qm files. I do see the .conf file problem and i'm hoping to use cyph's flash kit to create a link at the root level from /opt to /ezxlocal/opt so that we can see if some of the OE apps will work w/o recompile (they tend to put stuff in /opt/QtPalmtop/....)
sorry for not letting you know sooner.....(sometimes i have the attention span of a mounse...)
I have tried pre compiled package of ssh (build for zaurus) but the app crash with "illegal instruction" in some part of execution, apparently when using floating point
i'll try to dig up which feed i was using. the ssh command worked w/o any "illegal instruction" or "seg fault" errors, however, it complained that it couldn't write to the .ssh directory in the user account. i still need to try the method of creating a user account/directory (its posted on this forum somewhere).
was the binary that you tried an actual "ssh" app? the one i tried was actually a link to dropbearmulti.
I tried the ssh app from zaurus, too and got the same error. I guess we get this mainly because some missing libs. ssh uses much libs.
% New UNIX password:
> penis
BAD PASSWORD: it's WAY too short
% New UNIX password:
Mine package was not from openembedded, I downloaded it here: http://www.killefiz.de/zaurus/
The error happen when ssh is trying to connect to remote host, I don't known if it's a library error because a fault lib doesn't cause an "illegal instruction", maybe the zaurus kernel is compiled using float emulation.
Just downloaded openssh-ssh_3.8p1-r0_arm.ipk(libcrypto also) from familiar now and it shows the same error
tail from trace:
[410f7080] read(3, "#\t$OpenBSD: ssh_config,v 1.19 20"..., 204= 1152
[410f7080] read(3, "", 204= 0
[410f7000] close(3) = 0
[410ffdc4] munmap(0x4015b000, 4096) = 0
[410d5f24] getpid() = 268
[410d5f24] getpid() = 268
[410f6eb0] open("/dev/urandom", O_RDONLY|O_NONBLOCK|O_NOCTTY) = 3
[410fcfd8] select(4, [3], NULL, NULL, {0, 10000}) = 1 (in [3], left {0, 10000})
[410f7080] read(3, "\x2b\xff\xd8\x23\x91\xe6\x41\x8e\x4b\xee\x6b\x15\xea\xad"..., 32) = 32
[410f7000] close(3) = 0
[4009bce8] --- SIGILL (Illegal instruction) @ 0 (0) ---
upeek: ptrace(PTRACE_PEEKUSER,268,60,0): No such process
[????????] +++ killed by SIGILL +++
at this point all libs have been loaded and the config file was read, however the illegal instruction can be of any lib or ssh...