[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help on analyzing the gnu make error
From: |
Paul Smith |
Subject: |
Re: Help on analyzing the gnu make error |
Date: |
Wed, 30 Sep 2009 10:15:22 -0400 |
On Tue, 2009-09-29 at 22:14 -0700, gbj wrote:
> Hi
>
> Can you please help me on analyzing the below error on windows....?
>
> [make] make: *** [dac800/objs/hsdev.o] Error 5
This message means that the command make invoked to build the target
dac800/objs/hsdev.o failed with an exit code of 5, instead of success
(exit code 0).