adamwg Posted August 5, 2006 Report Posted August 5, 2006 Good evening allI'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 directoryBad 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?
henrygr Posted August 5, 2006 Report Posted August 5, 2006 Have you placed the proper script into the 'Environment Variables' section. Control panel-System-Advanced-Environment Variables :)
TK. Posted August 6, 2006 Report Posted August 6, 2006 What happens, when you are entering "type tools\mkmk.pl" in the command shell?Does it find the file?Best Regards, Thorsten.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now