WinARM problem

OP #1171491
Rate this post
useful
not useful
Hi,

I'm new to WinARM and I'm trying to compile the lpc2106_blink_switch
example in programmers notepad but the compiler gives this error out:

> "make.exe" clean
/c: /c: is a directory
/c: /c: is a directory
make: *** [begin] Error 126

> Process Exit Code: 2
> Time Taken: 00:00

I don't know where or what the problem is. If someone know how to fix
this problem, please reply.

Thanks.

Ales
Guest #1171492
Rate this post
useful
not useful
Aleš B. wrote:
> Hi,
>
> I'm new to WinARM and I'm trying to compile the lpc2106_blink_switch
> example in programmers notepad but the compiler gives this error out:
>
>> "make.exe" clean
> /c: /c: is a directory
> /c: /c: is a directory
> make: *** [begin] Error 126
>
>> Process Exit Code: 2
>> Time Taken: 00:00
>
> I don't know where or what the problem is. If someone know how to fix
> this problem, please reply.

If you are using the code that comes with the WinARM-package in the
examples-directory please verify that the PATH environement-variable is
set correctly. I have just tested the build and did not see a problem.
If you are using the source from my web-page please download it again, I
have just modified the makefile.
(direct link:
http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/#lpcio )

Martin Thomas
OP #1171493
Rate this post
useful
not useful
Martin Thomas wrote:
> Aleš B. wrote:
>> Hi,
>>
>> I'm new to WinARM and I'm trying to compile the lpc2106_blink_switch
>> example in programmers notepad but the compiler gives this error out:
>>
>>> "make.exe" clean
>> /c: /c: is a directory
>> /c: /c: is a directory
>> make: *** [begin] Error 126
>>
>>> Process Exit Code: 2
>>> Time Taken: 00:00
>>
>> I don't know where or what the problem is. If someone know how to fix
>> this problem, please reply.
>
> If you are using the code that comes with the WinARM-package in the
> examples-directory please verify that the PATH environement-variable is
> set correctly. I have just tested the build and did not see a problem.
> If you are using the source from my web-page please download it again, I
> have just modified the makefile.
> (direct link:
> http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/#lpcio )
>
> Martin Thomas

I've fixed the problem, it works now.

Thanks Martin
Guest #1171495
Rate this post
useful
not useful
Sabkaraja wrote:
> What did you do? did you just set the path variable ?

Sorry that i didn't reply, so in the tools menu -> options -> tools i've
edit the path where the make.exe is located.
Before: [WinARM_G]Make All   make.exe   all
Now:    [WinARM_G]Make All   C:\WinARM\utils\bin\make.exe   all

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now