X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received-SPF: pass (google.com: domain of hiyuh DOT root AT gmail DOT com designates 10.42.131.129 as permitted sender) client-ip=10.42.131.129; Authentication-Results: mr.google.com; spf=pass (google.com: domain of hiyuh DOT root AT gmail DOT com designates 10.42.131.129 as permitted sender) smtp.mail=hiyuh DOT root AT gmail DOT com; dkim=pass header.i=hiyuh DOT root AT gmail DOT com MIME-Version: 1.0 In-Reply-To: <4F413307.5030204@gmail.com> References: <4F4114D6 DOT 4030104 AT gmail DOT com> <4F413307 DOT 5030204 AT gmail DOT com> Date: Mon, 20 Feb 2012 10:06:16 +0900 Message-ID: Subject: Re: LLVM ERROR: Program used external function '...' which could not be resolved! From: KIMURA Masaru To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 test time seems too short well, only passing "all" to test/run_regr.sh means "analyze, elaborate and run w/ no unit" atm. but this is my bad, sorry for no explanation, could you mind to try them after "make" on top dir?: $ cd test $ ./run_regr.sh analyze all $ ./run_regr.sh elaborate all $ ./run_regr.sh run all note, test/run_regr.sh is WIP: * test/run_regr.sh should run in test dir. b/c it uses relative path to src/nvc.exe and lib/{std,ieee}. * if you'd like to check "make check" on top dir again, you should remove test/work manually which is automatically created by test/run_regr.sh. b/c "make check" implicitly expected no test/work for library functionalities test. 2nd, 3rd command shows you some internal command and log, it looks OK to me. but I guess 4th command shows you LLVM ERROR like this: > run >> run agg1 NVC_LIBPATH=../lib/std:../lib/ieee ../src/nvc -r agg1 LLVM ERROR: Program used external function '_array_copy' which could not be resolved! [you can see more internal command and log w/ LLVM ERROR here.] -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple