Open dreamtaker1001 opened 8 years ago
dreamtaker:01$ make "coqc" -q -R "." Top -I "." E01_01.v File "./E01_01.v", line 1, characters 0-19: Error: The file /home/dreamtaker/pl201602/assignments/01/P01.vo contains library P01 and not library Top.P01 makefile:270: recipe for target 'E01_01.vo' failed make: *\ [E01_01.vo] Error 1
What should i do?
(added) I just compile each file using command 'coqc E0#_01.v' and finally command make show me following things
dreamtaker:01$ make make: Nothing to be done for 'all'.
and if i type make eval
dreamtaker:01$ make eval make: *\ No rule to make target 'eval'. Stop.
message above occurs.
Would you try git pull and make again? If this doesn't work, you can come into office with your laptop (if necessary).
git pull
make
dreamtaker:01$ make "coqc" -q -R "." Top -I "." E01_01.v File "./E01_01.v", line 1, characters 0-19: Error: The file /home/dreamtaker/pl201602/assignments/01/P01.vo contains library P01 and not library Top.P01 makefile:270: recipe for target 'E01_01.vo' failed make: *\ [E01_01.vo] Error 1
What should i do?
(added) I just compile each file using command 'coqc E0#_01.v' and finally command make show me following things
dreamtaker:01$ make make: Nothing to be done for 'all'.
and if i type make eval
dreamtaker:01$ make eval make: *\ No rule to make target 'eval'. Stop.
message above occurs.