The makefile I'm using is the one for the nitroFS example, which doesn't compile either. Anyway, in my old computer the code used to compile, so the problem must have to do with my current configuration.
Code: Select all
process_begin: CreateProcess(NULL, basename D:/Dropbox/Project2BJ/hw, ...) failed.
"[" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
Ya existe el subdirectorio o el archivo build.
Error mientras se procesaba: build.
make: *** [build] Error 1
Code: Select all
$(BUILD):
@[ -d $@ ] || mkdir -p $@
@make --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
Any ideas on getting this to work? Thanks in advance!