bug-make
[Top][All Lists]
Advanced

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

Re: trying to use gmake with XP


From: Sebastien Mathieu
Subject: Re: trying to use gmake with XP
Date: Wed, 13 Oct 2004 09:25:58 +0200

Hi Matthew,

Thanks very much for your help. I don't really know where my problem come from
but i am pretty sure about the compiler as i used it already before without any
problems. I guess something is missing somewhere which i have absolutely no idea
what, but i will reinstall all the tools and make a clean installation to see if
it goes better. Anyway thanks very much for you help and sorry for having
disturbing you on that.

Thanks again

Sebastien

*************************************************************
Sebastien Mathieu
------------------------------
Applications Engineer

Device Connectivity Division
National Semiconductor GmbH, Livry-Gargan-Str.10,
D-82256 Fuerstenfeldbruck, Germany

Tel.    +49 (0)8141 35 1371
Cell.   +49 (0)172 749 4285
Mailto: address@hidden

Internet: http://www.national.com
**************************************************************


                                                                                
                                                        
                      "Matthew                                                  
                                                        
                      Sanderson"               To:       "Sebastien Mathieu" 
<address@hidden>                                
                      <address@hidden        cc:       address@hidden           
                                                    
                      .com>                    Subject:  Re: trying to use 
gmake with XP                                                
                                                                                
                                                        
                      10/13/2004 03:12                                          
                                                        
                      AM                                                        
                                                        
                                                                                
                                                        




Sebastian,

This shows that the command that 'make' is running is exiting with error
139. This is not a problem with make itself. At a guess, the compiler that
you are using is buggy - the messages about problems with CreateProcess
are not from 'make', so I am guessing they are being printed by the
compiler. CreateProcess is a Windows function which (surprise) creates a
new process. I have no idea what error 193 means in this context.

Potential solutions:

A. Edit your Makefile to use a different command, which does not exit with
error status 193, as the current command does; or

B. Add '|| true' or something similar to the line in your makefile which
runs the program which exits with status 193, so that when the program
does that, the error is ignored and make will continue as if the error had
not happened. However, I am sure the error is there for a reason, and you
do not want to ignore it; or

C. Cause the command not to exit with error status 193. How to
do that depends on the command - you may need to debug the compiler :-(

Please do not ask me for further help on this. I have never heard of the
compiler you are using before, and I do not use GNU Make on Windows, so I
am of no further help to you at all. Malheureusement, je ne peux pas
t'aider plus - s'il vous plait, ne pas reponder avec plusiers questions.

Also, I do not believe anyone on this list can help you any further, since
this is not an issue with GNU Make - I suggest you talk to whoever wrote
the program which is exiting with an error. It looks like it is broken.

Good luck,

--m@

Matthew Sanderson
Senior Programmer (UNIX)
TCG Information Systems Pty Ltd
Sydney, Australia
address@hidden
http://www.formtrap.com/
+61 (02) 8303 2407

On Tue, 12 Oct 2004, Sebastien Mathieu wrote:

> Hi,
>
>
> I am trying to use your gmake command with XP. The gmake compiles the files
> thanks to our National compact risc compiler crcc.
> I am always facing the same error as described below and in the attachement,
> this for each file to compile.
>
> process_begin: CreateProcess((null), .. ...) failed.
> make (e=193): Error 193gmake[1]: *** [rf.o] Error 193
> gmake[1]: Leaving directory `C:/perforce/CR/Software/Cr16/PROJECTS/Elektron'
> gmake: *** [ns] Error 2
>
>
> (See attached file: gmake error.bmp)
>
>
> I was wondering if there was some known problems with XP and gmake, or a
special
> configuration to have.
>
> Thanks for your help.
>
> Kind Regards,
>
> Sebastien
>
> *************************************************************
> Sebastien Mathieu
> ------------------------------
> Applications Engineer
>
> Device Connectivity Division
> National Semiconductor GmbH, Livry-Gargan-Str.10,
> D-82256 Fuerstenfeldbruck, Germany
>
> Tel.    +49 (0)8141 35 1371
> Cell.   +49 (0)172 749 4285
> Mailto: address@hidden
>
> Internet: http://www.national.com
> **************************************************************
>
>
**********************************************************************************************************************************

>
>               Winning in Analog !  National Semiconductor in hall A4, #506 at
> Electronica 2004 in Munich,
>               Germany   (Nov 9 - 12) !
>
>               Please come and see us  -    we are looking forward to meeting
you
> there !
>
**********************************************************************************************************************************

>




**********************************************************************************************************************************

              Winning in Analog !  National Semiconductor in hall A4, #506 at
Electronica 2004 in Munich,
              Germany   (Nov 9 - 12) !

              Please come and see us  -    we are looking forward to meeting you
there !
**********************************************************************************************************************************








reply via email to

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