Re: [klee-dev] Testing coreutils: Invalid record

2016-01-05 Thread felicia
/bin/klee --libc=uclibc --posix-runtime ./echo.bc --sym-arg 3 The error shows like this: KLEE: ERROR: Link with library /home/felicia/git/original/klee/Release+Asserts/lib/klee-uclibc.bca failed: Invalid bitcode signatureLoading module failed : Invalid bitcode signature If I removed

Re: [klee-dev] Adding assignments to state constraints

2015-11-04 Thread felicia
(although it's actually not). Therefore, I would like to add constraint x + 1 at this point, so the solver aware about this. Thank you. On 2015-11-04 16:50, Kuchta, Tomasz wrote: Hi Felicia, Why would you like to add assignments to the constraints? What do you want to achieve? In your examp

Re: [klee-dev] Metasmt using Z3 for getting unsat core

2015-09-28 Thread felicia
using Z3 code in the rise4fun website? Thank you. Best Regards, On 2015-09-28 12:44, Thuan Pham wrote: Hi felicia, In order to get unsat core, you should assign names for the constraints as shown in the example at http://rise4fun.com/Z3/smtc_core [3]. In our implementation, we modified

Re: [klee-dev] Metasmt using Z3 for getting unsat core

2015-09-27 Thread felicia
understand correctly, the function "solve" (at line 197) will be invoked. You may debug the function first and see how it works as well as how you can modify it to get unsat core. In terms of our work - Hercules, it is not open source yet. Regards, Thuan On Tue, Sep 22, 2015 at 10:

[klee-dev] Metasmt using Z3 for getting unsat core

2015-09-22 Thread felicia
Hi, I have installed metasmt and use Z3 as a solver. I actually need to implement code in KLEE where Z3 solver able to produce unsat-core. I am currently still not sure how I implement it in KLEE. I really appreciate if you can give suggestion about this. Thank you very much. Best Regards, 

Re: [klee-dev] metasmt

2015-09-20 Thread felicia
Hi, Thank you for your suggestion. I tried making symbolic link to 64 bit libraries path and it is fine now. Below the command: ln -s /home/felicia/metasmt/deps/Z3-4.1/lib/libz3.so /usr/lib64/libz3.so Thank you. Best Regards, On 2015-09-21 13:49, Dingbao Xie wrote: On Mon, Sep 21, 2015

[klee-dev] Build KLEE source code on Eclipse

2015-09-08 Thread felicia
Hi, I would like to use Eclipse for compiling and debug KLEE source code. So, I could trace it easily. Please inform me the right way to do it. Thank you. ___ klee-dev mailing list klee-dev@imperial.ac.uk

Re: [klee-dev] Build KLEE source code on Eclipse

2015-09-08 Thread felicia
Hi, To be more precise, I use linux as operating system. Thank you. On 2015-09-08 15:38, felicia wrote: Hi, I would like to use Eclipse for compiling and debug KLEE source code. So, I could trace it easily. Please inform me the right way to do it. Thank you

[klee-dev] Error unable found llvm-config when build uclibc

2015-09-04 Thread felicia
Hi, I would like to install Build uclibc and the POSIX environment model. But, when I ran ./configure --make-llvm-lib, it produces errors like this: INFO:Disabling assertions INFO:Configuring for Debug build INFO:Configuring for LLVM bitcode archive INFO:Using llvm-config at...None