make-w32
[Top][All Lists]
Advanced

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

problem using make 3.80 with Window NT4 OS


From: patrice . boyron
Subject: problem using make 3.80 with Window NT4 OS
Date: Wed, 22 Jan 2003 17:09:55 +0100


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. -------------------------------------------
                                    \ (    (   )

reply via email to

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