make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem using make 3.80 with Window NT4 OS


From: Earnie Boyd
Subject: Re: problem using make 3.80 with Window NT4 OS
Date: Thu, 23 Jan 2003 16:17:34 -0500
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826

A problem with

1) your compiler, pl16cc
2) your environment, how much physical memory and virtual memory?
3) your ``shell'', what value does SHELL have? Do you perhaps have an sh.exe in your PATH?

Earnie.

address@hidden wrote:
Dear Support,


I would like to have some help from you about the GNU make 3.80 under Windows.

When executing this part of Makefile :
        # Dependency update target
        #-------------------------
        depend:
                @chmod a-r makefile*
                @cp makefile makefile.old
@sed '/^# Dependencies follow/,$$d' makefile.old > makefile
                @echo "# Dependencies follow" >> makefile
                $(CC) -E -M $(CINC) $(SOURCES) >> makefile
@echo "# IF YOU PUT STUFF HERE IT WILL GET BLASTED" >> makefile
                @echo "# see depend: above" >> makefile
where CC = pl16cc (which is a DSP compiler)

the following error message occurs:
pl16cc -c -mdata-sec-.DSECT,mydata -E -M -ID:\palm16\include -I. -ID:\Philips\Idk\Shl\Include D:\palm16\libs\Crt0.c D:\palm16\libs\Crtn.c Main.c >> makefile C:\TEMP\make3145.sh D:/palm16/pl16cc.exe: Not enough memory (ENOMEM)
        make: *** [depend] Error 126

My trouble is that if I execute directly this command it works fine ?!??!

Do you have any idea about where does it come from ?

Thank you for your help.

Best regards,
Patrice.
                                    \\\-|-///
                                    (  o o  )
----------------------------------oOOo-(_)-oOOo----------------------------------------------
Patrice BOYRON..............................................Philips Semiconductors Sophia SAS SoC Senior SW Engineer..............................BU Mobile Com./BL Cellular Infrastructure ......................................................................505, Route des Lucioles Phone : +33 (0)4 92 96 12 82............................06560 Valbonne - Sophia Antipolis Fax : +33 (0)4 92 96 12 72.......................................................FRANCE
Email   :       address@hidden
.oooO ----------------------------------- ( )-- Oooo. -------------------------------------------
                                     \ (    (   )


------------------------------------------------------------------------

_______________________________________________
Make-w32 mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/make-w32





reply via email to

[Prev in Thread] Current Thread [Next in Thread]