EmbDev.net

Forum: ARM programming with GCC/GNU tools make doesnt work


von Jefy C. (jefy)


Rate this post
useful
not useful
Hello,

When i use make at the command prompt, it says "make is not recognised
as internal or external command". Could anybody help me out with this.

Thanks,
Jefy

von Clifford S. (clifford)


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

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.