From d1eb2a974e85ff4c91e3046cf9be85d510b862e2 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Tue, 22 Mar 2022 16:21:22 -0600 Subject: [PATCH] Troubleshooting: Add solution from #1882 --- docs/troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 073c897534..44dbb28a0d 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -215,3 +215,7 @@ Due to some limitations in the interaction between HLS and `stack`, there are [i - The project has to be built succesfully *before* loading it with HLS to get components other than the library work. - Changes in the library are not automatically propagated to other components, especially in the presence of errors in the library. So you have to restart HLS in order for those components to be loaded correctly. The usual symptom is the editor showing errors like `Could not load module ...` or `Cannot satisfy -package ...`. + +### HLS stops with "Assertion failed" + +Try deleting the directory `$HOME/.cache/hie-bios`. (See #1882)