It's an image for Oracle VM VirtualBox

Easy to build, supports Shared Folders, containing little guide
SDK supports newest PocketBook readers (Pro series +newer)

Running Linux Arch with GNOME
Based on PBSDK 1.1.0 from http://pbsdk.vlasovsoft.net/

(C) 2013 Aroidzap

Saturday, November 16, 2013

Questions?

Feel free to comment :)

2 comments:

  1. make BUILD=emu
    doesn't build binary for any examples from /usr/local/pocketbook/sources

    Could you fix it please?

    [user@archlinux calc]$ make BUILD=emu
    mkdir obj_emu
    ln -s /usr/local/pocketbook/system obj_emu/system
    gcc -c -o obj_emu/calcexe.c.o -D__EMU__ -DIVSAPP -Wall -g -m32 -MTobj_emu/calcexe.c.o -MF`echo obj_emu/calcexe.c.o | sed -e 's,\.o$,.d,'` -MD -MP calcexe.c
    In file included from /usr/include/inkview.h:25:0,
    from calcexe.c:8:
    /usr/include/ft2build.h:56:38: fatal error: freetype/config/ftheader.h: No such file or directory
    compilation terminated.
    make: *** [obj_emu/calcexe.c.o] Error 1

    ReplyDelete
  2. I have tried lot of things, but I can't run emulator too (I'm not linux user, so maybe someone else could help).

    Try "make BUILD=arm" and "make BUILD=arm_gnueabi". They should work properly and should generate binary for e-reader.

    ReplyDelete