
Originally Posted by
NightCrawler
Also, I believe any command line app can be compiled and run from this terminal, I was thinking about getting mkezx and compile "top" myself. That would be fun...
If I understood correctly what you want to do....motorolafans user "tmr" already posted mkezx binaries here:
http://realive.spb.ru/downloads/hain...es/ezx/images/
If you want to build yourself, Mkezx archived sources come with a Makefile that does everything.
I had only to change two things to make version 0.9.20 using Debian Sarge 3.1
1) scripts/mkEzx/Builder.pm
my wget does not have support for an option. I just cut it out.
2) packages/mkezx-image/rules
added "z" flag to the "tar" command used to extract mkezx-boot.tar.gz because it want to unpack a tar.gz not a tar.
It is really interesting to make and play with it. It builds a crosscompiler (and an entire toolchain including gdb)