View Single Post
Old 06-08-2011, 03:29 AM   #1
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Official SDK from PocketBook

Hi!

My build of the PocketBook SDK

http://pbsdk.vlasovsoft.net

My version of SDK is based on official PocketBook SDK but have some advantages:

1. Debian packages (can be converted to rpm and tgz);
2. Simple make files

Make file example for calc:

Makefile:
OUT = calc
VPATH += images
include /usr/local/pocketbook/common.mk

calc.mk
SOURCES += calcexe.c
BITMAPS += button18.bmp button19.bmp button4.bmp button9.bmp

3. No need cmake and the working directory doesn't contain cmake-produced files;

4. Supports 3 types of builds that are not interfere with each other:

make BUILD=arm
make BUILD=arm_gnueabi
make BUILD=emu

Last edited by sergeyvl12; 06-17-2011 at 05:47 AM.
sergeyvl12 is offline   Reply With Quote