| delorie.com/archives/browse.cgi | search |
| 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: | <CAPYQg31Anu_JVRHR6NQh4AXW3EQsmYN14Lt9OYyyu+3NRg6oYw AT mail DOT gmail DOT com> <4F4114D6 DOT 4030104 AT gmail DOT com> <CAPYQg322+qhiqxvC2P1=xmOTDkQszgG_mOLZzHMQkYjM7VC3Zw AT mail DOT gmail DOT com> <4F413307 DOT 5030204 AT gmail DOT com> |
| Date: | Mon, 20 Feb 2012 10:06:16 +0900 |
| Message-ID: | <CAPYQg32MLua3N+fUvQjJszsaH_G9XnykRPN-=6_rrJ+LJ4+WBg@mail.gmail.com> |
| Subject: | Re: LLVM ERROR: Program used external function '...' which could not be resolved! |
| From: | KIMURA Masaru <hiyuh DOT root AT gmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 <marco DOT atzeri AT gmail DOT com>:
> 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |