make doesnt work

#1173032
Rate this post
useful
not useful
You need to add the path to the \winarm\utils\bin folder to your PATH
environment variable. [Control panel->System->Advanced->Environment
variables]

Alternatively create a batch file c:\winarm\winarmvars.bat with the
following command:

PATH = c:\winarm\utils\bin;c:\winarm\bin;c:\winarm\arm-elf\bin;%PART%

And then create a program shortcut with the following target string:

%windir%\system32\cmd.exe /K c:\winarm\winarmvars.bat

This will create a command console with session specific environment
variables for WinARM.

There are of course endless variations of these approaches. You also nee
to modify the paths as necessary to match your installation.

Clifford

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now