I need to get expect (tool for automating interactive applications) for the ARM platform. Is it a readily cross compiled to ARM and is it available? I tried googling but was unable to get the binaries.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
expect is written with Tcl, and there are Tcl interpreters for ARM. |
|||||
|
expectforarmhfandarmelarchitectures; a*.debfile can be handled as atgzarchive. – sr_ Jan 27 at 14:24expectis in raspbian (debian for the ARM11, aka armv6, raspberry pi; it uses hard floats). I would think it would not be too hard to cross compile as it probably does not depend on much. – goldilocks Jan 27 at 14:28