Hi everyone, With the help of Cross-LFS, I built a cross-compiled bash 3.2 for arm-linux successfully.
But there is a very surprised issue, the bash job control feature is invalid in my console(/dev/ttySAC1). e.g. when I use following commands the shell will be frozen because the 'yes' command: [EMAIL PROTECTED] ~]# bash --version GNU bash, version 3.2.15(1)-release (arm-unknown-linux-gnu) Copyright (C) 2005 Free Software Foundation, Inc. [EMAIL PROTECTED] ~]# echo $SHELL /bin/bash [EMAIL PROTECTED] ~]# yes > /dev/null (press Ctrl-Z, no effect here, console keep forzen). But, when I login the board by telnet (i.e, a pty terminal), the same commands works well (job control feature is present), e.g. [EMAIL PROTECTED] ~]# bash --version GNU bash, version 3.2.15(1)-release (arm-unknown-linux-gnu) Copyright (C) 2005 Free Software Foundation, Inc. [EMAIL PROTECTED] ~]# echo $SHELL /bin/bash [EMAIL PROTECTED] ~]# yes > /dev/null (press Ctrl-Z after command, no real echo in this line.) [1]+ Stopped yes > /dev/null [EMAIL PROTECTED] ~]# bg 1 [1]+ yes > /dev/null & [EMAIL PROTECTED] ~]# Could anyone tell me how to resolve this issue? B.R. sunxq. -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
