> Date: Fri, 21 Jan 2011 17:04:56 -0600
> From: raleigh rinehart <raleigh.rineh...@ti.com>
> 
> > I am reworking some makefiles for our build system and getting a rather
> > unusual error. During a copy cmd this error is occurring (taken from
> > make with –d option)
> >
> > Unhandled exception filter called from program make
> > ExceptionCode = c0000005
> > ExceptionFlags = 0
> > ExceptionAddress = 100143c0
> > Access violation: write operation at address 2e2e2061
> [...]
> The version of Make is GNU Make (Sourcery G++ Lite 2009q3-68) 3.81, it 
> come from our tools package vendor, Code Sourcery.  Which, of course, is 
> the 'lite' unsupported version.

Can you try using the latest release of Make, v3.82?  There were a
couple of bugs in Make 3.81 on Windows that caused similar crashes,
they are fixed in 3.82.  You should be able to find a precompiled
binary of Make 3.82 on the MinGW site, or you could build it yourself,
if you have MinGW installed.  Building Make on Windows doesn't require
anything but a working compiler and Binutils installation, see
README.W32 in the source tarball for instructions.

If using Make 3.82 is not an option, try playing with the environment
variables that are in effect when Make runs, some of the bugs I
mention above were related to looking up and processing environment
variables.

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

Reply via email to