preprocessor mcp.exe not found

krishnahari wrote on Monday, July 11, 2011:

hi
i am trying to port cygnal demo application.
when i compile it, it will gives warning  " preprocessor mcp.exe not found ".
where i can get mcp.exe

Thanks
Regards
Hari

davedoors wrote on Monday, July 11, 2011:

There will be some work to do to get the Cygnal port working. It has been on the known issues list for ages. mcp.exe is nothing to do with FreeRTOS, I have no idea what it is or what it does.

krishnahari wrote on Monday, July 11, 2011:

hi

please help on this topic.
how to resolve it.

Regards
Hari

davedoors wrote on Monday, July 11, 2011:

It looks like you are asking a question about an executable file that has nothing to do with FreeRTOS, so I don’t think you will get help on the FreeRTOS forum.

rtel wrote on Monday, July 11, 2011:

I would guess that is an exe that is part of the tool chain, presumably SDCC, and the make file cannot find it in your PATH.  Nothing existing.

Regards.