Re: How to run Bash on QEMU ARM

2012-02-29 Thread Norman Feske
Hello, > It seems that Bash in the latest release and Noux are only for x86, but I > want to run them on QEMU ARM(pbxa9). > So, I modified ports/mk/noux.mk, ports/run/noux.run and > ports/run/noux_bash.run as below. > ports/mk/noux.mk > commented out #43: #REQUIRES += x86 >

How to run Bash on QEMU ARM

2012-02-28 Thread 정복득
Hi, It seems that Bash in the latest release and Noux are only for x86, but I want to run them on QEMU ARM(pbxa9). So, I modified ports/mk/noux.mk, ports/run/noux.run and ports/run/noux_bash.run as below. ports/mk/noux.mk commented out #43: #REQUIRES += x86 ports/run/noux.ru