prosyslab-classroom / cs348-information-security

62 stars 10 forks source link

[Question][Hw3] Make command does not make .ll files #88

Closed ccloe4 closed 3 years ago

ccloe4 commented 3 years ago

Make command works but does not make .ll files. All of below version is 10.0.0 clang --version opt --version llvm-config --version

and I also did > eval $(opam env)

Can you help me? Thank you

RiceBiscuits commented 3 years ago

Where did you run 'make' command? .ll files are created only if you run 'make' under the test directory.

ccloe4 commented 3 years ago

Oh I see, If I run 'make' under the root directory then it does not make .ll files under test directory. Am I right?

Thank you!

And I have another issue :(.. I used vscode to access the server and every time I enter the server, It shows error message like below figure.

image

image

So the ocamlmerlin is not working.. Could you help me please?

mickowale commented 3 years ago

Try the following steps:

  1. Remove OCaml and Reason IDE Extension
  2. opam install merlin on the terminal
  3. Install Ocaml and Reason IDE Extension
  4. Reload if it says the same thing after step 3

Hope this works.

ccloe4 commented 3 years ago

Thank you I'll try it

ccloe4 commented 3 years ago

It doesn't work for me..