Question: make, makefile and KVM in J2ME

yi ru ru_yi99@hotmail.com
Thu Mar 27 20:31:00 GMT 2003


My question is different from the thread before in the mail list

I am trying to run the make file for J2ME (Java 2 Micro Edition).  When the 
make file runs I get the following error:

Recursively making ../../tools/preverifier/build/win32 all...
make[1]: Entering Directory 
'/cygdrive/d/j2me//j2me_cldc/tools/preverifier/build/win32/'
make[1]: *** [check_class.obj] Error 255
make[1]: leaving directory 
'/cygdrive/d/j2me//j2me_cldc/tools/preverifier/build/win32/'
make: *** [all] Error 1

Below is a listing of the make file:

BUILDDIR=$(shell pwd)
TOP=../..
PLATFORM=win32
export PLATFORM

SUBDIRS = \
$(TOP)/tools/preverifier/build/win32 \
$(TOP)/api \
$(TOP)/samples \
$(TOP)/samples/jam

ifneq ($(ROMIZING), false)
  SUBDIRS += $(TOP)/tools/jcc
endif

SUBDIRS += $(TOP)/kvm/VmWin/build


all clean : FORCE
@for i in $(SUBDIRS) ; do \
    echo ">>>Recursively making "$$i" "$@"..."; \
    cd $$i; $(MAKE) $@ \
    || exit 1; cd $(BUILDDIR); \
    echo "<<<Finished Recursively making "$$i" "$@"." ; \
done

FORCE: ;

Does anybody has experience on it. BWT, I have gcc available there. I have 
been blocked here for two days

Thanks in advance

Eric










_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list