Trouble compiling

Good evening all

I’m having trouble compiling a C code. When I run the make file I get this message

'Can’t open perl script “tools\mkmk.pl”: No such file or directory

Bad command or file name’

The tools folder and mkmk.pl file are there in the same folder as the rest of my main.c files etc.

I have all the programs needed installed (perl,sdcc and gnupils) as described on the c interface page.

Why is it not working?

Have you placed the proper script into the ‘Environment Variables’ section.

Control panel-System-Advanced-Environment Variables :slight_smile:

What happens, when you are entering “type tools\mkmk.pl” in the command shell?

Does it find the file?

Best Regards, Thorsten.