View Single Post
Old 09-13-2012, 03:18 PM   #34
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: 6299993
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
TC's from http://sourcery.mentor.com/public/gn...linux-gnueabi/

or Kek Thread:

From Thread:
Quote:
Public repository of command files and documentation:
http://hg.minimodding.com/repos/embed/kek.hg/
'hg clone' the above address for a local copy.
Changes available via RSS and ATOM feeds.

Tools, Image filters, Image profiles, Eclipse-CDT, ...
(I.E: files that don't need source control):
http://drpbox.knetconnect.com/KeK
('wget --mirror' is ok, just don't do it too often. No rsync available.)

Partial draft of the KeK manual, image filtering and resources described:
http://knetconnect.com/KeK/KeK_reference.xhtml
A second version of the same content, with a working TOC is also posted:
http://knetconnect.com/KeK/KeK_reference.html

Example helpful info:
linking shortnames

Quote:
you@dev /opt $ cd /opt/arm-2010q1/bin
you@dev /opt/arm-2010q1/bin $ sudo su
dev bin # for F in `ls -1` ; do ln -sf ${F} ${F#arm-none-linux-gnueabi-} ; done
dev bin # exit
Running Apps (the hack way)

An example loader script might read:

./exampleApp.sh
Quote:
#!/bin/sh
cd $( dirname "$0" )

#Get libs - example is libpolarssl
/lib/ld-linux.so.3 --library-path $PWD/lib:/usr/lib:/lib --inhibit-rpath libpolarssl.so.1
#run example app with custom libs
./exampleApp
A list of modifications that enable simple access to modifying runtime root environment

http://minimodding.com/article9-Kind...ng-custom-apps

Good luck : )

Last edited by twobob; 09-13-2012 at 03:25 PM. Reason: details
twobob is offline   Reply With Quote