Problem with MAKE PROGRAM with winARM

Hi everyone, I’m starting to work with the winARM and now I am working with the at91sam7s256 and I try to program the flash memory with the winARM.

When I do the Make all and the make clean I don’t have problems but when I do the make program I have this message

Programming with OPENOCD
openocd -f comum/sam7.cfg
process_begin: CreateProcess((null), openocd -f comum/sam7.cfg, …) failed.
make (e=2): The system cannot find the file specified.
make.exe: *** [program] Error 2

how can I to fix this?.

I’m waiting your coments

Marry Christmas

Marcelo.

It seems that the system either cannot find the openocd executable file or

openocd cannot find the config file in comum/sam7.cfg

You must check the paths and that the configuration file is in the right place.

Regards,

Magnus