[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1128: stty termios struct, add feature test for
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1128: stty termios struct, add feature test for speed attributes |
Date: |
Wed, 04 Jun 2014 12:44:17 -0000 |
#1128: stty termios struct, add feature test for speed attributes
--------------------------+-------------------------------------------------
Reporter: hanDerPeder | Owner: ashinn
Type: defect | Status: new
Priority: major | Milestone: someday
Component: extensions | Version: 4.9.x
Resolution: | Keywords: stty termios
--------------------------+-------------------------------------------------
Comment(by mario):
I just tested your patch on Yocto, cross-compiling stty from x86-64 to ARM
and it breaks, unfortunately:
{{{
| sh: ./stty-features: cannot execute binary file
|
| Error: shell command failed with nonzero exit status 32256:
|
| ./stty-features > stty-config.scm
}}}
The problem is:
{{{
$ file stty-features
stty-features: ELF 32-bit LSB executable, ARM, version 1 (SYSV),
dynamically linked (uses shared libs), for GNU/Linux 2.6.16, not stripped
}}}
You can't run an ARM binary on x86-64.
Maybe you can take a look at crypt's .setup file. It has some tricks to
handle cross-build environments.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1128#comment:3>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1128: stty termios struct, add feature test for speed attributes, Chicken Trac, 2014/06/03
- Re: [Chicken-janitors] #1128: stty termios struct, add feature test for speed attributes, Chicken Trac, 2014/06/03
- Re: [Chicken-janitors] #1128: stty termios struct, add feature test for speed attributes, Chicken Trac, 2014/06/04
- Re: [Chicken-janitors] #1128: stty termios struct, add feature test for speed attributes,
Chicken Trac <=
- Re: [Chicken-janitors] #1128: stty termios struct, add feature test for speed attributes, Chicken Trac, 2014/06/04