Open AlexAuthor7 opened 2 years ago
make -C SRC make[1]: Entering directory '/home/alex/project/test_NeuroLKH/NeuroLKH-main/SRC' make LKH make[2]: Entering directory '/home/alex/project/test_NeuroLKH/NeuroLKH-main/SRC' cc -c -o OBJ/Activate.o Activate.c -O3 -Wall -IINCLUDE -DTWO_LEVEL_TREE -g Assembler messages: Fatal error: can't create OBJ/Activate.o: No such file or directory
Thank you for your interest in our work. Could you try to create a directory named OBJ under the SRC directory, like "mkdir SRC/OBJ", and then run "make".
make -C SRC make[1]: Entering directory '/home/alex/project/test_NeuroLKH/NeuroLKH-main/SRC' make LKH make[2]: Entering directory '/home/alex/project/test_NeuroLKH/NeuroLKH-main/SRC' cc -c -o OBJ/Activate.o Activate.c -O3 -Wall -IINCLUDE -DTWO_LEVEL_TREE -g Assembler messages: Fatal error: can't create OBJ/Activate.o: No such file or directory