set up winavr for bootloader logomatic

I have installed WinAVR and WinARM to my system. I followed the installation procedure as written down in the bootloader tutorial. I opened the main file in the programmers notepad and tried make all followed by this message. I included the path as set in the computer configurations. Does anyone know where to look?

“make.exe” all

-------- begin (mode: ROM_RUN) --------

arm-elf-gcc (GCC) 4.1.1 (WinARM)

Copyright (C) 2006 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Assembling (ARM-only): Startup.S

arm-elf-gcc -c -mcpu=arm7tdmi-s -mthumb-interwork -I. -x assembler-with-cpp -DROM_RUN -D__WinARM__ -Wa,-adhlns=Startup.lst,-gdwarf-2 Startup.S -o Startup.o

arm-elf-gcc: CreateProcess: No such file or directory

make.exe: *** [Startup.o] Error 1

Process Exit Code: 2

Time Taken: 00:00

C:\WinAVR\bin;C:\WinAVR\utils\bin;C:\WinARM\bin;C:\WinARM\utils\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared;C:\Program Files\QuickTime\QTSystem\

Problem solved, nothing was wrong. You have to start programmers notepad from pn.exe

You can find an explanation on this link:

http://winarm.scienceprog.com/winarm-to … inarm.html

I can make all with errors none now.