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?