Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Thu, 27 Mar 2003 15:08:06 -0500 (EST) From: Igor Pechtchanski <pechtcha AT cs DOT nyu DOT edu> Reply-To: cygwin AT cygwin DOT com To: yi ru <ru_yi99 AT hotmail DOT com> cc: cygwin AT cygwin DOT com Subject: Re: Question: make, makefile and KVM in J2ME In-Reply-To: <F1655TtGCSyq4jC53JL0005ee52@hotmail.com> Message-ID: <Pine.GSO.4.44.0303271504580.561-100000@slinky.cs.nyu.edu> Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Mar 2003, yi ru wrote: > 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 At a guess, you're trying to build something Win32 specific under Cygwin, and it doesn't like Cygwin tools (i.e., looks like there's a pre-compiled object file that chokes gcc). There isn't nearly enough information in your message to draw any useful conclusions. Please read <http://cygwin.com/bugs.html> for more information. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk! -- /usr/games/fortune -- 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/