View Single Post
Old 09-27-2012, 07:06 AM   #1
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Post Kindle 5: nano (Nano’s ANOther editor, an enhanced free Pico clone)

KINDLE 5: nano (Nano’s ANOther editor, an enhanced free Pico clone)
Doubtless this is bundled somewhere. As usual, I couldn't find it.
http://www.nano-editor.org/

I used:
Quote:
export ARCH_FLAGS="-march=cortex-a8 -mtune=cortex-a8 -mfpu=vfpv3"
export CFLAGS="-mfloat-abi=soft -fno-stack-protector -O2 -ffast-math ${ARCH_FLAGS} -pipe -fomit-frame-pointer"
export CXXFLAGS="-fno-stack-protector" CPPFLAGS="-U_FORTIFY_SOURCE"
export HOST=i686-pc-linux
export BUILD=arm-unknown-linux-gnueabi
With the Linaro 2014.04 sf binary TC via buildroot.
I configure my system as outlined at minimodding
http://minimodding.com/article9-Kind...ng-custom-apps

And run nano via ssh (pictured)
Quote:
[root@kindle root]# nano
In an attempt to be more gnu license compliant I have bundled the entire build result folder, with configs for those people really interested in self-harming, it's called nano-2.3.1-build.tar.gz, enjoy.

Attached Thumbnails
Click image for larger version

Name:	Selection_091.png
Views:	812
Size:	18.2 KB
ID:	92937  
Attached Files
File Type: gz nano.tar.gz (66.1 KB, 542 views)
File Type: gz nano-2.3.1-build.tar.gz (1.79 MB, 495 views)

Last edited by twobob; 09-27-2012 at 07:08 AM. Reason: nano-2.3.1-build.tar.gz
twobob is offline   Reply With Quote