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
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.