E2-EZX-SDK
E2-EZX-SDK
terms of using E2-EZX-SDK
1. this E2-EZX-SDK is a free and un-official SDK by Lasly, all rights reserved, not reliable to any possible damage from it.
2. using this SDK means you accept this licence
3. software develope by this SDK should be open source and free(the meaning of "free" in GPL licence)
4. it's allowed to modify this SDK, but the modified one should be open source and free
5. it's not allowed to use this SDK / modded SDK, software made by this SDK / modded SDK for commercial
DOWNLOAD:
http://www.modmymoto.com/forums/down...o=file&id=4884
its on parts i´ve got no idea on how to use it please programmers!!!! heeeelp
PROGRAMADORES a trabajar... aun no tengo idea de como hacerlo funcionaer ni nada :S jejeje pero cualquier ayuda y/o aportación es agradecida
Tutorial for building e2 native program:
install the arm-linux-gcc
1.set the env path:
run:
export PATH=$PATH:/usr/local/arm/bin
export QTDIR=~/e2-ezx-sdk
export TMAKEPATH=~/e2-ezx-sdk/tmakelib/pwd/arm-linux-g++/
export PATH=$PATH:~/e2-ezx-sdk/bin
notice: ~ is the parent dir of e2-ezx-sdk
2.in ur program dir
run:
progen -o makefile.pro
tmake makefile.pro -o Makefile
notice makefile is ur function name
3.modify the Makefile
find the key named "LIBS"
modify the value to
LIBS = $(SUBLIBS) -L$(QTDIR)/lib -lm -lqte-mt -lipp-codecJP -lezxappbase -lipp-miscGen -lezxpm -lipp-jp
4 make
run:
make
at last, u get the program which u want ^o^


LinkBack URL
About LinkBacks


Reply With Quote






