link is off![]()
e2-ezx-sdk
HOWTO.txt
how to build 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^
if u have some question, Email : flylasly@gmail.com
DOWNLOAD
link is off![]()
Tks!![]()