[klee-dev] KLEE cannot be found

2014-12-02 Thread Wei Wen
Hello, I successfully built KLEE. However, when I followed tutorials to run KLEE, I got error messages saying that KLEE cannot be found. Some people told me that I should find the KLEE executables and link them to my usr/bin directory. However, this step is not in KLEE's instruction website. I

Re: [klee-dev] KLEE cannot be found

2014-12-02 Thread Kuchta, Tomasz
Hello, The KLEE binary should be in: klee directory/Release+Asserts/bin/ In order for shell to see the binary, you can, e.g., add this directory to your PATH variable. Best regards, Tomek On 2 Dec 2014, at 03:52, Wei Wen wei.w...@gmail.com wrote: Hello, I successfully built KLEE.

Re: [klee-dev] KLEE cannot be found

2014-12-02 Thread Dan Liew
On 2 December 2014 at 03:52, Wei Wen wei.w...@gmail.com wrote: Hello, I successfully built KLEE. However, when I followed tutorials to run KLEE, I got error messages saying that KLEE cannot be found. Some people told me that I should find the KLEE executables and link them to my usr/bin

Re: [klee-dev] Compiling KLEE - metaSMT support

2014-12-02 Thread Hristina Palikareva
Hello Thuan, There was a small regression error which has now been fixed. Please try with the newest version of KLEE and let me know if you have any problems. Thank you very much for pointing this out! Best wishes, Hristina On 01/12/14 06:55, Thuan Pham wrote: FYI, I have compiled

Re: [klee-dev] Compiling KLEE - metaSMT support

2014-12-02 Thread Thuan Pham
Hello Hristina, Thank you very much, it works now. I have one more question. According to the tutorials for compiling the vanilla KLEE and KLEE-metaSMT, it seems that there are two mainline KLEE repositories at https://github.com/klee/klee.git https://github.com/ccadar/klee.git Are they