public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Wonsuk Lee" <mhzwonsuk@home.com>
To: <gnu@gnu.org>
Subject: Question about Palmpilot-GNU on Windows NT.
Date: Wed, 02 Feb 2000 15:06:00 -0000	[thread overview]
Message-ID: <200002022304.SAA02422@delysid.gnu.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

Hi Sir/Maam
 
I am a university student studying Computer 
Engineering and my thesis is programming on PalmPilot.
I just installed GCC on my computer which has 
Windows NT.
All the installation process went fine but I have a 
problem.
 
The one that I wrote which is working file is not 
being compiled.
 
There is the Makefile and whenever I type "make 
clean" it gives me
"make: /bin/sh: Command not found
 make: *** [clean] Error 127"
 
I don't know what I have done wrong becuase it was 
working fine on Windows 98.
But I want to develope the program on NT which is 
just little bit stabler OS.
 
Would you help me and advise me what I have to do 
so that GCC for Palm Pilot will work on NT?
 
Thank you
Wonsuk Lee
Makefile


[-- Attachment #2: Makefile --]
[-- Type: text/x-makefile, Size: 767 bytes --]

OBJS = list_test.o

CC = m68k-palmos-coff-gcc

#uncomment this if you want to build a gdb debuggable version
DEFINES = -DDEBUG

INCLUDES =

CSFLAGS = -O2 -S $(DEFINES) $(INCLUDES)
CFLAGS = -O2 -g $(DEFINES) $(INCLUDES)

PILRC = pilrc
TXT2BITM = txt2bitm
OBJRES = m68k-palmos-coff-obj-res
BUILDPRC = build-prc

ICONTEXT = "List"
APPID = plRc_list
PRC = list_test.prc

all: $(PRC)

.S.o:
	$(CC) $(TARGETFLAGS) -c $<

.c.s:
	$(CC) $(CSFLAGS) $<

$(PRC): code.stamp bin.stamp
	$(BUILDPRC) $@ $(ICONTEXT) $(APPID) *.grc *.bin

code.stamp: list_test
	$(OBJRES) list_test
	touch code.stamp

bin.stamp: list_test.rcp
	$(PILRC) list_test.rcp
	touch bin.stamp

pilrctst: $(OBJS)
	$(CC) $(CFLAGS) $(OBJS) -o $@

clean:
	rm -rf *.[oa] list_test *.bin *.stamp *.grc list_test.prc

WARNING: multiple messages have this Message-ID
From: "Wonsuk Lee" <mhzwonsuk@home.com>
To: <gnu@gnu.org>
Subject: Question about Palmpilot-GNU on Windows NT.
Date: Sat, 01 Apr 2000 00:00:00 -0000	[thread overview]
Message-ID: <200002022304.SAA02422@delysid.gnu.org> (raw)
Message-ID: <20000401000000.4gqkRUnbdPh4kqabaDLD_ID4wVFg4Aenr0hdNxZRUOQ@z> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

Hi Sir/Maam
 
I am a university student studying Computer 
Engineering and my thesis is programming on PalmPilot.
I just installed GCC on my computer which has 
Windows NT.
All the installation process went fine but I have a 
problem.
 
The one that I wrote which is working file is not 
being compiled.
 
There is the Makefile and whenever I type "make 
clean" it gives me
"make: /bin/sh: Command not found
 make: *** [clean] Error 127"
 
I don't know what I have done wrong becuase it was 
working fine on Windows 98.
But I want to develope the program on NT which is 
just little bit stabler OS.
 
Would you help me and advise me what I have to do 
so that GCC for Palm Pilot will work on NT?
 
Thank you
Wonsuk Lee
Makefile


[-- Attachment #2: Makefile --]
[-- Type: text/x-makefile, Size: 767 bytes --]

OBJS = list_test.o

CC = m68k-palmos-coff-gcc

#uncomment this if you want to build a gdb debuggable version
DEFINES = -DDEBUG

INCLUDES =

CSFLAGS = -O2 -S $(DEFINES) $(INCLUDES)
CFLAGS = -O2 -g $(DEFINES) $(INCLUDES)

PILRC = pilrc
TXT2BITM = txt2bitm
OBJRES = m68k-palmos-coff-obj-res
BUILDPRC = build-prc

ICONTEXT = "List"
APPID = plRc_list
PRC = list_test.prc

all: $(PRC)

.S.o:
	$(CC) $(TARGETFLAGS) -c $<

.c.s:
	$(CC) $(CSFLAGS) $<

$(PRC): code.stamp bin.stamp
	$(BUILDPRC) $@ $(ICONTEXT) $(APPID) *.grc *.bin

code.stamp: list_test
	$(OBJRES) list_test
	touch code.stamp

bin.stamp: list_test.rcp
	$(PILRC) list_test.rcp
	touch bin.stamp

pilrctst: $(OBJS)
	$(CC) $(CFLAGS) $(OBJS) -o $@

clean:
	rm -rf *.[oa] list_test *.bin *.stamp *.grc list_test.prc

             reply	other threads:[~2000-02-02 15:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-02 15:06 Wonsuk Lee [this message]
2000-04-01  0:00 ` Wonsuk Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200002022304.SAA02422@delysid.gnu.org \
    --to=mhzwonsuk@home.com \
    --cc=gnu@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).