Re: LLVM ERROR: Program used external function '...' which could not be resolved!

2012-02-20 Thread KIMURA Masaru
Hi, 2012/2/20 KIMURA Masaru : > And more Google'ing, I found this post on LLVMdev ML: > >  http://lists.cs.uiuc.edu/pipermail/llvmdev/2005-June/004364.html > >  > 2. The LLI test failures occur because the dlsym function on cygwin can >  > only find symbols in a loaded DLL. If the symbol is in the

Re: LLVM ERROR: Program used external function '...' which could not be resolved!

2012-02-19 Thread KIMURA Masaru
2012/2/20 marco atzeri : > On 2/19/2012 5:45 PM, KIMURA Masaru wrote: >> >> Hmm..., could you mind to try test/run_regr.sh too? >> I think you can see same error that I wrote my TODO.txt. > > how ? > > $ test/run_regr.sh all >> analyze >> elaborate >> run > > I see no meaningful output, and the tes

Re: LLVM ERROR: Program used external function '...' which could not be resolved!

2012-02-19 Thread marco atzeri
On 2/19/2012 5:45 PM, KIMURA Masaru wrote: Hi, Hmm..., could you mind to try test/run_regr.sh too? I think you can see same error that I wrote my TODO.txt. how ? $ test/run_regr.sh all > analyze > elaborate > run I see no meaningful output, and the test time seems too short -- Problem repor

Re: LLVM ERROR: Program used external function '...' which could not be resolved!

2012-02-19 Thread KIMURA Masaru
Hi, > first some correction/suggestion to your instructions > >  $ git clone g...@github.com:hiyuh/nvc.git >  $ cd ~/git-repos/nvc > > will not work for us. You need to report > >  $ git clone https://github.com/hiyuh/nvc.git >  $ cd nvc Right, I noticed after post my message, sorry. > for lib/i

Re: LLVM ERROR: Program used external function '...' which could not be resolved!

2012-02-19 Thread marco atzeri
On 2/18/2012 2:37 PM, KIMURA Masaru wrote: Hi, I've posted a question about porting problem a while ago[1]. Now I have another one[2]. As the subject said, I may encounter a llvm's bug but it looks cygwin related to me. Anyone can reproduce this error? If so, I'd like to ask cygwin devs who pac

LLVM ERROR: Program used external function '...' which could not be resolved!

2012-02-18 Thread KIMURA Masaru
Hi, I've posted a question about porting problem a while ago[1]. Now I have another one[2]. As the subject said, I may encounter a llvm's bug but it looks cygwin related to me. Anyone can reproduce this error? If so, I'd like to ask cygwin devs who packaged llvm and upstream llvm devs about why t