View Single Post
Posts: 306 | Thanked: 603 times | Joined on Jan 2012 @ Belgium
#468
Originally Posted by freemangordon View Post
Thanks, those problems are gone now.


Resized bitmaps work ok, no more ugly looking midlets

But as long as I add:

export USE_JSR_75=true
export JSR_75_DIR=$WORK_DIR/jsr75
export JSR_75_PIM_HANDLER_IMPL=java

to my build script, libcvm.so no longer compiles. There are lots of error messages for missing classes, see the attachment
Nice to hear you have a working base MIDP stack. The errors you get with JSR 75 seem to be related to the abstractions for running midlets on a CDC stack rather than a CLDC stack.

I would suggest to leave out JSR 75 support for the time being. I will try to address this issue when I add instructions for including JSR 179 (Location API) support. I still need to clean up this part.

Davy
 

The Following 2 Users Say Thank You to DavyP For This Useful Post: